ai
OpenAI for .NET Developers Articles, Tutorials & News
OpenAI for .NET Developers articles, tutorials, and news from the DotNetNews archive.
621 articles Updated Page 8 of 25
Browse additional OpenAI for .NET Developers articles from the DotNetNews archive.
OpenAI for .NET Developers articles
Page 8 of 25
Newest first
-
AI-Powered Database Schema Evolution Using Entity Framework Core
C# Corner Issue #490
Enhance database schema evolution with Entity Framework Core and AI. Reduce risks, improve performance, and automate documentation for safer migrations.
-
Building an AI-Driven Database Query Performance Analyzer with .NET and SQL Server
C# Corner Issue #490
Build an AI-driven .NET and SQL Server analyzer to boost database query performance, reduce troubleshooting time, and enhance application responsiveness.
-
Microsoft’s Another Agent Framework
Medium Issue #489
Given that there have been a few years of Cambrian explosion of agent frameworks, I’d be surprised if Microsoft didn’t have one. In fact…
-
AI Security Testing: How to Validate Prompts, Models, and Tool Calls
C# Corner Issue #489
Secure your AI systems! Learn to validate prompts, models, and tool calls for LLMs, RAG, and agents in .NET.
-
How to Build AI-Powered Engineering Knowledge Assistants with Blazor
C# Corner Issue #489
Build AI-powered engineering knowledge assistants with Blazor & ASP.NET Core for faster access to crucial information.
-
Building AI-Powered Enterprise Search Validation Pipelines
C# Corner Issue #489
Build AI-powered enterprise search validation pipelines in ASP.NET Core to ensure accurate, trustworthy, and actionable information delivery.
-
Your first MCP server with ASP.NET
Tim Deschryver Issue #489
Learn how to query your application's data using natural language by building an ASP.NET MCP server.
-
Building Enterprise AI Capability Catalogs with ASP.NET Core
C# Corner Issue #489
Build an Enterprise AI Capability Catalog with ASP.NET Core to centralize, discover, govern, and reuse AI assets, boosting innovation and reducing duplication.
-
Migrating Agentic Code Python -> C# Part 6 (final)
YapCast – Jesse Liberty Issue #489
In the previous post we finished up creating our agents. You’ll remember that each of the agents declared nodes. We’re finally going to put them to use in a class BlogWorkflow that is going to take a ...
-
Building AI-Powered API Backward Compatibility Testing in ASP.NET Core
C# Corner Issue #489
Build AI-powered API backward compatibility testing in ASP.NET Core to ensure seamless evolution and prevent client disruptions.
-
Implementing AI-Based Dependency Risk Analysis in Large .NET Solutions
C# Corner Issue #489
Leverage AI for .NET dependency risk analysis. Proactively manage vulnerabilities, predict issues, and optimize large solutions with ASP.NET Core.
-
Building Enterprise AI Decision Audit Systems Using .NET
C# Corner 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
Microsoft Dev Blogs 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 Issue #488
AI agents are powerful.
-
.NET AI Community Standup: Multi-Agent Apps with Aspire + MAF
YouTube 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
YapCast – Jesse Liberty 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
Medium 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 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# Corner 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# Corner 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# Corner 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# Corner 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 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
YapCast – Jesse Liberty 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# Corner Issue #487
Build AI-powered database migration assistants with .NET & Azure AI. Automate risk analysis, SQL generation, and documentation for safer, faster migrations.