ai
OpenAI for .NET Developers Articles, Tutorials & News
OpenAI for .NET Developers articles, tutorials, and news from the DotNetNews archive.
498 articles Updated Page 11 of 20
Browse additional OpenAI for .NET Developers articles from the DotNetNews archive.
OpenAI for .NET Developers articles
Page 11 of 20
Newest first
-
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...
-
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…