ai
OpenAI for .NET Developers Articles, Tutorials & News
OpenAI for .NET Developers articles, tutorials, and news from the DotNetNews archive.
498 articles Updated Page 10 of 20
Browse additional OpenAI for .NET Developers articles from the DotNetNews archive.
OpenAI for .NET Developers articles
Page 10 of 20
Newest first
-
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 »
-
Agentic RAG for Everyone Using Azure SQL, OpenAI, and Web Apps
youtube.com Issue #409
How to Use Dependency Injection in a .NET Console Application
-
How to Classify Documents using AI in C#/.NET
cloudmersive.medium.com Issue #409
Upload portals for document automation pipelines are usually limited by input document classifications or categories. With AI, that all…
-
How to Integrate ChatGPT API in ASP.NET Core Application?
c-sharpcorner.com Issue #408
Integrate ChatGPT API into ASP.NET Core for intelligent features like chatbots and content generation. Securely connect to OpenAI and build AI-powered apps.
-
Why Your C# AI Agents Will Fail in Production (And How to Fix It)
levelup.gitconnected.com Issue #408
The transition from a cool AI prototype running in a Jupyter Notebook to a production-grade, scalable microservice is where most projects… Continue reading on Level Up Coding »
-
-
Powering the New Microsoft Agent Framework with Gemini 3.x
medium.com Issue #405
How to bring Google’s latest models into the new .NET Agentic ecosystem Continue reading on Google Cloud - Community »
-
Agentic RAG for Everyone Using Azure SQL, OpenAI, and Web Apps
youtube.com Issue #405
How to Use Dependency Injection in a .NET Console Application
-
How to Integrate ChatGPT API in ASP.NET Core Application?
c-sharpcorner.com Issue #404
Integrate ChatGPT API into ASP.NET Core for intelligent features like chatbots and content generation. Securely connect to OpenAI and build AI-powered apps.
-
Why Your C# AI Agents Will Fail in Production (And How to Fix It)
levelup.gitconnected.com Issue #404
The transition from a cool AI prototype running in a Jupyter Notebook to a production-grade, scalable microservice is where most projects… Continue reading on Level Up Coding »
-
-
CQRS, async, and Azure deployment
DotNetNews Issue #402
Issue #402 mixes architecture, async performance, security hardening, Azure hosting, AI document extraction, and the latest Visual Studio update.
-
AI Context Kit, Evolved: Why I Moved to AGENTS.md + Agent Skills (and how I used the Codex macOS App for the Migration)
msicc.net Issue #401
After releasing AI Context Kit, I learned about two emerging standards that are becoming essential for durable AI collaboration: AGENTS.md for project operation and Agent Skills for workflow authority...