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

june2025updates jpg image
Jun 10, 2025
Post comments count0
Post likes count2

.NET and .NET Framework June 2025 servicing releases updates

Author AvatarAuthor Avatar
Tara,
Victor
A recap of the latest servicing updates for .NET and .NET Framework for June 2025.
.NET Blog
dotnet10 preview5 jpg image
Jun 10, 2025
Post comments count1
Post likes count3

.NET 10 Preview 5 is now available!

Author Avatar
.NET Team
Find out about the new features in .NET 10 Preview 5 across the .NET runtime, SDK, libraries, ASP.NET Core, Blazor, C#, .NET MAUI, and more!
.NET Blog
Jun 10, 2025
Post comments count0
Post likes count0

June Patches for Azure DevOps Server

Author Avatar
Gloridel Morales
Today we are releasing patches that impact the latest version of our self-hosted product, Azure DevOps Server. We strongly encourage and recommend that all customers use the latest, most secure release of Azure DevOps Server. You can download the latest version of the product, Azure...
Azure DevOps Blog
Oldnewthing Banner image
Jun 10, 2025
Post comments count6
Post likes count3

Application compatibility for Windows 95 crashed a cash register

Author Avatar
Raymond Chen
Exceeding all reasonable maximums.
The Old New Thing
word image 253452 3 image
Jun 9, 2025
Post comments count3
Post likes count1

Next edit suggestions available in Visual Studio

Author Avatar
Simona Liao
GitHub Copilot code completions, or gray text, are specialized in autocompleting unfinished code or providing helpful template code. In reality, coding activities are more diverse than writing new code. What if Copilot could better assist your coding not only with code generation, but...
Visual Studio Blog
Oldnewthing Banner image
Jun 9, 2025
Post comments count2
Post likes count1

Dubious security vulnerability: Tricking a program into running non-elevated

Author Avatar
Raymond Chen
You can do anything, but still within the limits of your authority.
The Old New Thing
Image MSFT BANNER CONF42GOLANG2022
Jun 6, 2025
Post comments count0
Post likes count0

Go 1.24.4-1 and 1.23.10-1 Microsoft builds now available

Author Avatar
Davis Goodin
A new release of the Microsoft build of Go including security fixes is now available for download.
Microsoft for Go Developers
COSMOs Python image
Jun 6, 2025
Post comments count0
Post likes count1

Building a Modern Python API with Azure Cosmos DB: A 5-Part Video Series

Author Avatar
Gwyneth Peña-Siguenza
I'm excited to share our new video series where I walk through building a production-ready inventory management API using Python, FastAPI, and Azure Cosmos DB NoSQL. This project demonstrates modern async patterns, clean architecture, and enterprise-grade features like batch operations...
Azure Cosmos DB Blog
Oldnewthing Banner image
Jun 6, 2025
Post comments count0
Post likes count3

Why does C++ think my class is copy-constructible when it can't be copy-constructed?

Author Avatar
Raymond Chen
You said that you had a copy constructor, even though it can't be compiled.
The Old New Thing