ai
OpenAI for .NET Developers Articles, Tutorials & News
OpenAI for .NET Developers articles, tutorials, and news from the DotNetNews archive.
498 articles Updated Page 7 of 20
Browse additional OpenAI for .NET Developers articles from the DotNetNews archive.
OpenAI for .NET Developers articles
Page 7 of 20
Newest first
-
CLAUDE.md for .NET Developers - Complete Guide with Templates
codewithmukesh.com Issue #476
Write the perfect CLAUDE.md for .NET projects: memory hierarchy, auto memory, AGENTS.md interop, and copy-paste templates. Updated for mid-2026.
-
20 Advanced Claude Code Tips for .NET Developers
codewithmukesh.com Issue #476
Twenty advanced Claude Code tips for .NET developers: context engineering, hooks, subagents, MCP, worktrees, and model selection to ship faster in 2026.
-
-
The Invisible Engine Behind AI Agents: Why Process Management in .NET
medium.com Issue #475
Most developers don’t wake up thinking about process management.
-
Building AI-Native APIs with ASP.NET Core and Natural Language Interfaces
c-sharpcorner.com Issue #475
Build AI-native APIs with ASP.NET Core. Leverage natural language, intent processing, and semantic search for intelligent applications.
-
Feature Flags for AI Applications: Safe Deployment Strategies in .NET
c-sharpcorner.com Issue #475
Safely deploy AI in .NET with feature flags. Control rollouts, A/B test models, manage costs, and ensure governance for AI innovations.
-
Building AI Agents in .NET with Microsoft Agent Framework
medium.com Issue #475
A practical walkthrough of MAF’s core primitives — agent sessions, streaming, and SignalR integration — built around a real working…
-
How to Use Semantic Kernel for AI Application Development
c-sharpcorner.com Issue #473
Learn how to use Semantic Kernel for AI application development in .NET. Build chatbots, AI assistants, RAG applications, and intelligent workflows.
-
C# Multithreading and Asynchronous Programming: Interview Questions Every .NET Developer Should Know
medium.com Issue #473
A comprehensive guide to advanced C# multithreading and asynchronous programming interview questions.
-
One Innocent Line (.Result) Froze My Entire API. I Was Blocking async Without Knowing It.
medium.com Issue #473
Everyone says “use async.” Nobody warns you what happens when you mix it with one tiny .Result.
-
Taking your AI to the edge with .NET MAUI
youtube.com Issue #472
AI is transforming both what we build and how we build it. Learn how .NET MAUI developers can bring AI to the edge using local models and on-device capabilities across mobile and desktop, while unders...
-
How to Fix "Maximum Request Length Exceeded" in ASP.NET Applications
c-sharpcorner.com Issue #472
Learn how to fix the "Maximum Request Length Exceeded" error in ASP.NET and IIS. Configure maxRequestLength and maxAllowedContentLength settings to support large file uploads up to 100 MB or more.
-
Building a Natural Language API Gateway Using ASP.NET Core and AI
c-sharpcorner.com Issue #472
Learn how to build a Natural Language API Gateway using ASP.NET Core and AI. Discover intent detection, API orchestration, structured outputs, security controls, and enterprise implementation patterns...
-
Creating .NET apps takes forever - then we tried AI
roundthecode.com Issue #472
We gave Claude a vague prompt to build a .NET app - it struggled. Then we added technical documents. The results were dramatically better. Here's what we learned. The page Creating .NET apps takes for...
-
-
Announcing Agent Governance Toolkit MCP Extensions for .NET
devblogs.microsoft.com Issue #471
Announcing a Public Preview .NET package that adds policy enforcement, startup tool scanning, fallback governance, and response sanitization to MCP servers with a single builder extension. The post An...
-
AI Building Blocks for .NET: Add intelligence to your C# Apps
youtube.com Issue #471
A practical, opinionated guide to building intelligent apps in .NET ⌚ Chapters: 00:00 Welcome and Intro 00:28 What we're talking about today 02:58 Today's building blocks 03:40 Foundations: Microsoft....
-
.NET 11 in depth: Runtime, libraries, and SDK for the AI era
youtube.com Issue #471
Join Chet and Rich for a tour of how the .NET Runtime, libraries, and tooling are improving for .NET 11. You'll learn about investments in Native AOT, support for AI agents of all kinds, foundational ...
-
Implementing Long-Term Memory in Enterprise AI Agents Using C#
c-sharpcorner.com Issue #471
Learn how to implement long-term memory in enterprise AI agents using C#, vector databases, embeddings, and memory retrieval patterns to build intelligent and personalized AI solutions.
-
Multi-agent patterns in VS Code you won't learn from docs | BRK201
youtube.com Issue #471
Building with one agent is familiar. Orchestrating a fleet of them in parallel across local, background, and cloud surfaces is where it gets real. You'll see the decisions that matter, how to decompos...
-
Multi-Agent Frameworks for .NET — A Practical Guide
medium.com Issue #469
If you’ve spent any time building with LLMs, you’ve probably hit the wall: a single prompt only gets you so far. Stuff too much into one…
-
Agent Governance Toolkit for .NET:
medium.com Issue #469
A few months ago, most conversations around AI agents focused on one thing:
-
To Prompt or NOT to Prompt #vscode #prompt #customization
youtube.com Issue #469
Are AI Agents Conscious?
-
Architecting for Zero Trust & Fiscal Sanity: Securing and Caching .NET 8 AI Agents on AWS
naved-shaikh.medium.com Issue #466
Picture this: You’ve successfully migrated your legacy enterprise applications into a modern microservices architecture running on AWS EKS…
-
AWS Bedrock with .NET: Guardrails for Safe AI Applications
medium.com Issue #465
The Problem: An AI With No Boundaries