ai
OpenAI for .NET Developers Articles, Tutorials & News
OpenAI for .NET Developers articles, tutorials, and news from the DotNetNews archive.
621 articles Updated Page 6 of 25
Browse additional OpenAI for .NET Developers articles from the DotNetNews archive.
OpenAI for .NET Developers articles
Page 6 of 25
Newest first
-
Implementing AI Cost Optimization and Token Management Strategies in .NET Applications
C# Corner Issue #501
Master AI cost optimization in .NET. Learn token management, prompt engineering, caching, and model selection for sustainable AI.
-
How to Build an AI Coding Assistant with ASP.NET Core and Local LLMs
C# Corner Issue #501
Build an AI coding assistant with ASP.NET Core and local LLMs for enhanced privacy, security, and cost control in your development workflow.
-
The Story of My OpenAI .NET Contribution
Medium Issue #501
There is a particular kind of silence that surrounds you when you open a large codebase for the first time. Continue reading on Level Up Coding »
-
Building Multi-Tenant AI SaaS Applications with ASP.NET Core and Azure OpenAI
C# Corner Issue #501
Build scalable AI SaaS with ASP.NET Core & Azure OpenAI. Master multi-tenancy for secure, cost-effective, isolated AI services.
-
Building Search Applications with Qdrant Vector Database and .NET
C# Corner Issue #501
Build intelligent search apps with Qdrant vector database and .NET. Learn semantic search, RAG, and AI-powered retrieval for faster, relevant results.
-
Building Event-Driven AI Agents with Azure Service Bus and .NET
C# Corner Issue #500
Build scalable, event-driven AI agents with Azure Service Bus and .NET. Automate workflows, process asynchronously, and enhance enterprise AI.
-
Building AI Workflows with Semantic Kernel Process Framework in .NET
C# Corner Issue #500
Build structured AI workflows in .NET with Semantic Kernel's Process Framework. Orchestrate AI, logic, tools, and human interaction for complex applications.
-
Implementing Long-Term Memory for AI Agents with Semantic Kernel and PostgreSQL
C# Corner Issue #500
Unlock AI's potential with long-term memory using Semantic Kernel & PostgreSQL. Build context-aware, personalized agents.
-
Building Production-Ready RAG Pipelines with Azure AI Search and .NET
C# Corner Issue #500
Build production-ready RAG pipelines with Azure AI Search and .NET for accurate, context-aware AI responses using your own data.
-
Hosting AI Agents with Microsoft Agent Framework in .NET Ep - 14, Part 2
C# Corner Issue #499
Learn how to host AI agents using Microsoft Agent Framework in .NET. This session explains agent hosting architecture, dependency injection, service registration, runtime configuration, deployment str...
-
The Verification Layer Every AI Agent Needs (and How I Built One Twice)
Medium Issue #499
Introduction: The Day I Stopped Trusting My Own Agent
-
Building Your First MCP Server in C#: A 2026 Field Guide
Medium Issue #498
If you’ve touched an AI coding tool in the last year, you’ve probably run into the Model Context Protocol (MCP) even if nobody called it…
-
How to guide agents during production investigations with .NET CLI
C# Digest Issue #498
AI agents can drive .NET diagnostic tools the same way a senior developer would
-
Don’t rewrite your CLI for agents
Microsoft Developer Issue #497
There’s advice making the rounds: replace your CLI args with a single --json payload so agents can use your tool more effectively. The thinking being, that agents already think in structured formats, ...
-
Your Architecture Has a Token Bill So I Made the Compiler Collect It
Medium Issue #497
How I turned “our codebase is agent-friendly” from a hope into a build error, with Roslyn analyzers, a token budget, and a little Norse…
-
Building Internal AI Tools with Azure AI Foundry and .NET
C# Corner Issue #497
Build internal AI tools with Azure AI Foundry & .NET for enhanced productivity, faster info access, and streamlined operations. Secure, scalable, and intelligent.
-
Microsoft Releases Agent Skills for .NET
C# Corner Issue #497
Microsoft releases Agent Skills for .NET, enabling developers to package reusable domain expertise, scripts, and instructions that AI agents can discover and use on demand.
-
Building AI Chat Applications with SignalR and ASP.NET Core
C# Corner Issue #496
Build real-time AI chat apps with SignalR & ASP.NET Core. Stream responses, enhance UX, and scale your conversational AI.
-
Agent Harness: Scaling the claw or harness capabilities
Microsoft Dev Blogs Issue #496
Part 3 of Build your own claw and harness with Microsoft Agent Framework. In Part 2 our personal
-
Deploying an MCP server to Azure Container Apps with the Microsoft Agent Framework
Medium Issue #496
In the last few blogs I built agents. They were great — until they lived on my laptop.
-
The Complete .NET 11 Developers Guide to the Agentic Web Part 2
Medium Issue #495
We’re going to pick up from part 1 and delve into the Microsoft Agent Framework. Continue reading on Data Science Collective »
-
Agent Skills for .NET Is Now Released
Microsoft Dev Blogs Issue #495
You can now give your .NET agents reusable packages of domain expertise - instructions, reference documents, and scripts they load only when a task needs them - through a stable, production-ready API....
-
AWS Bedrock with .NET: Cost Tracking via Inference Profiles
Medium Issue #495
The Problem: Your AI Bill Grew, But You Cannot Explain It
-
Microsoft Agent Framework for .NET (part 1): what it is, how it works, and when to use it
Code4IT Issue #495
Microsoft Agent Framework is Microsoft’s production-oriented framework for building AI agents and multi-agent workflows in .NET and Python. Let’s see how it works, why Microsoft created it...
-
Using AI to Generate Better Unit Tests for Bug Reproduction in .NET
blog.stackademic.com Issue #495
Turn bug reports into reliable unit tests using the AI Continue reading on Stackademic »