OpenAI for .NET Developers Articles, Tutorials & News
OpenAI for .NET Developers articles, tutorials, and news from the DotNetNews archive.
510 articles Updated Page 4 of 21
OpenAI for .NET Developers articles, tutorials, and news from the DotNetNews archive.
OpenAI for .NET Developers articles
Page 4 of 21
Newest first
-
Building Enterprise AI Decision Audit Systems Using .NET
c-sharpcorner.com Issue #489
Build enterprise AI decision audit systems with .NET. Ensure transparency, accountability, and compliance for AI-driven decisions.
-
AI-Powered MSBuild Investigation with the Microsoft Binlog MCP Server
devblogs.microsoft.com Issue #489
MSBuild binary logs (.binlog files) contain a wealth of information about your build — every property evaluation, target execution, task invocation, error, and warning. But navigating that data manual...
-
Building Multi-Agent Systems in C# with .NET: A Practical Guide
medium.com Issue #488
AI agents are powerful.
-
.NET AI Community Standup: Multi-Agent Apps with Aspire + MAF
youtube.com Issue #488
After some techinical difficulties last week, we're excited to restream this content in its entirety! Join Bruno and Tommaso for a look at building distributed multi-agent systems with Aspire and MAF ...
-
Migrating C# -> Microsoft Agent Framework
jesseliberty.com Issue #488
In the previous blog posts I ported a Python application to C#. However, I did not take advantage of the Microsoft Agent Framework (MAF). In this admittedly long post, I’ll migrate that code to MAF. F...
-
Building an AI-Powered .NET
nareshit.medium.com Issue #488
Artificial intelligence is changing the way modern applications are built. Earlier, software mainly worked through fixed instructions…
-
Blazor Community Standup: WebMCP in Action with Blazor
youtube.com Issue #488
Yanislav Ivanov from Telerik joins us to show how Blazor components use WebMCP to expose actions directly to AI agents, enabling natural language prompts to drive real UI interactions. 🔗 Links: https...
-
Building AI-Powered Release Intelligence Dashboards for Engineering Teams
c-sharpcorner.com Issue #488
Build AI-powered release intelligence dashboards for engineering teams using ASP.NET Core to gain actionable insights, predict risks, and improve software delivery.
-
Building AI-Powered Software Dependency Intelligence with .NET
c-sharpcorner.com Issue #488
Leverage .NET and AI for intelligent software dependency management, enhancing security, reliability, and developer productivity.
-
Designing AI-Oriented Domain Models in ASP.NET Core Applications
c-sharpcorner.com Issue #488
Design AI-oriented domain models in ASP.NET Core for intelligent apps. Integrate AI concepts for better scalability and business alignment.
-
Building Intelligent NuGet Package Upgrade Assistants with AI
c-sharpcorner.com Issue #488
Leverage AI to build intelligent NuGet package upgrade assistants, simplifying .NET dependency management, reducing risks, and boosting developer productivity.
-
Beyond the Chatbot: Demystifying AI Agent Loops, Harnesses, and LLMOps for .NET Developers
medium.com Issue #488
If you’re still just passing a string to an OpenAI endpoint and printing the response to the screen, you’re building tech demos, not…
-
Migrating Agentic Code Python -> C# Part 5
jesseliberty.com Issue #488
In the previous post we looked at implementing the Researcher in C#. In this, as promised, we’ll look at the Author and the Reviewer. The Author is handed two objects when instantiated: the llm (an IC...
-
Building AI-Powered Database Migration Assistants with .NET and Azure AI
c-sharpcorner.com Issue #487
Build AI-powered database migration assistants with .NET & Azure AI. Automate risk analysis, SQL generation, and documentation for safer, faster migrations.
-
Building AI-Powered Knowledge Verification Systems with ASP.NET Core
c-sharpcorner.com Issue #487
Build AI knowledge verification systems with ASP.NET Core to ensure accuracy, trust, and compliance in enterprise AI applications.
-
How to Build AI-Powered Service Desk Automation Platforms
c-sharpcorner.com Issue #487
Unlock efficient IT support with AI-powered service desk automation. Learn to build platforms using ASP.NET Core for faster resolutions and better user experiences.
-
Building AI-Powered Application Configuration Advisors with .NET
c-sharpcorner.com Issue #487
Build AI-powered application configuration advisors with .NET to proactively identify risks, optimize settings, and enhance security for improved reliability.
-
AI-Powered Knowledge Extraction from Enterprise Documents Using .NET
c-sharpcorner.com Issue #487
Unlock enterprise document insights with .NET and AI. Automate knowledge extraction, improve search, and boost efficiency.
-
Building Internal AI Copilots for Engineering Teams: Architecture and Best Practices
c-sharpcorner.com Issue #487
Build internal AI copilots for engineering teams using ASP.NET Core, Semantic Kernel, Azure OpenAI, and Azure AI Search for enhanced productivity.
-
Building AI-Powered Compliance Monitoring Platforms with .NET
c-sharpcorner.com Issue #487
Build AI-powered .NET compliance monitoring platforms for proactive risk detection, automated audits, and continuous regulatory adherence.
-
Designing AI-Native Event Processing Systems with Azure Event Grid and .NET
c-sharpcorner.com Issue #487
Build intelligent, AI-native event processing systems with Azure Event Grid and .NET for real-time analysis and automated decisions.
-
Building Offline-First AI Applications with Foundry Local and .NET 11
c-sharpcorner.com Issue #487
Build offline-first AI apps with .NET 11 and Foundry Local. Enhance privacy, reduce latency, and ensure reliability for intelligent applications.
-
Beyond Chatbots: Building AI Agent Applications in .NET
medium.com Issue #486
Large Language Models have made it incredibly easy to build chat-based applications. A few API calls, a prompt, and a UI are often enough…
-
Building AI-Powered Release Notes from Git History Using .NET
c-sharpcorner.com Issue #486
Automate release notes with .NET and AI from Git history. Streamline documentation, improve consistency, and save developer time.
-
Claude Code for .NET Developers: A Practical Introduction
c-sharpcorner.com Issue #486
Unlock Claude Code for .NET! Learn to integrate this AI agent into your C# workflow for testing, debugging, refactoring, and more.