ai
OpenAI for .NET Developers Articles, Tutorials & News
OpenAI for .NET Developers articles, tutorials, and news from the DotNetNews archive.
498 articles Updated Page 9 of 20
Browse additional OpenAI for .NET Developers articles from the DotNetNews archive.
OpenAI for .NET Developers articles
Page 9 of 20
Newest first
-
Governing MCP tool calls in .NET with the Agent Governance Toolkit
devblogs.microsoft.com Issue #450
AI agents are connecting to real tools — reading files, calling APIs, querying databases — through the Model Context Protocol (MCP). The Agent Governance Toolkit (AGT) provides a governance layer for ...
-
Securing the AI You’re Building: What the OWASP GenAI Data Security Guide Means for Developers Who…
pub.towardsai.net Issue #443
Most AI security articles are written by security professionals explaining risks to developers. Continue reading on Towards AI »
-
Inside The Agent Loop with Pierce Boggan
youtube.com Issue #443
LangChain.js for Beginners: A Free Course to Build Agentic AI Apps with JavaScript
-
AI in .NET: Why Most Implementations Stall and How to Build Systems That Actually Scale
aindotnet.medium.com Issue #443
AI adoption is growing fast but real impact still feels slow.
-
AI Security & Safety Protecting Your .NET AI Apps in 2026
medium.com Issue #443
“In 2025, a Fortune 500 company’s internal AI assistant was tricked — via a carefully crafted PDF a user uploaded — into revealing the…
-
CodeAct in Agent Framework: Faster Agents with Fewer Model Turns
devblogs.microsoft.com Issue #442
Modern AI agents often aren't bottlenecked by model quality, they are bottlenecked by orchestration overhead. When an agent chains together many small tool calls, each step typically requires a new mo...
-
My Claude Code Workflow
blog.lhotka.net Issue #442
I’ve been through a lot of workflow tooling on top of Claude Code over the past few months. They imposed structure — ideate, plan, implement, test, PR — and that structure was genuinely helpful when C...
-
PostgreSQL Like a Pro: Build mission-critical apps at any scale with Azure HorizonDB
youtube.com Issue #439
Choosing the Right Azure Hosting Model for AI Agents: A Deep Dive into Foundry Hosted Agents
-
Optimizing AI Agents with Progressive Disclosure
ardalis.com Issue #439
AI coding agents are only as good as the information you put in front of them. Every byte of context you load into an agent’s context window is space that could have been used for the code, conversati...
-
Running AI agents with customized templates using docker sandbox
andrewlock.net Issue #439
In this post I describe how to create custom templates for Docker Sandboxes, so that your sandboxes start with additional tools immediately available
-
Using Microsoft Agent Framework with Foundry managed memory
youtube.com Issue #437
Lewis Liu and Amy Boyd walk through how memory is natively integrated with Microsoft Agent Framework and LangGraph, enabling agents to persist user preferences, conversation context, and task outcomes...
-
Running Local AI with LlamaSharp in .NET: A Developer's Guide
c-sharpcorner.com Issue #437
Run powerful AI models locally in .NET with LlamaSharp! This guide covers setup, model selection (Llama 3, Phi-4), GPU acceleration, and integration with Semantic Kernel.
-
C# 15 Union Types: Finally Solving a Long-Standing Problem (With Example)
medium.com Issue #436
A few months ago, I ran into a very common problem while writing C# code. Continue reading on GoPenAI »
-
Agentic AI Architecture with .NET
medium.com Issue #431
Build scalable, autonomous AI systems using .NET — combining intelligent decision engines, persistent memory, and event-driven…
-
Using Claude AI APIs in ASP.NET Core Applications (2026 Guide)
c-sharpcorner.com Issue #428
Integrate Claude AI with ASP.NET Core! This 2026 guide covers API integration, architecture, best practices, and code examples for building intelligent apps.
-
How to build an LLM in C#
medium.com Issue #427
I’m one of these late starters and slow learners but eventually I get obsessed about things. I’m bored of prompting someone else’s models… Continue reading on Data Science Collective »
-
How I Built a 'Journalist' AI Agent in VS Code to Replace Me
visualstudiomagazine.com Issue #427
Having long ago seen the handwriting on the wall for the journalism profession with the debut of GenAI, I decided to just cut to the chase and build my replacement now.
-
Building AI Agents with .NET & AutoGen in 2026
medium.com Issue #426
“In 2024 we talked about AI assistants. In 2025 we shipped AI copilots. In 2026, the teams winning are shipping autonomous AI agents that…
-
Generative AI for Beginners in .NET 10: From Curiosity to Real Applications
blog.gopenai.com Issue #426
A few years ago, learning AI meant diving into complex theory, research papers, and tools that often felt disconnected from real-world… Continue reading on GoPenAI »
-
How to set up MCP in C# .NET — step-by-step guide
medium.com Issue #426
Nowadays, it is significantly useful to allow AI agents access to your data. In fact, this is exactly what makes AI agents so powerful. If…
-
How to Build a Chatbot using OpenAI API and .NET
c-sharpcorner.com Issue #426
Learn how to build a chatbot using OpenAI API and .NET! This step-by-step guide covers everything from setup to advanced features, perfect for developers. Create intelligent, conversational apps with ...
-
Accelerating .NET
blog.gopenai.com Issue #425
Building cross-platform apps with .NET MAUI is powerful — but debugging issues, writing tests, and reviewing pull requests can still take… Continue reading on GoPenAI »
-
Modernize .NET Anywhere with GitHub Copilot: Faster Upgrades with AI (With Practical Example)
medium.com Issue #424
Modernizing legacy .NET applications has traditionally been a complex and time-consuming process. From handling outdated dependencies to… Continue reading on GoPenAI »
-
Extend Your Coding Agent with .NET Skills: A New Way to Supercharge AI-Assisted Development
blog.gopenai.com Issue #421
AI coding assistants are becoming a normal part of a developer’s workflow. Tools like GitHub Copilot, ChatGPT-based agents, and other AI… Continue reading on GoPenAI »
-
Going Local (& a Bit Loco) with Open-Source AI in VS Code
visualstudiomagazine.com Issue #419
This hands-on PoC shows how I got an open-source model running locally in Visual Studio Code, where the setup worked, where it broke down, and what to watch out for if you want to apply a local model ...