ai
OpenAI for .NET Developers Articles, Tutorials & News
OpenAI for .NET Developers articles, tutorials, and news from the DotNetNews archive.
621 articles Updated Page 14 of 25
Browse additional OpenAI for .NET Developers articles from the DotNetNews archive.
OpenAI for .NET Developers articles
Page 14 of 25
Newest first
-
Inside The Agent Loop with Pierce Boggan
YouTube 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
Medium Issue #443
AI adoption is growing fast but real impact still feels slow.
-
AI Security & Safety Protecting Your .NET AI Apps in 2026
Medium 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
Microsoft Dev Blogs 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
Rockford Lhotka's Blog 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 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 on Ardalis (Steve Smith) 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
Andrew Lock | .NET Escapades 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 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# Corner 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 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 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# Corner 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 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
Visual Studio Magazine 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 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 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# Corner 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 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
Visual Studio Magazine 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 ...
-
What Is Vector Database and Why It Is Important for AI Applications?
C# Corner Issue #419
Discover vector databases: the key to smarter AI. Learn how they power semantic search, recommendations, and LLMs by understanding data meaning, not just keywords.
-
From Monolith to Micro-Brain: Architecting Scalable AI Inference in .NET
levelup.gitconnected.com Issue #418
The shift from monolithic application design to distributed, cloud-native architectures represents one of the most significant paradigm… Continue reading on Level Up Coding »