Microsoft
Developer Blogs

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

Featured Image
Jan 28, 2025

Unlock key capabilities via Generation 2 VMs in Azure DevTest Labs

We are excited to announce enhanced support for Generation 2 VMs on Azure DevTest Labs, now in public preview. We listened to your feedback and have improved the support for using Generation 2 VMs in Azure DevTest Labs. Generation 2 Virtual Machines (VMs) support key capabilities that...
Read more
Jan 28, 2025

Changes to provisioning Azure DevOps projects using the Azure DevOps Demo Generator

The Azure DevOps Demo Generator is a tool that allows you to create projects in your Azure DevOps organization, complete with pre-filled sample content. This includes source code, work items, iterations, service connections, and build and release pipelines, all based on a template you...
Read more

Latest posts

Jan 29, 2025
Post comments count0
Post likes count3

Announcing TypeScript 5.8 Beta

Author Avatar
Daniel Rosenwasser
Today we are excited to announce the availability of TypeScript 5.8 Beta. To get started using the beta, you can get it through npm with the following command: npm install -D typescript@beta Let's take a look at what's new in TypeScript 5.8! Checked Returns for Conditional and...
TypeScript
Banner image
Jan 29, 2025
Post comments count2
Post likes count1

How do I create an inserter iterator that does unhinted insertion into an associative container like std::map?

Author Avatar
Raymond Chen
Curiously missing from the standard library.
The Old New Thing
Jan 28, 2025
Post comments count0
Post likes count0

Upcoming support lifecycle milestones for older on-premises products

Author Avatar
Gloridel Morales
Multiple versions of our on-premises product will reach the end of support on October 14, 2025. Customers are encouraged to start planning and deploying upgrades now to ensure that installed products remain supported and secure, and to take advantage of new capabilities offered in...
Azure DevOps Blog
Azure DevOps Demo Generator
Jan 28, 2025
Post comments count0
Post likes count0

Changes to provisioning Azure DevOps projects using the Azure DevOps Demo Generator

Author Avatar
Gloridel Morales
The Azure DevOps Demo Generator is a tool that allows you to create projects in your Azure DevOps organization, complete with pre-filled sample content. This includes source code, work items, iterations, service connections, and build and release pipelines, all based on a template you...
Azure DevOps Blog
Image default devbox
Jan 28, 2025
Post comments count0
Post likes count0

Unlock key capabilities via Generation 2 VMs in Azure DevTest Labs

Author Avatar
Anish Trakru
We are excited to announce enhanced support for Generation 2 VMs on Azure DevTest Labs, now in public preview. We listened to your feedback and have improved the support for using Generation 2 VMs in Azure DevTest Labs. Generation 2 Virtual Machines (VMs) support key capabilities that...
Develop from the cloud
Image Github Copilot 16by9
Jan 28, 2025
Post likes count1

Iterate across multiple files more efficiently with GitHub Copilot Edits (Preview)

Author Avatar
Aaron Yim
GitHub Copilot Edits (Preview) in Visual Studio 2022 combines the conversational flow of chat and an inline review experience to help you iterate across your codebase with more control and efficiency. 💡 Here’s how Copilot Edits helps with iterating across multiple files: ...
Visual Studio Blog
Image default devbox
Jan 27, 2025
Post comments count0
Post likes count0

Reduce costs with Hibernation in Azure DevTest Labs

Author Avatar
Anish Trakru
In the ever-evolving landscape of cloud computing, cost efficiency remains a top priority for platform engineers and lab users. To help organizations optimize cloud costs and management, we’re excited to introduce the Hibernation feature for virtual machines (VMs) in Azure DevTest Labs,...
Develop from the cloud
Banner image
Jan 27, 2025
Post comments count6
Post likes count1

A pattern for obtaining a single value while holding a lock

Author Avatar
Raymond Chen
The immediately-invoked lambda that returns a value.
The Old New Thing