ai
OpenAI for .NET Developers Articles, Tutorials & News
OpenAI for .NET Developers articles, tutorials, and news from the DotNetNews archive.
498 articles Updated Page 13 of 20
Browse additional OpenAI for .NET Developers articles from the DotNetNews archive.
OpenAI for .NET Developers articles
Page 13 of 20
Newest first
-
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.
-
What distinguishes a single Agent (AI Agent) vs a multi-agent system / Agentic AI system?
c-sharpcorner.com Issue #319
Explore the difference between single AI agents and multi-agent (Agentic) AI systems. Learn how they collaborate, adapt, and automate complex tasks efficiently.
-
Create AI videos with Sora-2 using .NET
medium.com Issue #316
Generate realistic AI videos directly from text, powered by OpenAI’s Sora-2 and a .NET console app. Continue reading on Medialesson »
-
Stop Reacting, Start Predicting: The Autonomous AI Agent Revolutionizing Enterprise SaaS Marketing
c-sharpcorner.com Issue #316
Discover how autonomous AI agents are revolutionizing enterprise SaaS marketing! This article explores the Autonomous Campaign Planner, showcasing its real-world application at CloudScale Inc. Learn h...
-
AI Agents in Practice: Customer Support Automation Agent
c-sharpcorner.com Issue #315
Automate customer support with AI agents! This pattern details a Customer Support Automation Agent that triages inquiries, categorizes issues (billing, technical, general), proposes responses, and esc...
-
Optimize Complex Workflows Using Multi-Agent Patterns
youtube.com Issue #315
• Key orchestration patterns for multi-agent systems, including sequential, concurrent, group chat, and hand-off approaches, with real-world examples of each. • AI agent orchestration patterns https:/...
-
AutoMapper Is Now Commercial: Should .NET Developers Switch to Mapster?
medium.com Issue #315
With AutoMapper officially going commercial, many .NET
-
⚖️ Making Tradeoffs With Domain-Driven Design (DDD) and the CAP Theorem | .NET
medium.com Issue #315
When we talk about Domain-Driven Design (DDD), we often focus on ubiquitous language, aggregates, entities, and value objects. But…
-
AI-Powered Validation in .NET: Introducing LLMValidator with Microsoft.Extensions.AI
gor-grigoryan.medium.com Issue #313
Validate grammar, tone, and intent — beyond regex. LLMValidator plugs into Microsoft.Extensions.AI so you can add AI checks to .NET with a…
-
Anthropic Launches Claude Code on the Web
c-sharpcorner.com Issue #313
Anthropic launches Claude Code on the Web! Simplify coding tasks with browser-based AI. Automate bug fixes, refactors, and maintenance. Try the beta now!
-
Designing High-Performance Agent Workflows in .NET: Patterns & Antipatterns
medium.com Issue #312
The rise of AI agents inside enterprise systems means developers now face a new kind of performance problem. It’s no longer just how fast…