Microsoft
Developer Blogs

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

Featured Image
Dec 9, 2024

2024 Python in VS Code Wrapped

As the year comes to a close, we would like to take the time to reflect and celebrate the incredible progress the Python extension for VS Code has made in the past year. From merging in top requested features to countless lines of code written and deleted, keep reading to get an inside look to all things
Read more
Dec 9, 2024

How Global System Integrators can make the most of their GitHub Copilot licenses

AI-powered code assistant tools like GitHub Copilot have revolutionized the development landscape. We’ve observed significant Copilot adoption among Global System Integrators (GSIs), who are leading the charge in harnessing its potential. While many developers are already utilizing...
Read more

Latest posts

Image default devbox
Nov 26, 2024
Post comments count0
Post likes count1

What’s new in Azure DevTest Labs

Author Avatar
Anish Trakru
DevTest labs now supports the capability to access Azure DevOps artifact repos through Managed Identities and GitHub artifact repos through GitHub app authentication. Additionally, you can now also access the lab storage account through Managed Identities. Until now users have accessed...
Develop from the cloud
Image Debugging teal
Nov 26, 2024
Post likes count1

Debugger and Diagnostics updates in Visual Studio 17.12

Author Avatar
Harshada Hole
We are thrilled to announce a host of exciting new features in Visual Studio 17.12, designed to enhance your development experience and boost your productivity. Our team has been working diligently to address some of the most popular requests from our developer community, and we are...
Visual Studio Blog
Banner image
Nov 26, 2024
Post comments count0
Post likes count0

Microspeak: Real estate and Airspace

Author Avatar
Raymond Chen
Space on the screen and negotiating control over it.
The Old New Thing
Chat with your data: Chat-GPT like enterprise search
Nov 25, 2024
Post comments count0
Post likes count2

How to build ChatGPT-like enterprise search on your own data

Author Avatar
Priyanka Vergadia
Do you find yourself drowning in company documentation, spending hours searching through SharePoint, knowledge bases, and contract repositories for one specific piece of information? You're not alone. Organizations now have plenty of information – the challenge lies in finding the right...
All things Azure
Image openapi document generation dotnet9 jpg
Nov 25, 2024
Post comments count7
Post likes count3

OpenAPI document generation in .NET 9

Author Avatar
Mike Kistler
Introducing the New OpenAPI Document Generation Feature in .NET 9. Let's take a look at what it is, how to use it, and how it streamlines API development in .NET.
.NET Blog
Image office hours blog image
Nov 25, 2024
Post comments count0
Post likes count1

Microsoft Semantic Kernel Office Hours Update

Author Avatar
Sophia Lagerkrans-Pandey
Microsoft Semantic Kernel Office Hours Update Over the upcoming Holidays period there are several office hours sessions that we'll be cancelling. Below is an updated view of our upcoming office hours availability. We will resume with regularly scheduled Office Hours on January 8th for...
Semantic Kernel
Image Architecting AI Apps with Semantic Kernel
Nov 25, 2024
Post comments count0
Post likes count1

Unlocking the Power of Memory: Announcing General Availability of Semantic Kernel’s Memory Packages

Author AvatarAuthor Avatar
Wes,
Eduard
We are thrilled to announce the General Availability (GA) of our Memory packages for .NET, Java, and Python! The Semantic Kernel team and our partners have been working hard to allow you to quickly connect to vector stores and make it easy for you to do embeddings and data retrieval...
Semantic Kernel
Context menu highlights options Copy, Copy Row, and Search the Web for Help
Nov 25, 2024
Post likes count1

Copying error messages just got easier

Author Avatar
Leah Tran
Have you ever been frustrated by the tedious process of copying error descriptions from the Error List? Previously with Visual Studio, copying an error would include all column headers and row values, which isn’t always what you want. If you were planning to search for the error online,...
Visual Studio Blog
Banner image
Nov 25, 2024
Post comments count0
Post likes count0

How can I know when a window has processed a message that I posted to it?

Author Avatar
Raymond Chen
Best would be to have it tell you.
The Old New Thing