ai
OpenAI for .NET Developers Articles, Tutorials & News
OpenAI for .NET Developers articles, tutorials, and news from the DotNetNews archive.
498 articles Updated Page 3 of 20
Browse additional OpenAI for .NET Developers articles from the DotNetNews archive.
OpenAI for .NET Developers articles
Page 3 of 20
Newest first
-
Building an AI-Powered Log Analysis Platform with .NET and OpenTelemetry
c-sharpcorner.com Issue #490
Build an AI-powered log analysis platform with .NET and OpenTelemetry to gain actionable insights, detect anomalies, and accelerate root cause analysis.
-
On .NET Live: Building AI Archaeology Platform with .NET, Durable Workflows & Multi-Agent Systems
youtube.com Issue #490
Divakar Kumar introduces Archaios, an AI-powered exploration platform designed to help archaeologists analyze massive LiDAR datasets and uncover hidden historical sites. In this episode, he demonstrat...
-
AI-Powered Database Schema Evolution Using Entity Framework Core
c-sharpcorner.com 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-sharpcorner.com 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
mareks-082.medium.com 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-sharpcorner.com 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-sharpcorner.com 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-sharpcorner.com 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
timdeschryver.dev 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-sharpcorner.com 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)
jesseliberty.com 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-sharpcorner.com 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-sharpcorner.com 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-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…