Microsoft
Developer Blogs

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

dotnet aspire cli image

Announcing Awesome Copilot MCP Server

Discover and save the best GitHub Copilot chat modes, instructions, and prompts right from Copilot Chat using the new Awesome Copilot MCP Server—install with Docker, search, preview, and commit in one flow.
Read more

Azure Authentication Changes in Semantic Kernel Python

In previous versions of the Semantic Kernel Python, the default fallback authentication mechanism for Azure services like AzureChatCompletion was DefaultAzureCredential from the Azure Identity library. This provided a convenient way to authenticate without explicitly passing credentials,...
Read more

Latest posts

2025 08 29 Tookit Retirement Graphic image
Aug 29, 2025
Post comments count0
Post likes count0

Microsoft Graph Toolkit retirement

Author Avatar
Ben Summers
We are announcing the deprecation of the Microsoft Graph Toolkit (MGT). The retirement period begins September 1st, 2025 with full retirement planned for August 28th, 2026. Why we’re retiring this toolkit We introduced the Microsoft Graph Toolkit (MGT) to simplify the developer...
Microsoft 365 Developer Blog
2025 08 29 Microsoft Graph CLI Retirement Graphic image
Aug 29, 2025
Post comments count0
Post likes count0

Microsoft Graph CLI retirement

Author Avatar
Ben Summers
We are announcing the retirement of the Microsoft Graph command-line interface (CLI). The Microsoft Graph CLI has served as a powerful tool for developers and IT professionals to interact with Microsoft Graph through simple terminal commands—enabling automation, scripting, and...
Microsoft 365 Developer Blog
DiagramGeral drawio image
Aug 29, 2025
Post comments count0
Post likes count1

Using SQL Server's new AI features and Python to create a T-SQL assistant

Author Avatar
Rodrigo Ribeiro Gomes
I recently created a GitHub repository to share the T-SQL scripts I've accumulated over 10 years as a DBA. However, I've always struggled to find the right script when I need it. For years, I relied on simple shell commands like find or just my memory, which could take 10-30 minutes, if...
Azure SQL Devs’ Corner
Oldnewthing Banner image
Aug 29, 2025
Post comments count0
Post likes count1

Thoughts on creating a tracking pointer class, part 15: A custom shared pointer

Author Avatar
Raymond Chen
Simplifying it for out limited use case.
The Old New Thing
aspire cli thumbnail png image
Aug 28, 2025
Post comments count0
Post likes count0

Getting Started with the Aspire CLI

Author Avatar
Jeffrey Fritz
The Aspire CLI is here and you can use it to configure and run your applications
.NET Blog
announcing awesome copilot mcp server
Aug 28, 2025
Post comments count0
Post likes count0

Announcing Awesome Copilot MCP Server

Author Avatar
Justin Yoo
Discover and save the best GitHub Copilot chat modes, instructions, and prompts right from Copilot Chat using the new Awesome Copilot MCP Server—install with Docker, search, preview, and commit in one flow.
Microsoft for Developers
Oldnewthing Banner image
Aug 28, 2025
Post comments count2
Post likes count0

Thoughts on creating a tracking pointer class, part 14: Nonthrowing moves with the shared tracking pointer

Author Avatar
Raymond Chen
Moving the exception somewhere else.
The Old New Thing
roadmap image
Aug 27, 2025
Post comments count5
Post likes count4

Roadmap for AI in Visual Studio (September)

Author Avatar
Rhea Patel
Today, we’re excited to share our public roadmap, which outlines the next steps in evolving Visual Studio with AI-powered agentic experiences. With every month, we aim to deliver smarter, faster, and more intuitive tools that enhance your coding experience. Disclaimer: The items...
Visual Studio Blog
efcore visualizer jpg image
Aug 27, 2025
Post comments count0
Post likes count4

EFCore.Visualizer - View Entity Framework Core query plan inside Visual Studio

Author Avatar
Giorgi Dalakishvili
A Visual Studio extension that helps developers visualize and analyze Entity Framework Core query execution plans directly within their development environment.
.NET Blog