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

Image Extensions yellow
Feb 13, 2025
Post likes count0

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 count0

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 count0
Post likes count0

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
Image main image png
Feb 13, 2025
Post likes count1

Unlock Generative AI for Enterprise Scalability

Author Avatar
Shiran Rubin Manaev
Reusable templates, pipelines, and tools to streamline the setup of GenAI projects, saving time and effort, and ensuring consistency and reliability across projects.
ISE Developer Blog
Feb 12, 2025
Post comments count1
Post likes count1

GitHub Copilot for Eclipse: Code Completion Now in Public Preview

Author Avatar
Hang Wang
We are excited to announce the Public Preview of GitHub Copilot for Eclipse. As part of the broader GitHub Copilot family, which enhances productivity in various IDEs, this latest integration ensures that developers using Eclipse can benefit from AI-assisted coding like never...
Microsoft for Java Developers
PowerShell Logo
Feb 12, 2025
Post comments count1
Post likes count2

PowerShell 7.5 GA is now available

Author Avatar
Jason Helmick
We're pleased to announce the release of PowerShell 7.5.0! For this release the focus has been on quality, security and stability of the platform. We greatly appreciate the enormous amount of community contributions in this release along with new cmdlets, experimental features and other...
PowerShell Team