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

Sep 1, 2025
Post comments count0
Post likes count0

Enriching Microsoft 365 profiles with Microsoft 365 Copilot connectors for people data (public preview)

Author Avatar
Microsoft 365 Platform team
Enrich Microsoft 365 profiles with Microsoft 365 Copilot connectors for people data
Microsoft 365 Developer Blog
Oldnewthing Banner image
Sep 1, 2025
Post comments count1
Post likes count0

Thoughts on creating a tracking pointer class, part 16: Second attempt to use a list

Author Avatar
Raymond Chen
We can splice nodes to move them between lists.
The Old New Thing
2025 08 29 Tookit Retirement Graphic image
Aug 29, 2025
Post comments count1
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 count2
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 count1

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