Microsoft
Developer Blogs

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

Featured Image
Feb 11, 2025

Bells and whistles: Building with Microsoft Copilot Studio

In this series, we showcase the different capabilities of building agents with Copilot Studio, which includes building, testing, deploying, analyzing, security and data loss prevention policy.
Read more
Feb 11, 2025

What’s New for C++ Developers in Visual Studio 2022 17.13

We are happy to announce that Visual Studio 2022 version 17.13 is now generally available! This post summarizes the new features you can find in this release for C++. You can download Visual Studio 2022 from the Visual Studio downloads page or upgrade your existing installation by...
Read more

Latest posts

Banner image
Feb 14, 2025
Post comments count3
Post likes count3

Investigating an argument-dependent lookup issue and working around it

Author Avatar
Raymond Chen
Picking apart the language specification.
The Old New Thing
Image Sparkle blue
Feb 14, 2025
Post comments count0
Post likes count1

GitHub Copilot for Xcode Chat – Public Preview Now Available

Author Avatar
Hang Wang
We’re excited to announce that GitHub Copilot for Xcode Chat is now in public preview, bringing the power of AI to help developers code more efficiently. With just a GitHub account, you can enable Copilot in Xcode and start leveraging AI-driven suggestions and interactive chat features...
Xcode
Image networkingdotnet9
Feb 14, 2025
Post comments count0
Post likes count0

.NET 9 网络优化

Author Avatar
Eddie Chen
本文翻译自 Máňa, Natalia 和 Anton 创作的 .NET 9 Networking Improvements 秉承我们的传统,我们很高兴与您分享这篇博客文章,以介绍新的 .NET 版本中网络领域相关的最新动态和最有趣的变化。今年,我们带来了 HTTP...
.NET中文官方博客
Image Extensions yellow
Feb 13, 2025
Post likes count1

New restrictions on package loading

Author Avatar
Ryan Molden
As Visual Studio transitions its core packages and services to an async loading/retrieval model, we've identified bugs in both the initial async implementation and the existing synchronous package loading mechanism. While most of these bug fixes have been transparent to extenders, one...
Visual Studio Blog
Feb 13, 2025
Post comments count0
Post likes count0

Announcing TypeScript 5.8 RC

Author Avatar
Daniel Rosenwasser
Today we are excited to announce the Release Candidate (RC) of TypeScript 5.8! To get started using the Release Candidate, you can get it through npm with the following command: npm install -D typescript@rc Let's take a look at what's new in TypeScript 5.8! What's New Since the...
TypeScript
Image Extract Component Lexer Blog Thumbnail jpg
Feb 13, 2025
Post comments count2
Post likes count0

New Features for Enhanced Razor Productivity!

Author Avatar
Leslie Richardson
The Extract to Component refactoring and the Roslyn tokenizer are two new features designed to help improve your productivity in Razor files.
.NET Blog
Image Designer
Feb 13, 2025
Post comments count0
Post likes count1

Database and AI: solutions for keeping embeddings updated

Author Avatar
Davide Mauri
In the previous article of this series, it was discussed how embeddings can be quickly created from data already in Azure SQL. This is a useful starting point, but since data in a database changes frequently, a common question arises: “How can the vectors be kept updated whenever there...
Azure SQL Devs’ Corner
Banner image
Feb 13, 2025
Post comments count1
Post likes count1

A sample implementation of the weak reference pattern for COM callbacks

Author Avatar
Raymond Chen
A forwarder through a weak reference.
The Old New Thing
Image MSFT BANNER CONF42GOLANG2022
Feb 13, 2025
Post comments count0
Post likes count0

Go 1.24.0-1 Microsoft build now available

Author Avatar
Davis Goodin
A new release of the Microsoft build of Go is now available for download.
Microsoft for Go Developers