Microsoft
Developer Blogs

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

Featured Image
Dec 26, 2024

Critical: .NET Install links are changing

The .NET installers and archives distribution method is currently changing unexpectedly. This change may impact your development, CI, and production infrastructure. It is crucial to validate if you are affected and monitor for any downtime or disruptions.
Read more
Dec 31, 2024

Dock the Code Search window in Visual Studio 2022

Ever felt frustrated with the search window cluttering your workspace? The latest feature in Visual Studio 2022 gives you more control over the behavior of the Code and Feature Search window, making your search experience smoother and more efficient. Some users have shared that the...
Read more

Latest posts

Banner image
Jan 3, 2025
Post comments count1
Post likes count1

Forcing an ERROR_KEY_DELETED error when trying to open HKEY_CURRENT_USER\Software

Author Avatar
Raymond Chen
Just an exercise to show that it can be done, even though it's highly unlikely to occur in practice.
The Old New Thing
Image 01thumbnailVectorDataQdrantAzureAISearch
Jan 2, 2025
Post comments count0
Post likes count0

探索Microsoft.Extensions.VectorData与Qdrant和Azure AI搜索的使用

Author Avatar
Eddie Chen
本文翻译自Bruno Capuano的Exploring Microsoft.Extensions.VectorData with Qdrant and Azure AI Search 了解如何使用 Microsoft.Extensions.VectorData并通过 Qdrant 和 Azure AI 搜索实现语义搜索。 使用 Microsoft.Extensions.VectorData 深入了解语义搜索:Qdrant...
.NET中文官方博客
Banner image
Jan 2, 2025
Post comments count0
Post likes count0

Could I be getting ERROR_KEY_DELETED for HKEY_CURRENT_USER\Software when the user logs off?

Author Avatar
Raymond Chen
Probably not, but there are some edge cases.
The Old New Thing
Banner image
Jan 1, 2025
Post comments count1
Post likes count0

How is it possible to get ERROR_KEY_DELETED when I'm creating a key?

Author Avatar
Raymond Chen
The key that got deleted is not the one you are trying to create.
The Old New Thing
Banner image
Dec 31, 2024
Post comments count4
Post likes count0

2024 year-end link clearance

Author Avatar
Raymond Chen
The cycle completes.
The Old New Thing
Banner image
Dec 31, 2024
Post comments count4
Post likes count2

Making sure the Microsoft Visual C++ compiler chooses the right source encoding

Author Avatar
Raymond Chen
Making sure the file and settings are set correctly.
The Old New Thing
Hide or Show preview button
Dec 31, 2024
Post likes count6

Dock the Code Search window in Visual Studio 2022

Author Avatar
Leah Tran
Ever felt frustrated with the search window cluttering your workspace? The latest feature in Visual Studio 2022 gives you more control over the behavior of the Code and Feature Search window, making your search experience smoother and more efficient. Some users have shared that the...
Visual Studio Blog
Image topvideos2024 jpg
Dec 30, 2024
Post comments count1
Post likes count3

Top .NET Videos & Live Streams of 2024

Author Avatar
James Montemagno
Let's take a look back at the amazing .NET videos, events, and live streams from 2024!
.NET Blog
Banner image
Dec 30, 2024
Post comments count3
Post likes count2

How various git diff viewers represent file encoding changes in pull requests

Author Avatar
Raymond Chen
The invisible UTF-8 BOM, and sometimes invisible encoding changes.
The Old New Thing