Microsoft
Developer Blogs

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

GitHub Copilot Features in .NET

AI Genius Challenge: Flex your AI skills and beat the clock!

If you’ve been following along with the AI Genius Series, you already know we’ve been on a journey, one filled with learning, experimentation, and discovery. We’ve explored the power of Retrieval Augmented Generation (RAG), dived into Copilot deployment, and unlocked the potential...
Read more

Build like Microsoft: Developer agents in action

Take a deep dive into Athena, an AI-powered collaborative agent, to learn how it was built and how to create your own version of Athena right within Microsoft Teams.
Read more

Latest posts

Oldnewthing Banner image
Jun 13, 2025
Post comments count2
Post likes count2

Thread pool threads are like preschool: Leave things the way you found them

Author Avatar
Raymond Chen
Your mother always told you to clean up behind yourself.
The Old New Thing
ghcp prod dotnet jpg image
Jun 12, 2025
Post comments count0
Post likes count1

Improve Your Productivity with New GitHub Copilot Features for .NET!

Author Avatar
Leslie Richardson
We recently introduced several new GitHub Copilot-powered .NET experiences designed to help you be more productive. Take a look!
.NET Blog
Oldnewthing Banner image
Jun 12, 2025
Post comments count5
Post likes count0

Why does Windows even have Interlocked functions when we have std::atomic?

Author Avatar
Raymond Chen
Well, you have to start somewhere.
The Old New Thing
Microsoft for Java Developers Feature Image
Jun 12, 2025
Post comments count0
Post likes count0

Monitor your Quarkus native application on Azure

Author AvatarAuthor Avatar
Jean,
Bruno
Introduction Quarkus is a general-purpose Java framework focused on efficient use of resources, fast startup, and rapid development. It allows developers to create and run services in the Java Virtual Machine (JVM) or native binary executables (native mode). In this blog post we are...
Microsoft for Java Developers
featured image jpeg image
Jun 12, 2025
Post likes count4

Dockerizing UV

Author Avatar
Jimmy Kurian
How to Dockerize Python Package Management Tool UV
ISE Developer Blog
Jun 11, 2025
Post comments count0
Post likes count1

AI Genius Challenge: Flex your AI skills and beat the clock!

Author Avatar
Priyanka Vergadia
If you’ve been following along with the AI Genius Series, you already know we’ve been on a journey, one filled with learning, experimentation, and discovery. We’ve explored the power of Retrieval Augmented Generation (RAG), dived into Copilot deployment, and unlocked the potential...
All things Azure
VS Marketplace Security and Trust image
Jun 11, 2025
Post comments count0
Post likes count0

Security and Trust in Visual Studio Marketplace

Author Avatar
Sean
In today's fast-paced digital world, keeping the Visual Studio Marketplace secure and trustworthy is extremely important. We know how crucial it is to protect your extensions, so we're always working on new ways to keep things safe. We'd like to share an update on the existing...
Microsoft for Developers
maui multimodal voice jpg image
Jun 11, 2025
Post comments count1
Post likes count2

Multimodal Voice Intelligence with .NET MAUI

Author Avatar
David Ortinau
Learn how to enhance your .NET MAUI apps with multimodal AI capabilities, enabling users to interact through voice using plugins and Microsoft.Extensions.AI.
.NET Blog
Oldnewthing Banner image
Jun 11, 2025
Post comments count6
Post likes count2

Removing the MAX_PATH restriction on paths applies only to paths

Author Avatar
Raymond Chen
The individual file names still retain their existing limits.
The Old New Thing