ai
OpenAI for .NET Developers Articles, Tutorials & News
OpenAI for .NET Developers articles, tutorials, and news from the DotNetNews archive.
621 articles Updated Page 2 of 25
Browse additional OpenAI for .NET Developers articles from the DotNetNews archive.
OpenAI for .NET Developers articles
Page 2 of 25
Newest first
-
How Uno Platform uses .NET, MCP, and AI to build high quality apps
Microsoft Dev Blogs Issue #531
This is a guest post by Sam Basu. Sam is a technologist, author, speaker, Microsoft MVP and Developer Advocate for Uno Platform. If you've spent any time building software in the last couple of years,...
-
Building Agentic QA Pipelines with Browser Automation and .NET
C# Corner Issue #531
Learn how to build agentic QA pipelines with Playwright for .NET and AI agents, including browser automation, agent memory, tool control, execution limits, and testing best practices.
-
Agent Harness: Making your claw production-ready
Microsoft Dev Blogs Issue #530
Part 4 of Build your own claw and agent harness with Microsoft Agent Framework. Over the last three parts our personal finance assistant grew from a single tool into a genuinely capable agent: it plan...
-
Memory-MCP: A shared memory layer for AI Agents that work as a team
blog.devgenius.io Issue #529
Why I built a remote MCP server that lets multiple agents — and the people working alongside them — read from and write to the same memory… Continue reading on Dev Genius »
-
Memory in AI Agents: How Do AI Systems Remember?
Medium Issue #529
Have you ever wondered why an LLM can have a conversation with you for several messages, but if you start a completely new conversation…
-
SQL and AI for Developers in Action
YouTube Issue #529
Come see the Microsoft team show you the latest innovations for SQL, ground to cloud to fabric, to help you build AI applications securely with your data. This will be a heavy demo-oriented session so...
-
.NET MAUI in 2026 - How AI has Transformed App Development Forever
YouTube Issue #528
AI is transforming not only how we write code but also how we test code, implement design, and even release our applications. .NET MAUI is part of this AI transformation with new powerful tools from t...
-
Azure Cosmos DB in the Agentic Era: Data Tools for Developers and AI Agents
Microsoft Dev Blogs Issue #528
Anthropic's 2026 Agentic Coding Trends Report captures an important tension in how developers use AI. Engineers report using AI in roughly 60% of their work, yet say they can fully delegate only 0–20%...
-
Building Browser Automation Agents with Playwright and .NET
C# Corner Issue #528
Build browser automation agents with Playwright and .NET that can navigate websites, interact with web pages, execute controlled actions, and apply production-ready agent safety guardrails.
-
Benchmarking Semantic Routing vs Failover Routing in microsoft.Extensions.AI
C# Corner Issue #527
Benchmark semantic routing and failover routing in Microsoft.Extensions.AI to compare model selection, reliability, latency, cost, and AI workload performance.
-
Microsoft.Extensions.AI Routing: Measuring Wrong-Model Selection Costs
C# Corner Issue #527
Learn how incorrect AI model routing affects cost, latency, response quality, and reliability using Microsoft.Extensions.AI routing capabilities and practical benchmarks.
-
Build Your First MCP Server in C# with the Official SDK
codewithmukesh Issue #526
Build an MCP server in C# with the official ModelContextProtocol SDK 2.1 on .NET 10. Real tools, stdio and HTTP transport, plus what actually changed in v2.0.
-
-
Building Real-Time Voice Agents with .NET and Azure Voice Live
C# Corner Issue #526
Build real-time voice agents with .NET and Azure Voice Live for low-latency conversational experiences using speech processing, AI models, tools, memory, knowledge, and agent workflows.
-
Beyond Embeddings: Practical Vector Search with DiskANN in SQL Server
YouTube Issue #526
Vector support in SQL Server opens the door to modern semantic search scenarios—but embeddings alone are rarely enough. In this session, you’ll learn how to store, index, and query vector data in SQL ...
-
.NET Developer Productivity with AI
YouTube Issue #526
Modern AI is amazing, but developers need to bring context to AI tooling to gain confidence and dependability. Thankfully, several techniques help developers get what they want out of Agentic workflow...
-
Building Intelligent .NET Applications: From AI Features to Agentic System
YouTube Issue #526
AI is becoming a core part of modern application development, and .NET offers a practical, incremental way to get started. In this session, you'll learn how to build intelligent .NET applications by a...
-
An Overview of Agent Memory for .NET
YapCast – Jesse Liberty Issue #525
The ability for Microsoft Agent Framework agents to retain and utilize knowledge across interactions is critical. One solution for this is Agent Memory for .NET, a cutting-edge, mind-blowing, graph-na...
-
Benchmarking Semantic Routing vs Static Model Selection in .NET
C# Corner Issue #525
Compare semantic AI routing with static model selection in .NET by benchmarking latency, cost, routing accuracy, complexity, and overall application performance.
-
Building a Reliable and Scalable AI-Powered ATS with .NET and Angular
C# Corner Issue #525
Explore how to build a reliable and scalable AI-powered ATS with .NET and Angular, covering AI integration, security, observability, asynchronous processing, and human oversight.
-
CodeAct + Hyperlight: Sandboxed Code Execution in the Microsoft Agent Framework
Medium Issue #525
What happens when you stop handing your agent ten tools and start letting it write the code itself — and where that code actually runs.
-
.NET AI Community Standup: Routing & Failover for Microsoft.Extensions.AI
YouTube Issue #525
Join Bruno and Joshua to talk about routing and failover for Microsoft.Extensions.AI. Joshua built this during his internship at Microsoft, and he'll walk us through how it works, the design decisions...
-
Building Agentic QA Pipelines with Browser Automation and .NET
C# Corner Issue #524
Build robust agentic QA pipelines in .NET. Separate AI reasoning from deterministic browser execution for faster, more reliable testing.
-
Managing Secrets in Microsoft Agent Framework
YapCast – Jesse Liberty Issue #524
In the realm of software development, managing configuration values and sensitive information is a critical aspect that can significantly impact the security and functionality of applications. Develop...
-
Tool Calling: How AI Agents Move from Conversation to Action
Medium Issue #524
Large Language Models are impressive. They can answer questions, explain concepts, write code, summarize documents, and even help us make…