ai
OpenAI for .NET Developers Articles, Tutorials & News
OpenAI for .NET Developers articles, tutorials, and news from the DotNetNews archive.
583 articles Updated Page 3 of 24
Browse additional OpenAI for .NET Developers articles from the DotNetNews archive.
OpenAI for .NET Developers articles
Page 3 of 24
Newest first
-
Adding AI to Your ASP.NET Core Application: What It Actually Involves
faciletechnolab.com Issue #514
What adding AI to an existing ASP.NET Core application actually involves - integration patterns, Microsoft Agent Framework, Azure OpenAI, and what to expect.
-
Designing AI-Ready Web APIs in ASP.NET Core
c-sharpcorner.com Issue #513
Design AI-ready web APIs in ASP.NET Core with predictable endpoints, structured responses, and accurate OpenAPI for seamless AI integration.
-
Announcing v2.0 of the official MCP C# SDK
devblogs.microsoft.com Issue #512
The Model Context Protocol (MCP) C# SDK has reached v2.0, implementing the 2026-07-28 revision of the MCP specification. It's the largest revision of the protocol since it launched.
-
AI Governance and Autonomous AI Agent Governance: From Controlling Models to Governing Digital Actors - Human-in-the-Loop Is Not Enough
c-sharpcorner.com Issue #512
AI governance evolves from model control to governing autonomous digital actors, emphasizing identity, authorization, and accountability for responsible operations.
-
I built an AI-writing detector that shows its work — and speaks Spanish
medium.com Issue #511
Most AI detectors are black boxes. You paste a paragraph, a number comes back (“87% AI”) and you’re supposed to trust it. A teacher can’t…
-
Enterprise AI Patterns for .NET Developers
youtube.com Issue #511
Join Bruno Capuano and Angel Hernandez for a live conversation on the latest developments in AI for .NET developers. In this episode, we'll explore practical ways to integrate AI into modern .NET appl...
-
Microsoft updates MCP C# SDK for stateless MCP - InfoWorld
infoworld.com Issue #511
Microsoft updates MCP C# SDK for stateless MCP InfoWorld
-
From Keywords to Meaning: Building Semantic Vector Search in .NET
rushikprajapati.medium.com Issue #511
Traditional search finds keywords. Vector Search finds meaning.
-
OpenTelemetry in Microsoft Agent Framework Apps
jesseliberty.com Issue #511
Observability has become a critical component for ensuring the performance and reliability of applications. OpenTelemetry, an open-source observability framework, provides developers with the tools ne...
-
Agentic AI System Design Explained: The Building Blocks Behind Real AI Agents
c-sharpcorner.com Issue #510
Unlock the secrets of agentic AI system design: explore building blocks like model routing, tools, memory, orchestration, and production principles for reliable AI agents.
-
Global Exception Handling in ASP.NET Core: Building Consistent and Secure Error Responses
c-sharpcorner.com Issue #510
Master ASP.NET Core global exception handling for secure, consistent error responses. Centralize, log, and map exceptions for robust applications.
-
Building AI Features with the OpenAI Responses API in ASP.NET Core
c-sharpcorner.com Issue #508
Integrate OpenAI's unified Responses API into ASP.NET Core for AI features like chatbots, content generation, and summarization. Simplify AI development.
-
Build AI Agents with .NET 10 and Semantic Kernel
c-sharpcorner.com Issue #508
Build AI agents with .NET 10 and Semantic Kernel. Learn production practices for reliable, scalable AI applications.
-
Building RAG Applications in C# with Semantic Kernel and Azure AI Search
c-sharpcorner.com Issue #508
Build C# RAG apps with Semantic Kernel & Azure AI Search. Ground LLMs in your data for accurate, context-aware responses.
-
Building AI Chat Applications with ASP.NET Core and Server-Sent Events
c-sharpcorner.com Issue #507
Build real-time AI chat apps with ASP.NET Core and Server-Sent Events (SSE). Stream AI responses for a faster, interactive user experience.
-
Move Agent Orchestration/Workflows out of Code with Agent Framework Declarative Workflows 1.0
devblogs.microsoft.com Issue #507
Most multi-agent apps wire every flow in application code: the sequence of steps, branching, and handoffs between agents all live inside the program, making the orchestration harder to review, version...
-
I built a Production-Ready Agentic Finance Tracking App. It’s Simpler Than You Think.
medium.com Issue #507
“Agentic loop”, “autonomous app” — these buzzwords sound really intimidating when you first hear it.
-
Secure AI Applications in ASP.NET Core: Preventing Prompt Injection and Data Leakage
c-sharpcorner.com Issue #506
Secure ASP.NET Core AI apps against prompt injection & data leakage. Learn best practices for LLM security, RAG, and tool access.
-
524: A .NET MAUI AI Revolution
mergeconflict.fm Issue #506
On episode 524 James and Frank dive into the new .NET MAUI developer stack—covering the MAUI CLI/Maui Doctor that auto-provisions SDKs and emulators, the Maui Sherpa GUI for device/Xcode/provisioning ...
-
Building Semantic Search Applications with PostgreSQL pgvector and ASP.NET Core
c-sharpcorner.com Issue #505
Build intelligent search apps with PostgreSQL pgvector & ASP.NET Core. Understand meaning, not just keywords, for better user experiences.
-
Building an AI Coding Assistant in ASP.NET Core Using MCP Servers
c-sharpcorner.com Issue #505
Build an AI coding assistant in ASP.NET Core using MCP servers to access project files, APIs, and tools for enhanced development workflows.
-
Microsoft Agent Framework for .NET (part 2): How to use IChatClient with Azure Foundry and Ollama in .NET
code4it.dev Issue #505
IChatClient is the core of Microsoft Agent Framework. Let’s see how to configure it with Azure Foundry and Ollama.
-
Azure AI Projects SDK for .NET: Building and Publishing AI Agents
c-sharpcorner.com Issue #505
Build and deploy powerful AI agents with the Azure AI Projects SDK for .NET. Streamline development, integrate services, and create intelligent applications.
-
Building Real-Time AI Chat Applications with WebRTC and ASP.NET Core
c-sharpcorner.com Issue #504
Build real-time AI chat apps with WebRTC & ASP.NET Core. Learn architecture, signaling, SignalR, AI integration, and voice support.
-
Building an AI-Powered Knowledge Base Using Vector Databases and C#
c-sharpcorner.com Issue #504
Build AI-powered knowledge bases with C# & vector databases for semantic search, understanding user intent & delivering accurate, context-aware answers.