OpenAI for .NET Developers Articles, Tutorials & News
OpenAI for .NET Developers articles, tutorials, and news from the DotNetNews archive.
510 articles Updated Page 7 of 21
OpenAI for .NET Developers articles, tutorials, and news from the DotNetNews archive.
OpenAI for .NET Developers articles
Page 7 of 21
Newest first
-
What's one mistake devs make when building cost-efficient AI apps?
youtube.com Issue #479
Most devs over‑optimize the model 🤖 The real leverage is in the system 🔧 Tweaking prompts & swapping models ≠ better outcomes Giving AI the right data + context = better reasoning + results Build th...
-
Spec-Driven Development: A Spec-First Approach to AI-Native Engineering
developer.microsoft.com Issue #479
AI has made software delivery faster, but speed alone does not guarantee better outcomes. As teams adopt AI-native development, the real challenge is keeping requirements, design, implementation, and ...
-
From RAG to Agentic RAG: Building Self-Improving AI Applications in .NET
c-sharpcorner.com Issue #479
Learn how Agentic RAG extends traditional Retrieval-Augmented Generation by combining AI agents, reasoning, planning, and tool usage to build intelligent self-improving AI applications in .NET.
-
Building Context-Aware Enterprise Search Applications with ASP.NET Core
c-sharpcorner.com Issue #479
Build intelligent, context-aware enterprise search with ASP.NET Core, vector databases, and AI for enhanced productivity and knowledge discovery.
-
Context Engineering for AI Applications: Beyond Prompt Engineering
c-sharpcorner.com Issue #479
Learn how context engineering goes beyond prompt engineering by optimizing retrieval, memory, tool outputs, and information pipelines for enterprise AI applications in .NET.
-
We built an AI tool for .NET/C# developers in 2 days
roundthecode.com Issue #479
We built an AI tool for .NET and C# developers in just 2 days using Claude's API. Here's how we did it, the prompts we used, and how you can try it now. The page We built an AI tool for .NET/C# develo...
-
Structured Outputs in LLM Applications: A Complete C# Developer Guide
c-sharpcorner.com Issue #479
Learn how to implement structured outputs in C# AI applications. Discover schema validation, strongly typed models, JSON responses, and best practices for building reliable enterprise LLM solutions.
-
How to Build Offline AI Applications in .NET Without Cloud Dependencies
c-sharpcorner.com Issue #478
Build offline AI apps in .NET without cloud. Leverage local models like Phi & tools like Ollama for privacy, cost savings, and faster responses.
-
Building AI-Powered Apps with Claude and ASP.NET Core
c-sharpcorner.com Issue #478
Integrate Claude AI into ASP.NET Core with C# to build intelligent apps. Learn API setup, service creation, and REST endpoint exposure.
-
Creating a Simple MCP Server in .NET
pmichaels.net Issue #477
In my previous post, I covered how to interact with a local LLM from .NET using LM Studio. In this post, I’m going to take that a little…
-
On .NET Live - Demystifying Microsoft Agent Framework Middleware
youtube.com Issue #477
In this session we'll walk through how Daniel Costea uses ChatClient and Agent middleware to turn plain .NET AI agents into production‑ready systems with observability, safety, and cost control. Start...
-
Implementing AI Memory Systems in C# Using Vector Databases
c-sharpcorner.com Issue #477
Learn how to implement AI memory systems in C# using vector databases. Discover embeddings, semantic search, memory architectures, and best practices for building intelligent AI applications.
-
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...