ai
OpenAI for .NET Developers Articles, Tutorials & News
OpenAI for .NET Developers articles, tutorials, and news from the DotNetNews archive.
533 articles Updated Page 14 of 22
Browse additional OpenAI for .NET Developers articles from the DotNetNews archive.
OpenAI for .NET Developers articles
Page 14 of 22
Newest first
-
Generative AI with Large Language Models in C# in 2026
devblogs.microsoft.com Issue #367
A practical introduction to modern AI for .NET developers. The post Generative AI with Large Language Models in C# in 2026 appeared first on .NET Blog.
-
MCP Development with .NET, C#, Cloud Run, and Gemini CLI
medium.com Issue #363
Leveraging Gemini CLI and the underlying Gemini LLM to build Model Context Protocol (MCP) AI applications with C# deployed to Google Cloud…
-
From Spec to Santa: My C#‑Powered Christmas Story Generator Experiment
techwatching.dev Issue #356
In this article, I will explain how I built a website to generate Christmas Stories my almost 5-year-old daughter using C# and AI related technologies (GitHub Spec Kit, GitHub Copilot, Microsoft.Exten...
-
Prompt Noise Is Killing Your AI Accuracy: How To Optimize Context For Grounded Output | Build5Nines
build5nines.com Issue #356
The most common reason an AI system "hallucinates" in production isn't that the model is dumb. It's that we're drowning it.
-
Armchair Architects: Best Practices For Architecting AI Agents
youtube.com Issue #352
- Build Agents using Model Context Protocol on Azure https://learn.microsoft.com/azure/developer/ai/intro-agents-mcp - Protocols for Integration: The role of Model Context Protocol (MCP) and Agent-to...
-
Dotnet Agents: Building Autonomous Systems with SK Tools
medium.com Issue #351
Alright, C# developers, gather ‘round! We all love the robustness of Dotnet, but let’s be honest, writing code that handles complex…
-
RAG in .NET: A Practical Medium Guide for Developers Who Want Real Results
medium.com Issue #350
Retrieval-Augmented Generation (RAG) has become the buzzword everyone loves to throw around. Scroll through LinkedIn or attend any tech…
-
AI workflows, C# 14, EF Core
DotNetNews Issue #345
A varied .NET roundup with AI agents, C# 14 features, EF Core and Dapper, Visual Studio 2026, profiling, and code quality advice.
-
Google Just Replaced Coding With Orchestration — Meet Antigravity
medium.com Issue #339
(Why this is the biggest upgrade to your developer workflow since Git)
-
Can AI Replace a .NET Developer?” — A Real-Life Story From a Noob Who Asked the Same Question
dotnetfullstackdev.medium.com Issue #338
Last year, I was sitting in front of my laptop at 1:30 AM, staring at a 400-line C# file that refused to compile.
-
MCP for AI in .NET — The Missing Layer Between LLMs and Real Applications
medium.com Issue #336
If you’ve ever tried integrating AI into a .NET application, you’ve probably noticed something:
-
My Running Playlist Generator (Gemini + .NET)
medium.com Issue #334
As a runner following the 80/20 training model, I usually listen to a podcast. But when I need music, spending time curating a fresh…
-
DotnetFastMCP: The “Fast Lane” for Building AI Tools in .NET
medium.com Issue #333
Let’s talk about the AI revolution, because it’s happening right now. Large Language Models (LLMs) from OpenAI, Anthropic, Google, and… Continue reading on Applied AI for App Devs »
-
Smart API Documentation: Auto-Generating Swagger Descriptions using AI in ASP.NET Core
c-sharpcorner.com Issue #328
Automate Swagger documentation in ASP.NET Core using AI. Generate descriptions with OpenAI, ensuring up-to-date, developer-friendly API documentation.
-
.NET Diagnostic Tooling with AI
youtube.com Issue #328
.NET Aspire 13 — Simplified orchestration for cloud-native apps: https://aka.ms/aspire13/announcement Whether you're troubleshooting complex problems or seeking to enhance your diagnostic processes, ...
-
What is Copilot Tuning?
youtube.com Issue #328
Stop Translating Curl Commands, Start Shipping Features
-
Understanding Vibe Coding
c-sharpcorner.com Issue #324
Vibe Coding: AI-powered software development using natural language. Learn how it accelerates prototyping, lowers entry barriers, and enhances learning for developers.
-
Dew Drop – November 4, 2025 (#4533)
alvinashcraft.com Issue #324
Top Links On‑Device AI with Windows AI Foundry (Nandhini Elango) Using Copilot Agent Mode and Copilot Profiler Agent | Visual Studio Toolbox (Leslie Richardson & Joseph Finney) GitHub Universe 202...
-
-
How SQL Server Enables Retrieval-Augmented Generation (RAG) Workflows: Embeddings, Vector Indexing & More
c-sharpcorner.com Issue #324
SQL Server 2025 enables Retrieval-Augmented Generation (RAG) workflows with vector indexing, embeddings, and AI integration. Build intelligent, data-driven apps!
-
How Copilot Studio uses .NET and WebAssembly for performance and innovation - .NET Blog
devblogs.microsoft.com Issue #324
Learn how Microsoft Copilot Studio uses .NET to provide a consistent AI agent execution across platforms, including on the web via WebAssembly.
-
ASP.NET Core 9, DDD, and C# 14 updates
DotNetNews Issue #323
A varied .NET roundup with ASP.NET Core 9 changes, DDD and EF Core patterns, C# 14 previews, performance, caching, AI agents, and diagnostics.
-
Implementing Vector Search in Your Application with SQL Server 2025 | Data Exposed: MVP Edition
youtube.com Issue #320
Microsoft Most Valuable Professionals, or MVPs, are technology experts who passionately share their knowledge with the community. He is recognized as a VMWare vExpert and a Microsoft Data Platform MVP...
-
.NET Agent Framework ile İlk Agent: Teoriden Sahaya Geçiş
medium.com Issue #320
Sahadaki stratejiyi konuştuk, artık sıra geldi topa vurmaya yani koda dökmeye. Önceki serimize ulaşmak için Agent Framework’e Teknik Giriş…
-
Build a Custom LangChain Chat Model from Scratch
c-sharpcorner.com Issue #319
Learn how to create a fully customized chat model using LangChain, OpenAI API, and Python. Includes step-by-step implementation, architecture diagram, and optimization insights.