OpenAI for .NET Developers Articles, Tutorials & News
OpenAI for .NET Developers articles, tutorials, and news from the DotNetNews archive.
510 articles Updated Page 12 of 21
OpenAI for .NET Developers articles, tutorials, and news from the DotNetNews archive.
OpenAI for .NET Developers articles
Page 12 of 21
Newest first
-
Understanding the Microsoft.Agents.AI API — A .NET Developer’s Guide
medium.com Issue #391
AI agents are changing how we build intelligent applications — from chatbots and workflow assistants to decision automation systems.
-
Part 2: Build an MCP Server in C#/.NET and Enrich It With Repository Context
medium.com Issue #391
The .NET ecosystem now has an official C# MCP SDK plus project templates that get you from “zero” to a working server fast.
-
Claude Code — A Practical Guide to Automating Your Development Workflow
henriquesd.medium.com Issue #390
This file contains structure guidance so Claude understands how to build and run the project, the architecture and folder structure, coding conventions and patterns, testing strategy and important com...
-
Building Workflows with Branching Logic in .NET (Microsoft Agent Framework)
blog.gopenai.com Issue #390
Modern applications often involve complex decision trees, where the flow of operations depends on conditions, user input, or model results… Continue reading on GoPenAI »
-
Prompt Engineering — Self-Consistency, Direct Stimulus & ReAct
henriquesd.medium.com Issue #389
In this article, I present the Self-Consistency, Direct Stimulus Prompting (DST), and ReAct (Reasoning + Acting) techniques . When executed multiple times, the answers are compared to identify those t...
-
The danger of glamourizing one shots
feeds.hanselman.com Issue #389
People should not be judging AI-augmented coding by “1 shots.” If someone told you that their model did a “one shot of Minecraft” and they’re impressed by that, you need to consider how much semantic...
-
PostgreSQL on Azure supercharged for AI
azure.microsoft.com Issue #387
From GitHub Copilot AI assistance to built-in model management, Azure is helping devs and enterprises unlock the full potential of PostgreSQL. The post PostgreSQL on Azure supercharged for AI appeare...
-
Orchestrating Durable AI Agents in .NET
medium.com Issue #387
In modern AI systems, it’s not enough for agents to handle single requests — they must coordinate complex, multi-step workflows that can… Continue reading on GoPenAI »
-
Building Your First AI Agent in C# with Microsoft Agent Framework
medium.com Issue #387
From chatbot to agent in 15 minutes — a practical guide for .NET developers
-
.NET AI Essentials - The Core Building Blocks Explained
devblogs.microsoft.com Issue #386
Artificial Intelligence (AI) is transforming how we build applications. The .NET team has prioritized keeping pace with the rapid changes in generative AI and continue to provide tools, libraries, and...
-
Build AI Agents with GitHub Copilot SDK and Microsoft Agent Framework
devblogs.microsoft.com Issue #385
Microsoft Agent Framework now integrates with the GitHub Copilot SDK, enabling you to build AI agents powered by GitHub Copilot. This integration brings together the Agent Framework's consistent agent...
-
Building Agentic AI with Microsoft.Agents.AI: A Getting Started Guide
medium.com Issue #385
Traditional AI chatbots answer questions. Agentic AI takes action. Instead of just telling you about your notes, an agentic assistant can…
-
Beyond the Prompt: Designing Stateful AI Experiences in .NET
youtube.com Issue #385
Changing how ASP.NET generates OpenAPI schema names
-
EF Core LINQ, Linux support, and API resilience
DotNetNews Issue #384
A varied .NET roundup covering LINQ-to-SQL in EF Core, .NET 10 on Linux, ASP.NET Core performance and resilience, plus AI and security topics.
-
Prompt Engineering — Zero-Shot, One-Shot, Few-Shot & In-Context Learning
henriquesd.medium.com Issue #383
The way you write the prompt matters, so according to the output you expect, you can use the right technique, and this will reduce hallucinations and ensure that the model understands the context and ...
-
REST APIs, Vectors, and AI in SQL Server 2025 | Data Exposed: MVP Edition
youtube.com Issue #383
In this episode, Ben Weissman, a Microsoft MVP and Data Platform expert, dives in REST APIs, vectors, and AI in SQL Server 2025. Microsoft Most Valuable Professionals, or MVPs, are technology experts ...
-
Enabling Observability for AI Agents in .NET
blog.gopenai.com Issue #382
As AI systems become more complex, understanding what’s happening inside an AI agent — such as when it’s invoked, what tools it calls, and… Continue reading on GoPenAI »
-
Supercharging GenAI Apps with PostgreSQL and Azure AI
visualstudiomagazine.com Issue #381
Learn how to supercharge your GenAI apps with PostgreSQL and Azure AI. Lino Tadros shows how PGVector and AI Extensions in VS Code turn PostgreSQL into an intelligent foundation for high-performance G...
-
Human-In-The-Loop Approvals in Microsoft Agent Framework: A Practical Guide
medium.com Issue #381
When building intelligent AI agents with the Microsoft Agent Framework, you sometimes want to give humans the final say before certain… Continue reading on GoPenAI »
-
✨ Prompt Engineering Never Dies ✨
c-sharpcorner.com Issue #380
Prompt Engineering isn't dead; it's evolving! This article explains how it's the core of all LLM engineering, from context to system design. It's the spine!
-
Exposing an AI Agent as an MCP Tool in .NET
medium.com Issue #380
AI agents are powerful, but to make them truly useful in larger applications and tool ecosystems, you need a way for other systems to… Continue reading on GoPenAI »
-
Logging, EF Core, and .NET 10 upgrade reasons
DotNetNews Issue #379
A varied .NET roundup with Serilog logging, EF Core Fluent API, .NET 10 upgrade reasons, MAUI, SignalR, and Azure DevOps updates.
-
RAG vs LLM Explained: Why Modern AI Apps Need More Than ChatGPT
c-sharpcorner.com Issue #378
Unlock the power of accurate AI! Learn the crucial difference between RAG and LLMs. Build real-world AI apps with data security and trustworthy responses.
-
AI Faceoff: Customized VS Code Commands
visualstudiomagazine.com Issue #370
After a long-unused VS Code extension stopped working, I compared multiple AI tools to recreate the same HTML-wrapping workflow using built-in snippets and keybindings. Mileage among the systems varie...
-
Twelve months of agentic AI code-assist
staffordwilliams.com Issue #370
2025 was the year of agentic AI code assistants and programming will never be the same. For some, these tools have become a critical part of their daily workflow and produce most, if not all, of the c...