Microsoft
Developer Blogs

Get the latest information, insights, and news from Microsoft.

Azure OpenAI fine tuning GPT-4o

Streamlined Setup, Stronger Guardrails for Microsoft Dev Box

We’re excited to introduce a new capability that simplifies Dev Box setup—enabling platform engineers and project admins to specify images and SKUs directly when configuring Dev Box pools, without needing to create Dev Box definitions at the Dev Center level. 🔄What’s...
Read more

Latest posts

cover png image
Oct 23, 2025
Post comments count0
Post likes count0

Announcing Sponsorship on NuGet.org

Author Avatar
Sean
Announcing Sponsorship on NuGet.org - An easy way to recognize package maintainers and grow the NuGet community stronger!
.NET Blog
00 coverimage png image
Oct 23, 2025
Post comments count0
Post likes count0

Upgrading to Microsoft Agent Framework in Your .NET AI Chat App

Author Avatar
Bruno Capuano
Step-by-step review on how to upgrade your .NET AI chat app to Microsoft Agent Framework for better architecture, tool integration, and intelligent reasoning.
.NET Blog
Oldnewthing Banner image
Oct 23, 2025
Post comments count0
Post likes count0

Windows Runtime design principle: Properties can be set in any order

Author Avatar
Raymond Chen
If all you're doing is setting properties, you can do it any way you like.
The Old New Thing
Screenshot 2025 10 07 233551 image
Oct 23, 2025
Post comments count1
Post likes count0

Unlocking Enterprise AI Complexity: Multi-Agent Orchestration with the Microsoft Agent Framework

Author Avatar
Kinfey Lo
The Architectural Imperative: Why Multi-Agent Orchestration is Essential In modern enterprise AI systems, the scope and complexity of real-world business challenges quickly exceed the capabilities of a single, monolithic AI Agent. Facing tasks like end-to-end customer journey management,...
Semantic Kernel
feature image jpeg image
Oct 23, 2025
Post likes count3

Integration Testing with Testcontainers

Author Avatar
Jimmy Kurian
How to leverage Testcontainers for integration testing
ISE Developer Blog
copilot image
Oct 22, 2025
Post comments count0
Post likes count1

Bringing Context to Copilot: Azure Cosmos DB Best Practices, Right in Your VS Code Workspace

Author Avatar
Sajeetharan Sinnathurai
Developers love GitHub Copilot for its instant, intelligent code suggestions. But what if those suggestions could also reflect your specific database and workload patterns? That’s now possible with a new feature in Azure Cosmos DB for VS Code. Starting today, when you connect to...
Azure Cosmos DB Blog
planning in chat image
Oct 22, 2025
Post comments count13
Post likes count2

Introducing Planning in Visual Studio (Public Preview)

Author Avatar
Rhea Patel
Quick prompts are great for small fixes, but they fall short on big projects. You end up rewriting instructions, tweaking them constantly, and hoping the model stays on track. It gives Copilot a visible, structured path to follow, one that updates as it works and keeps you in control at...
Visual Studio Blog
Image sql database 3 560
Oct 22, 2025
Post comments count0
Post likes count2

Build an AI Agentic RAG search application with React, SQL Azure and Azure Static Web Apps

Author Avatar
Raffaele Garofalo
Introduction Leveraging OpenAI for semantic searches on structured databases like Azure SQL enhances search accuracy and context-awareness, providing more relevant and insightful results. This example showcases the use of Azure SQL for storing and searching data with AI. By...
Azure SQL Devs’ Corner
Oldnewthing Banner image
Oct 22, 2025
Post comments count4
Post likes count1

What makes cheap_steady_clock faster than std::chrono::high_resolution_clock?

Author Avatar
Raymond Chen
It's quite a bit faster, though maybe you don't care.
The Old New Thing