OpenAI for .NET Developers Articles, Tutorials & News
OpenAI for .NET Developers articles, tutorials, and news from the DotNetNews archive.
510 articles Updated Page 10 of 21
OpenAI for .NET Developers articles, tutorials, and news from the DotNetNews archive.
OpenAI for .NET Developers articles
Page 10 of 21
Newest first
-
Agentic AI Architecture with .NET
medium.com Issue #431
Build scalable, autonomous AI systems using .NET — combining intelligent decision engines, persistent memory, and event-driven…
-
Using Claude AI APIs in ASP.NET Core Applications (2026 Guide)
c-sharpcorner.com Issue #428
Integrate Claude AI with ASP.NET Core! This 2026 guide covers API integration, architecture, best practices, and code examples for building intelligent apps.
-
How to build an LLM in C#
medium.com Issue #427
I’m one of these late starters and slow learners but eventually I get obsessed about things. I’m bored of prompting someone else’s models… Continue reading on Data Science Collective »
-
How I Built a 'Journalist' AI Agent in VS Code to Replace Me
visualstudiomagazine.com Issue #427
Having long ago seen the handwriting on the wall for the journalism profession with the debut of GenAI, I decided to just cut to the chase and build my replacement now.
-
Building AI Agents with .NET & AutoGen in 2026
medium.com Issue #426
“In 2024 we talked about AI assistants. In 2025 we shipped AI copilots. In 2026, the teams winning are shipping autonomous AI agents that…
-
Generative AI for Beginners in .NET 10: From Curiosity to Real Applications
blog.gopenai.com Issue #426
A few years ago, learning AI meant diving into complex theory, research papers, and tools that often felt disconnected from real-world… Continue reading on GoPenAI »
-
How to set up MCP in C# .NET — step-by-step guide
medium.com Issue #426
Nowadays, it is significantly useful to allow AI agents access to your data. In fact, this is exactly what makes AI agents so powerful. If…
-
How to Build a Chatbot using OpenAI API and .NET
c-sharpcorner.com Issue #426
Learn how to build a chatbot using OpenAI API and .NET! This step-by-step guide covers everything from setup to advanced features, perfect for developers. Create intelligent, conversational apps with ...
-
Accelerating .NET
blog.gopenai.com Issue #425
Building cross-platform apps with .NET MAUI is powerful — but debugging issues, writing tests, and reviewing pull requests can still take… Continue reading on GoPenAI »
-
Modernize .NET Anywhere with GitHub Copilot: Faster Upgrades with AI (With Practical Example)
medium.com Issue #424
Modernizing legacy .NET applications has traditionally been a complex and time-consuming process. From handling outdated dependencies to… Continue reading on GoPenAI »
-
Extend Your Coding Agent with .NET Skills: A New Way to Supercharge AI-Assisted Development
blog.gopenai.com Issue #421
AI coding assistants are becoming a normal part of a developer’s workflow. Tools like GitHub Copilot, ChatGPT-based agents, and other AI… Continue reading on GoPenAI »
-
Going Local (& a Bit Loco) with Open-Source AI in VS Code
visualstudiomagazine.com Issue #419
This hands-on PoC shows how I got an open-source model running locally in Visual Studio Code, where the setup worked, where it broke down, and what to watch out for if you want to apply a local model ...
-
What Is Vector Database and Why It Is Important for AI Applications?
c-sharpcorner.com Issue #419
Discover vector databases: the key to smarter AI. Learn how they power semantic search, recommendations, and LLMs by understanding data meaning, not just keywords.
-
From Monolith to Micro-Brain: Architecting Scalable AI Inference in .NET
levelup.gitconnected.com Issue #418
The shift from monolithic application design to distributed, cloud-native architectures represents one of the most significant paradigm… Continue reading on Level Up Coding »
-
One Line of C#. Every AI Provider.
plsft.medium.com Issue #418
The Noundry AI Gateway is a unified .NET library for OpenAI, Anthropic, Google Gemini, and any OpenAI-compatible endpoint. One NuGet…
-
Accelerating .NET MAUI Development with AI Agents
devblogs.microsoft.com Issue #418
This is a guest blog from Syncfusion. Learn more about the free, open-source Syncfusion Toolkit for .NET MAUI. As a proud partner with the .NET MAUI team, Syncfusion is excited to share how custom-bui...
-
Building a RAG (Retrieval-Augmented Generation) System in .NET — With a Practical Example
blog.gopenai.com Issue #415
Artificial Intelligence applications often struggle with one major limitation: Continue reading on GoPenAI »
-
.NET AI Community Standup: Real-World AI Agent Architecture in .NET
youtube.com Issue #412
Using the open-source Interview Coach sample, we’ll explore production patterns for building multi-agent systems in .NET using: - Microsoft Agent Framework - Microsoft Foundry as the model backend - M...
-
Let it Cook - AI work work work work work flows
youtube.com Issue #412
Extend your coding agent with .NET Skills
-
Checkpointing & Resuming AI Workflows in .NET
blog.gopenai.com Issue #411
When building real-world AI workflows — especially long-running ones — you can’t always expect the entire process to complete in a single… Continue reading on GoPenAI »
-
EF Core Code That Works Locally but Fails in Production (part 2)
c-sharpcorner.com Issue #411
Avoid EF Core production disasters! Learn how to fix common logic and tracking mistakes like improper Any(), First(), and missing AsNoTracking() for optimal performance.
-
Learn Visual Studio Code in 15 minutes: 2026 Official Beginner Tutorial
youtube.com Issue #411
Get started in Visual Studio Code in just 15 minutes in this easy-to-follow tutorial! Bluesky: https://bsky.app/profile/vscode.dev
-
Claude Code — A Practical Guide to Automating Your Development Workflow
henriquesd.medium.com Issue #410
This file contains structure guidance so Claude understands how to build and run the project, the architecture and folder structure, coding conventions and patterns, testing strategy and important com...
-
How to Organize Helpers Without Breaking Design?
medium.com Issue #410
Helper methods are useful, until they quietly destroy your design. Here’s how to organize helper methods without cluttering your code.
-
Powering the New Microsoft Agent Framework with Gemini 3.x
medium.com Issue #409
How to bring Google’s latest models into the new .NET Agentic ecosystem Continue reading on Google Cloud - Community »