ai
OpenAI for .NET Developers Articles, Tutorials & News
OpenAI for .NET Developers articles, tutorials, and news from the DotNetNews archive.
621 articles Updated Page 18 of 25
Browse additional OpenAI for .NET Developers articles from the DotNetNews archive.
OpenAI for .NET Developers articles
Page 18 of 25
Newest first
-
DotnetFastMCP: The “Fast Lane” for Building AI Tools in .NET
Medium 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# Corner 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 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, ...
-
-
Understanding Vibe Coding
C# Corner 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)
Morning Dew by Alvin Ashcraft 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# Corner 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
Microsoft Dev Blogs 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 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 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# Corner 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# Corner 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 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# Corner 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# Corner 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 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 Issue #315
With AutoMapper officially going commercial, many .NET
-
⚖️ Making Tradeoffs With Domain-Driven Design (DDD) and the CAP Theorem | .NET
Medium 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
Medium 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# Corner 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 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…
-
Upgrading to Microsoft Agent Framework in Your .NET AI Chat App
Microsoft Dev Blogs Issue #312
Step-by-step review on how to upgrade your .NET AI chat app to Microsoft Agent Framework for better architecture, tool integration, and intelligent reasoning. The post Upgrading to Microsoft Agent Fr...
-
Model Context Protocol in .NET
Medium Issue #311
Let’s have a look that the MCP is and how we can implement it in .NET. Continue reading on Data Science Collective »