ai
OpenAI for .NET Developers Articles, Tutorials & News
OpenAI for .NET Developers articles, tutorials, and news from the DotNetNews archive.
555 articles Updated Page 13 of 23
Browse additional OpenAI for .NET Developers articles from the DotNetNews archive.
OpenAI for .NET Developers articles
Page 13 of 23
Newest first
-
Powering the New Microsoft Agent Framework with Gemini 3.x
medium.com Issue #405
How to bring Google’s latest models into the new .NET Agentic ecosystem Continue reading on Google Cloud - Community »
-
Agentic RAG for Everyone Using Azure SQL, OpenAI, and Web Apps
youtube.com Issue #405
How to Use Dependency Injection in a .NET Console Application
-
How to Integrate ChatGPT API in ASP.NET Core Application?
c-sharpcorner.com Issue #404
Integrate ChatGPT API into ASP.NET Core for intelligent features like chatbots and content generation. Securely connect to OpenAI and build AI-powered apps.
-
Why Your C# AI Agents Will Fail in Production (And How to Fix It)
levelup.gitconnected.com Issue #404
The transition from a cool AI prototype running in a Jupyter Notebook to a production-grade, scalable microservice is where most projects… Continue reading on Level Up Coding »
-
-
CQRS, async, and Azure deployment
DotNetNews Issue #402
Issue #402 mixes architecture, async performance, security hardening, Azure hosting, AI document extraction, and the latest Visual Studio update.
-
AI Context Kit, Evolved: Why I Moved to AGENTS.md + Agent Skills (and how I used the Codex macOS App for the Migration)
msicc.net Issue #401
After releasing AI Context Kit, I learned about two emerging standards that are becoming essential for durable AI collaboration: AGENTS.md for project operation and Agent Skills for workflow authority...
-
Build an Infinite AI Chat in .NET with Llama 3 (Fully Local Setup Guide)
hardikmasalawala.medium.com Issue #401
🚀 Build an Infinite AI Chat in .NET with Llama 3 (Fully Local Setup Guide)
-
Microsoft Agent Framework Reaches Release Candidate
devblogs.microsoft.com Issue #401
We're happy to announce that Microsoft Agent Framework is now in Release Candidate status for both .NET and Python. Release Candidate is an important milestone on the road to General Availability — it...
-
A smarter way to learn .NET without reading the docs
roundthecode.com Issue #398
Discover how .NET concepts can be learned without reading documentation, using AI tools to turn docs and videos into podcasts, summaries and mind maps. The page A smarter way to learn .NET without rea...
-
Microsoft.Extensions.AI: The .NET Feature That’s Quietly Killing Boilerplate
medium.com Issue #398
.NET 9 added AI abstractions that make integrating LLMs stupidly simple. Here’s why nobody’s talking about it. Continue reading on JavaScript in Plain English »
-
Smart AI Customer Support Chatbot with Angular + ASP.NET Core + Python (ML/NLP)
medium.com Issue #398
Transforming Customer Support with AI & Full-Stack Engineering
-
Claude Sonnet 4.6 in Microsoft Foundry-Frontier Performance for Scale
techcommunity.microsoft.com Issue #398
Claude Sonnet 4.6 is available today in Microsoft Foundry, and it is designed for teams who want frontier performance across coding, agents, and professional work at scale. The post Claude Sonnet 4.6...
-
Getting Started with Agents in VS Code
youtube.com Issue #397
Demystifying C# Method Signatures: async, await, Tasks, and Tuples Explained
-
.NET AI Community Standup: Squad: AI agent teams for any project
youtube.com Issue #397
In this session, we’ll explore SQUAD for C# .NET Developers, based on the open-source project at https://github.com/bradygaster/squad. If you're building modern cloud-native apps and want to infuse th...
-
How VS Code Builds with AI
youtube.com Issue #397
Performance Comparison: Blazor Server vs. WebForms Core Technology
-
Custom Agents in Visual Studio: Built in and Build-Your-Own agents
devblogs.microsoft.com Issue #397
Agents in Visual Studio now go beyond a single general-purpose assistant. We're shipping a set of curated preset agents that tap into deep IDE capabilities; debugging, profiling, testing alongside a f...
-
Codex vs Opus vs Gemini 3.1: .NET Developer Thing?
isitvritra101.medium.com Issue #397
“Codex is dogshit compared to Opus for complex tasks.”
-
Checkpointing & Resuming AI Workflows in .NET
blog.gopenai.com Issue #391
When building real-world AI workflows — especially long-running ones — you can’t always expect the entire process to complete in a single… Continue reading on GoPenAI »
-
Claude Opus 4.6: Anthropic’s powerful model for coding, agents, and enterprise workflows is now available in Microsoft Foundry
azure.microsoft.com Issue #391
With Claude Opus 4.6 now available in Microsoft Foundry, developers can delegate complex tasks end‑to‑end and trust the AI to execute independently in production. The post Claude Opus 4.6: Anthropic’...
-
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...