OpenAI for .NET Developers Articles, Tutorials & News
OpenAI for .NET Developers articles, tutorials, and news from the DotNetNews archive.
510 articles Updated Page 15 of 21
OpenAI for .NET Developers articles, tutorials, and news from the DotNetNews archive.
OpenAI for .NET Developers articles
Page 15 of 21
Newest first
-
SQL Server 2025 Isn’t Just a Database — It’s Your New AI Platform
towardsdev.com Issue #292
Tired of managing a dozen different services just to add AI features like semantic search or RAG to your application? SQL Server 2025 is… Continue reading on Towards Dev »
-
Exploring Text-to-Image capabilities in .NET
devblogs.microsoft.com Issue #292
Learn how to generate images from natural language prompts using the universal abstractions in Microsoft's extensions for .NET AI. The post Exploring Text-to-Image capabilities in .NET appeared first...
-
ASP.NET Core security, AI tools, and .NET 8 performance
DotNetNews Issue #288
This issue covers ASP.NET Core configuration, security, auth, health checks, AI feature design, source generators, and .NET 8 memory pitfalls.
-
Build an AI Chatbot with Azure OpenAI + Blazor in .NET 8
medium.com Issue #283
AI is no longer just hype — it’s shipping in real-world apps today. Imagine combining the power of Azure OpenAI with the simplicity of…
-
Top .NET LLM Open‑Source Projects in 2025
amarozka.dev Issue #283
Code‑first guide to top .NET LLM open‑source projects in 2025 — Extensions.AI, Semantic Kernel, LLamaSharp, ONNX Runtime, Whisper, and …
-
C# Guide with Ollama GPT-OSS — A
medium.com Issue #283
GPT-OSS is OpenAI’s first open-weight model since GPT-2, and it’s a game-changer for developers who want powerful AI without the cloud…
-
Build Custom AI Agents In .NET With Semantic Kernel
c-sharpcorner.com Issue #276
Build custom AI agents in .NET using Semantic Kernel. Learn to control behavior with tools, memory, planning, and policies for predictable, repeatable results.
-
.NET AI Community Standup: AI Tools Every .NET Dev Needs 📎
youtube.com Issue #274
CQRS Doesn’t Have To Be Complicated | Clean Architecture, .NET 9
-
Microsoft Announces the Awesome Copilot MCP Server
c-sharpcorner.com Issue #274
Microsoft's Awesome Copilot MCP Server simplifies GitHub Copilot customization. Search, preview, and save community-created chat modes and instructions directly from your repo, boosting developer prod...
-
GPT-OSS – A C# Guide with Ollama
devblogs.microsoft.com Issue #273
Run GPT-OSS locally with C# and Ollama to build fast, private, offline AI The post GPT-OSS – A C# Guide with Ollama appeared first on .NET Blog.
-
GitHub Copilot vs ChatGPT: Which One Should Developers Use?
c-sharpcorner.com Issue #273
Confused between GitHub Copilot and ChatGPT? Learn the key differences, strengths, and use cases for each AI tool to decide which is best for your coding workflow.
-
Bring Your Own Model to Chat in Visual Studio
devblogs.microsoft.com Issue #271
We’re excited to announce that you can now bring your own language model into Visual Studio Chat. You can connect API keys from providers (OpenAI, Anthropic, and Google) to access a wider range of mod...
-
AI-Driven .NET
medium.com Issue #271
Artificial Intelligence is no longer a futuristic concept — it’s a tool we can embed directly into our applications today. With Ollama…
-
Announcing Copilot Studio Agent Academy: Your Mission Starts Now
devblogs.microsoft.com Issue #269
Welcome to Copilot Studio Agent Academy Whether you're just starting your journey with AI agents or looking to sharpen your skills in Microsoft Copilot Studio, we've got your mission briefing ready an...
-
Model Context Protocol (MCP) is Now Generally Available in Visual Studio 🎉
devblogs.microsoft.com Issue #269
We’re excited to announce that MCP support is now GA in Visual Studio—unlocking richer, real-time context from your entire development stack and expanding the power of Agent Mode like never before. Mo...
-
How Do I Create Custom GPT Workflows Visually?
c-sharpcorner.com Issue #268
Want to build your own GPT-powered workflows without code? Learn how to visually create custom AI workflows using tools like Langflow, Flowise, and Autogen Studio — no coding skills needed!
-
Building Generative AI Applications With GitHub Models and .NET Aspire
milanjovanovic.tech Issue #267
The entire thing took less than an hour to build thanks to .NET Aspire 9.4 and it's new GitHub Models integration. It fetches any blog post, extracts the content, and uses AI to automatically categori...
-
9 AI-Powered .NET SaaS Features Revolutionizing Healthcare
faciletechnolab.com Issue #267
Discover how .NET-driven AI features like clinical documentation automation and predictive risk scoring are revolutionizing healthcare SaaS. Cut costs 40% and improve outcomes.
-
Building an AI-Powered Chat Application in .NET Using Ollama Server
medium.com Issue #267
Artificial Intelligence (AI) has become a transformative force across industries, and its integration into software applications is no…
-
🔴 VS Code - Let it cook - Ep 12 - Beast mode is here!
youtube.com Issue #264
GPT-5 Now Available in Visual Studio
-
Can Non-Technical People Do Prompt Engineering?
c-sharpcorner.com Issue #264
Prompt engineering isn’t just for coders. Learn how non-technical professionals can master prompt engineering for ChatGPT, Claude, and Gemini to improve productivity and creativity.
-
VS Code For Non-Developers
youtube.com Issue #264
Chaining Prompts in C#: Sequential Reasoning with LangChain
-
GPT-5 in Azure AI Foundry: Future of AI Apps & Agents
c-sharpcorner.com Issue #263
OpenAI’s GPT-5 is now in Azure AI Foundry, offering advanced reasoning, multiple model options, and strong safety controls. Built for real-world tasks, it helps businesses scale AI securely, efficient...
-
How Prompt Engineering Changed the Way I Write Code
c-sharpcorner.com Issue #262
I took a prompt engineering course to master writing effective prompts for AI tools like ChatGPT. It transformed my coding workflow by improving AI collaboration, structured reasoning, and producing r...
-
.NET MAUI Community Standup: Apple Intelligence with .NET
youtube.com Issue #262
Chain of responsibility implementation in ASP .NET Core