Microsoft
Developer Blogs

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

devOps security10 image

5 Copilot Chat Prompts .NET Devs Should Steal Today

Discover 5 practical GitHub Copilot Chat prompts to boost .NET development productivity, from code optimization to security reviews.
Read more

.NET Conf 2025 - Announcing the Call for Content

The .NET Conf 2025 Call for Content is now open! Join us November 11-13 for the premier .NET virtual event celebrating .NET 10. Submit your session proposal by August 31st and share your .NET expertise with developers worldwide.
Read more

Latest posts

feature image image
Aug 13, 2025
Post comments count0
Post likes count0

Azure Developer CLI: From Dev to Prod with Azure DevOps Pipelines

Author AvatarAuthor Avatar
PuiChee,
Kristen
Building on our previous post about implementing dev-to-prod promotion with GitHub Actions, this follow-up demonstrates the same "build once, deploy everywhere" pattern using Azure DevOps Pipelines. You'll learn how to leverage Azure DevOps YAML pipelines with Azure Developer CLI (azd)....
Azure DevOps Blog
Hero image of the new PowerToys 0.93 release
Aug 13, 2025
Post comments count0
Post likes count2

PowerToys 0.93 is here: faster Command Palette, new dashboard UX and more

Author Avatar
Niels Laute
Hey PowerToys fans! We’re back with a fresh release: PowerToys 0.93! As usual, we've squashed a bunch of bugs and made some small quality of life tweaks, but we've also packed in some bigger, exciting changes you'll want to check out. Get the update by checking for updates in...
Windows Command Line
xc7tvbet image
Aug 13, 2025
Post comments count0
Post likes count0

Azure DevOps OAuth Client Secrets Now Shown Only Once

Author Avatar
Angel Wong
We’re making an important change to how Azure DevOps displays OAuth client secrets to align with industry best practices and improve our overall security posture. Starting September, newly generated client secrets will be shown only once at the time of creation. After that, they will no...
Azure DevOps Blog
Title Cassandra v5 0 image
Aug 13, 2025
Post comments count0
Post likes count0

Azure Managed Instance for Apache Cassandra v5.0 Generally Available!

Author Avatar
Manish Sharma
Azure Managed Instance for Apache Cassandra Upgrade to Cassandra v5.0 is now generally available, bringing a host of powerful new features and performance improvements to your cloud-native applications. This release marks a significant milestone for developers and data platform teams...
Azure Cosmos DB Blog
Image MSFT BANNER CONF42GOLANG2022
Aug 13, 2025
Post comments count0
Post likes count0

Go 1.25.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
dotnet 10 preview 7 jpg image
Aug 12, 2025
Post comments count2
Post likes count3

.NET 10 Preview 7 is now available!

Author Avatar
.NET Team
Find out about the new features in .NET 10 Preview 7 across the .NET runtime, SDK, libraries, ASP.NET Core, Blazor, C#, .NET MAUI, and more!
.NET Blog
Image devblog brand visualstudio2022
Aug 12, 2025
Post comments count3
Post likes count5

GPT-5 Now Available in Visual Studio

Author Avatar
Rhea Patel
We’re excited to share that GPT-5, OpenAI’s latest frontier model, is now rolling out in GitHub Copilot for Visual Studio. GPT-5 offers faster responses and even better performance for writing and understanding code. This release brings a new level of capability to your development...
Visual Studio Blog
Azure DevOps Feature Image
Aug 12, 2025
Post comments count0
Post likes count2

Hunting Living Secrets: Secret Validity Checks Arrive in GitHub Advanced Security for Azure DevOps

Author Avatar
Michael Omokoh
If you’ve ever waded through a swamp of secret scanning alerts wondering, “Which of these are actually dangerous right now?” — this enhancement is for you. Secret validity checks in GitHub Advanced Security for Azure DevOps (and the standalone Secret Protection experience) add a...
Azure DevOps Blog
Oldnewthing Banner image
Aug 12, 2025
Post comments count2
Post likes count0

Thoughts on creating a tracking pointer class, part 2: Using a std::list

Author Avatar
Raymond Chen
Tracking your trackers with a std::list.
The Old New Thing