Microsoft
Developer Blogs

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

Featured Image
Dec 12, 2024

Boost your Git confidence with the new file rename notification

Have you ever renamed a file in Solution Explorer and wondered if Git is tracking your changes correctly? You're not alone. Many developers have found this process confusing and worry whether their changes are being properly staged in Git. But worry no more - there's a...
Read more
Dec 12, 2024

Announcing .NET Community Toolkit 8.4! Partial properties support for MVVM, new analyzers, and more!

We're happy to announce the official launch of the .NET Community Toolkit 8.4 release, featuring support for partial properties for the MVVM Toolkit generators, new analyzers, bug fixes and enhancements, and more!
Read more

Latest posts

Dec 13, 2024
Post comments count0
Post likes count0

PIX 2412.12 - Texture/Buffer/Visualizer improvements, Work Graph Shader Debugging, and many Timing Capture improvements

Author Avatar
Austin Kinross
Today we released PIX on Windows version 2412.12, which can be downloaded here. This release includes several new improvements to GPU Captures and Timing Captures, including: GPU Captures: Custom Buffer/Texture/Mesh Visualizer Improvements Work Graph Shader Debugging (preview) ...
PIX on Windows
Banner image
Dec 13, 2024
Post comments count0
Post likes count0

Converting to a derived class from the future: How to cast from a base class to an incomplete derived class?

Author Avatar
Raymond Chen
Deferring the definition until the class is complete.
The Old New Thing
customer experience with Speech on Azure
Dec 13, 2024
Post comments count0
Post likes count0

GPT-4o: Revolutionizing Real-Time Speech Technology in 2024

Author Avatar
cindywang
In an era where communication is more crucial than ever, real-time speech has evolved from a futuristic concept into an essential tool across many industries. With gpt-4o leading the way, organizations and developers are now leveraging AI to create interactive and seamless speech...
All things Azure
Image default image
Dec 13, 2024
Post comments count0
Post likes count0

Preview the GitHub Copilot extension for Teams Toolkit

Author Avatar
Yan Jin
Introducing the GitHub Copilot for Teams Toolkit—your companion in Visual Studio Code, Visual Studio, and GitHub.
Microsoft 365 Developer Blog
Image fi
Dec 12, 2024
Post comments count0
Post likes count0

dotnet scaffold - .NET的下一代内容创建工具

Author Avatar
Eddie Chen
本文翻译自微软首席产品经理Sayed Ibrahim Hashimi的dotnet scaffold - Next Generation Content Creation for .NET 。  在Visual Studio中,用于ASP.NET Core项目的Scaffolding是一个已经存在很久的功能,它在ASP.NET...
.NET中文官方博客
Image NCT 1920 215 1080 1 png
Dec 12, 2024
Post comments count1
Post likes count3

Announcing .NET Community Toolkit 8.4! Partial properties support for MVVM, new analyzers, and more!

Author Avatar
Sergio Pedri
We're happy to announce the official launch of the .NET Community Toolkit 8.4 release, featuring support for partial properties for the MVVM Toolkit generators, new analyzers, bug fixes and enhancements, and more!
.NET Blog
Image word image 251755 1
Dec 12, 2024
Post likes count0

Boost your Git confidence with the new file rename notification

Author Avatar
Jessie Houghton
Have you ever renamed a file in Solution Explorer and wondered if Git is tracking your changes correctly? You're not alone. Many developers have found this process confusing and worry whether their changes are being properly staged in Git. But worry no more - there's a...
Visual Studio Blog
Image feature image
Dec 12, 2024
Post comments count0
Post likes count0

An introduction to Multi-Agent AI apps with Azure Cosmos DB and Azure OpenAI

Author Avatar
Theo van Kraay
Azure Cosmos DB was named by Bloomberg as the no. 1 Database of choice for Retrieval Augmented Generation (RAG) and Large Language Model (LLM) customization. It is used by OpenAI to scale it’s ChatGPT service, and by many thousands of customers worldwide, serving billions of end-users...
Azure Cosmos DB Blog
Banner image
Dec 12, 2024
Post comments count0
Post likes count1

API naming principles for conditional operations: On, When, and If

Author Avatar
Raymond Chen
Describing when a condition is tested.
The Old New Thing