ai
OpenAI for .NET Developers Articles, Tutorials & News
OpenAI for .NET Developers articles, tutorials, and news from the DotNetNews archive.
621 articles Updated Page 3 of 25
Browse additional OpenAI for .NET Developers articles from the DotNetNews archive.
OpenAI for .NET Developers articles
Page 3 of 25
Newest first
-
Building Agents for Teams: Managing the noise of collaboration
Microsoft Dev Blogs Issue #524
Most of us are familiar with one-to-one agent chats: private, direct interactions where rules are relatively simple. With only you and the agent, each moment has clear intent. You can ask follow-up qu...
-
Building AI-Ready Data Contracts for Event-Driven .NET Systems
C# Corner Issue #523
Build AI-ready data contracts for .NET event-driven systems. Ensure explicit, versioned, and semantically clear events for reliable AI consumption.
-
Document Q&A on ASP.NET Core + Azure OpenAI
Facile Technolab Blog Issue #522
How to build a document Q&A system on ASP.NET Core and Azure OpenAI. RAG architecture, Azure AI Search, chunking strategy, citations, and real cost estimates.
-
Benchmarking MCP C# SDK 2.0 Under Concurrent Tool Workloads
C# Corner 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# Corner 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
Microsoft Dev Blogs 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# Corner 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# Corner 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# Corner 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
Microsoft Azure 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# Corner 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 Issue #518
Abstract
-
Reproducible Deployments for Enterprise LangGraph Systems
C# Corner 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# Corner 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
Microsoft Dev Blogs 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# Corner 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# Corner 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# Corner 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# Corner 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#
Microsoft Dev Blogs 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# Corner 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# Corner 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# Corner Issue #517
Build AI-ready enterprise agents with ASP.NET Core and MCP. Standardize tool discovery, reduce integration complexity, and enhance security.
-
Solving the Imbalanced Data Problem in RAG
C# Corner Issue #516
Solve RAG imbalanced data with pure Python weighted sampling. Ensure critical edge cases are represented, boosting LLM performance without external dependencies.
-
.NET AI Community Standup: MCP C# SDK 2.0: Building the Next Generation of .NET AI Agents
YouTube Issue #516
Join Bruno, Pranav, and Tarek for the next .NET + AI Community Standup. We’ll explore version 2.0 of the official MCP C# SDK, including its stateless-first design, standardized HTTP support, Multi Rou...