ai
OpenAI for .NET Developers Articles, Tutorials & News
OpenAI for .NET Developers articles, tutorials, and news from the DotNetNews archive.
621 articles Updated Page 12 of 25
Browse additional OpenAI for .NET Developers articles from the DotNetNews archive.
OpenAI for .NET Developers articles
Page 12 of 25
Newest first
-
-
The Invisible Engine Behind AI Agents: Why Process Management in .NET
Medium 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# Corner 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# Corner 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 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# Corner 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 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 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 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# Corner 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# Corner 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
Round The Code 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
Microsoft Dev Blogs 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 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 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# Corner 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 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 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 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 Issue #469
Are AI Agents Conscious?
-
Architecting for Zero Trust & Fiscal Sanity: Securing and Caching .NET 8 AI Agents on AWS
Medium 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 Issue #465
The Problem: An AI With No Boundaries
-
How to Split a Document into Sub-Documents in C# Using AI
Medium Issue #465
Batch-scanned files present some issues in document processing pipelines. A single file can contain dozens of separate forms, ID cards, or…
-
Stop prompt injection from hijacking your agent, new security capabilities now released within Agent Framework
Microsoft Dev Blogs Issue #465
Prompt injection is the #1 risk on the OWASP LLM Top 10, and most agents in production today defend against it with one of two heuristics: a defensive system prompt, or a hand-rolled allowlist. Neithe...