Microsoft
Developer Blogs

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

Featured Image
Dec 20, 2024

Unwrap some Semantic Kernel (Power)Toys this holiday season

Windows PowerToys has always been one of my favorite productivity hacks, and its latest release adds Paste with Advanced AI, which takes it to a new level. This feature, powered by Semantic Kernel, transforms how you work with text, images, and data from your clipboard by applying...
Read more
Dec 19, 2024

Global Expansion – "G3J Learn Semantic Kernel" Show – A Deep Dive in Korean!

Global Expansion – "G3J Learn Semantic Kernel" Show – A Deep Dive in Korean! Localization Increases Demand Following the success of this multi-language delivery, we quickly noticed a surge in demand for localized content. Developers from different parts of the world have expressed...
Read more

Latest posts

Banner image
Dec 27, 2024
Post comments count1
Post likes count0

In C++, failure to meet the requirements does not always mean that you fail if you don't meet the requirements

Author Avatar
Raymond Chen
Combining SFINAE/requires, standard layout, and overload resolution.
The Old New Thing
Image critical dotnet install links are changing jpg
Dec 26, 2024
Post likes count1

Critical: .NET Install links are changing

Author Avatar
Richard Lander
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.
.NET Blog
Banner image
Dec 26, 2024
Post comments count6
Post likes count3

Why are Win32 resources strings bundled at all? And why bundles of 16?

Author Avatar
Raymond Chen
Balancing multiple performance factors.
The Old New Thing
Banner image
Dec 25, 2024
Post comments count0
Post likes count1

How can I check if two GUIDs are equal when they are provided as strings?

Author Avatar
Raymond Chen
A customer asked if there was a helper function in the system that accepted two strings and reported whether the GUIDs they represent are equal. This is a tricky question, because you first have to decide what "represent" means. There are many ways of representing a GUID as a string. It...
The Old New Thing
Banner image
Dec 24, 2024
Post comments count0
Post likes count1

A design flaw in the Windows 3D Pipes screen saver pointed out by a customer

Author Avatar
Raymond Chen
Time-wasting.
The Old New Thing
A screen shot of a computer Description automatically generated
Dec 24, 2024
Post likes count0

Connect securely to your Azure resources

Author Avatar
Brady Gaster
Visual Studio 2022's Connected Services features are being updated to help you start secure. In the past, for example with Azure Storage, we’d inject the entire connection string into your configuration. With this update, we’ve removed the secrets from the UX – and from what we save...
Visual Studio Blog
Image topblogs2024 jpg
Dec 23, 2024
Post comments count0
Post likes count2

Top .NET Blogs Posts of 2024

Author Avatar
James Montemagno
Let's take a look back at the top .NET blogs from 2024 from exciting announcements, deep dives on new features, and so much more.
.NET Blog
Image office add ins dev kit blog thumbnail image
Dec 23, 2024
Post comments count0
Post likes count1

Announcing the Office Add-ins Development Kit GA

Author Avatar
Mingjia Liu
The Office Add-ins Development Kit for Visual Studio Code is now generally available! After months of public preview, we've gathered invaluable feedback from the community and improved the experience.
Microsoft 365 Developer Blog
Banner image
Dec 23, 2024
Post comments count5
Post likes count2

A common proposed solution to certain categories of IFNDR: Getting the linker to verify identical functions

Author Avatar
Raymond Chen
You could do it, but it could cramp your style.
The Old New Thing