Microsoft
Developer Blogs

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

github copilot diagnostics toolset for .net title image

Bring Your Own Model to Chat in Visual Studio

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 models. This makes it easy to test the latest releases, customize workflows, or run on...
Read more

.NET Conf 2025 - Announcing the Call for Content

The .NET Conf 2025 Call for Content is now open! Join us November 11-13 for the premier .NET virtual event celebrating .NET 10. Submit your session proposal by August 31st and share your .NET expertise with developers worldwide.
Read more

Latest posts

Oldnewthing Banner image
Aug 22, 2025
Post comments count0
Post likes count0

Thoughts on creating a tracking pointer class, part 10: Proper conversion

Author Avatar
Raymond Chen
Making sure you cannot remove qualifiers.
The Old New Thing
Aug 22, 2025
Post comments count0
Post likes count0

OData .NET (ODL) 9 Preview Release

Author Avatar
John Gathogo
We’re happy to announce that OData .NET (ODL) 9 Preview 2 has been officially released and is available on NuGet: Microsoft.OData.Core 9.0.0 Preview 2 Microsoft.OData.Edm 9.0.0 Preview 2 Microsoft.Spatial 9.0.0 Preview 2 Microsoft.OData.Client 9.0.0 Preview 2 What’s...
OData
onnx image
Aug 21, 2025
Post comments count0
Post likes count1

Create embeddings in SQL Server 2025 RC0 with a local ONNX model on Windows

Author Avatar
Brian Spendolini
With the release of SQL Server 2025 RC0, we have enabled the ability to use a local ONNX model on the server for embeddings. This allows you to use these models without having any network traffic leaving the local environment. Getting Started This example guides you through...
Azure SQL Devs’ Corner
enhance cli testing jpg image
Aug 21, 2025
Post comments count0
Post likes count0

Enhance your CLI testing workflow with the new dotnet test

Author Avatar
Mariam Abdullah
Learn how .NET 10 transforms dotnet test with native Microsoft.Testing.Platform integration, delivering better performance and enhanced diagnostics.
.NET Blog
Aug 21, 2025
Post comments count2
Post likes count1

Better Control over Your Copilot Code Suggestions

Author Avatar
Simona Liao
Copilot code completions and suggestions in the editor speed you up in your daily programming and coding activities, at every keystroke. They help you finish the line you're typing or anticipate your next edit, making your workflow smoother and faster. At the same time, editor is where...
Visual Studio Blog
v.1.35 release
Aug 21, 2025
Post comments count0
Post likes count0

MSSQL Extension for VS Code: Schema Compare, Schema Designer, Local SQL Server Container GA

Author AvatarAuthor AvatarAuthor Avatar
Yo-Lei,
Tauseef,
Carlos
The MSSQL Extension for VS Code continues to evolve, delivering features that make SQL development more visual, more consistent, and more developer-friendly. In version v1.35.0, we’re announcing the General Availability (GA) of Schema Designer, Schema Compare, and Local SQL Server...
Azure SQL Devs’ Corner
Oldnewthing Banner image
Aug 21, 2025
Post comments count0
Post likes count0

Thoughts on creating a tracking pointer class, part 9: Conversion

Author Avatar
Raymond Chen
Making a read-only tracking pointer from a read-write tracking pointer.
The Old New Thing
Aug 20, 2025
Post comments count0
Post likes count7

Designing Multi-Agent Intelligence

Author AvatarAuthor AvatarAuthor Avatar
Vinicius,
Maggie,
Thiago
Written by: Maggie Liu, Thiago Rotta, Vinicius Souza, James Tooles, & Microsoft AI Co-Innovation Labs 1. Introduction Generative AI is moving from proof‑of‑concept pilots to mission‑critical workloads at a velocity rarely seen in enterprise technology. The first wave of...
Microsoft for Developers
github copilot diagnostics toolset jpg image
Aug 20, 2025
Post comments count0
Post likes count3

Copilot Diagnostics toolset for .NET In Visual Studio

Author Avatar
Harshada Hole
Debugging doesn’t have to be a grind. With Copilot woven into Visual Studio, you get AI-powered breakpoints, insights, exception fixes, and performance summaries all right where you work.
.NET Blog