ai
OpenAI for .NET Developers Articles, Tutorials & News
OpenAI for .NET Developers articles, tutorials, and news from the DotNetNews archive.
583 articles Updated Page 2 of 24
Browse additional OpenAI for .NET Developers articles from the DotNetNews archive.
OpenAI for .NET Developers articles
Page 2 of 24
Newest first
-
Benchmarking MCP C# SDK 2.0 Under Concurrent Tool Workloads
c-sharpcorner.com Issue #521
Benchmark MCP C# SDK 2.0 for .NET AI apps. Measure latency, throughput, concurrency, and resource usage under realistic tool workloads.
-
Benchmarking Local Speech-to-Text with Foundry Local and C#
c-sharpcorner.com Issue #520
Benchmark local speech-to-text with Microsoft Foundry Local and C#, comparing transcription latency, CPU usage, memory consumption, accuracy, and offline performance.
-
Routing and Failover for Microsoft.Extensions.AI
devblogs.microsoft.com Issue #520
As AI adoption scales, cost, uptime, and latency become first-class constraints on application architecture. Routing between models or providers is a lever on all three at once. These new Microsoft.Ex...
-
Building AI-Ready APIs with Structured Output Validation in ASP.NET Core
c-sharpcorner.com Issue #519
Build robust AI-powered APIs in ASP.NET Core with structured output validation. Ensure reliable data integration and prevent downstream errors.
-
Implementing AI Memory in .NET Applications Using Semantic Kernel
c-sharpcorner.com Issue #519
Unlock AI memory in .NET with Semantic Kernel. Learn about types, stores, and best practices for context-aware applications.
-
Mastering Async Concurrency in Enterprise AI: gather vs as_completed vs TaskGroup in LangGraph
c-sharpcorner.com Issue #519
Master async Python for enterprise AI: gather, as_completed, TaskGroup in LangGraph for efficient ML inference and multi-agent concurrency.
-
GPT-5.6 now available in Microsoft Foundry
azure.microsoft.com Issue #519
Introducing OpenAI's latest frontier model series, the Asia Pacific Data Zone, and product agent capabilities, all generally available in Microsoft Foundry. The post GPT-5.6 now available in Microsoft...
-
Automated Governance and Dynamic Routing in Enterprise LangGraph RAG
c-sharpcorner.com Issue #519
Automate RAG tool registration and enforce Pydantic schemas in enterprise LangGraph with Python metaclasses for scalable, secure multi-agent AI.
-
Formalizing LLM Orchestration: A Deterministic Finite Automaton Engine via .NET
medium.com Issue #518
Abstract
-
Reproducible Deployments for Enterprise LangGraph Systems
c-sharpcorner.com Issue #518
Ensure enterprise LangGraph RAG systems are reproducible across environments with CI/CD, dependency locking, and dynamic state routing.
-
Implementing AI Request Tracing Across Microservices with OpenTelemetry
c-sharpcorner.com Issue #518
Implement AI request tracing in ASP.NET Core microservices with OpenTelemetry for end-to-end observability, diagnosing latency, and failures.
-
Build Production-Ready Agents with the GitHub Copilot Harness and Agent Framework
devblogs.microsoft.com Issue #518
Developers increasingly want to build agents that can reason about code, modify files, execute commands, interact with developer tools, and work across entire repositories. While GitHub Copilot alread...
-
Building Local AI Applications with ONNX, Phi Models, and .NET 10
c-sharpcorner.com Issue #518
Build fast, private local AI apps with ONNX, Phi models, and .NET. Achieve low latency, offline capabilities, and data control.
-
Real-Time Fraud Detection Using Sliding Window Algorithms, LangGraph, RAG, State, and Memory
c-sharpcorner.com Issue #517
Build an enterprise fraud detection system using LangGraph, RAG, and sliding window anomaly detection for real-time financial transaction analysis.
-
Building Multi-Agent AI Systems in C# Using Microsoft Semantic Kernel
c-sharpcorner.com Issue #517
Build modular, scalable multi-agent AI systems in C# with Microsoft Semantic Kernel for complex business workflows.
-
Unit Testing Enterprise Multi-Agent LangGraph Systems
c-sharpcorner.com Issue #517
Master unit testing for enterprise LangGraph systems. Learn to mock async tools, LLMs, and test state persistence for robust AI deployments.
-
Beyond Chat: live Speech-to-Text with Foundry Local and C#
devblogs.microsoft.com Issue #517
A year ago, I wrote a .NET Blog post about running GPT-OSS locally with Ollama and C#. That sample used IChatClient from Microsoft.Extensions.AI to build one of the most familiar Local AI scenarios: a...
-
Building AI-Powered APIs in ASP.NET Core Using Azure OpenAI
c-sharpcorner.com Issue #517
Build AI-powered APIs in ASP.NET Core with Azure OpenAI for scalable, secure, and intelligent applications. Explore production best practices.
-
Building Enterprise Knowledge Graphs for AI Agents Using Neo4j and C#
c-sharpcorner.com Issue #517
Build enterprise AI agents with Neo4j and C#. Learn to model relationships, integrate with ASP.NET Core, and enhance LLM reasoning.
-
Building MCP Servers with ASP.NET Core for Enterprise AI Agents
c-sharpcorner.com Issue #517
Build AI-ready enterprise agents with ASP.NET Core and MCP. Standardize tool discovery, reduce integration complexity, and enhance security.
-
How to Build a Production-Ready AI Chatbot in ASP.NET Core Using Retrieval-Augmented Generation (RAG)
c-sharpcorner.com Issue #515
Build a production-ready AI chatbot in ASP.NET Core using RAG. Leverage your business data for accurate, context-aware responses.
-
Production-Ready AI Chat Applications in Blazor Using Semantic Kernel
c-sharpcorner.com Issue #515
Build production-ready Blazor AI chat apps with Semantic Kernel. Learn architecture, best practices, and deployment for scalable, secure LLM integration.
-
OpenAI Responses API vs Chat Completions API: A Migration Guide for .NET Developers
c-sharpcorner.com Issue #515
Migrate .NET AI apps from OpenAI Chat Completions to Responses API for enhanced tool calling, structured outputs, and future AI features.
-
ChatClient Middleware vs. Agent Middleware
jesseliberty.com Issue #515
As noted in a previous post, middleware plays a pivotal role in enhancing the functionality and observability of agents. The Microsoft Agent Framework utilizes two primary types of middleware: ChatCli...
-
Implementing Agent-to-Agent Communication Protocols in Enterprise Systems
c-sharpcorner.com Issue #515
Standardize enterprise AI agent communication with FIPA-ACL inspired protocols in .NET for reliable task delegation and negotiation.