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 Feature announcement
Nov 15, 2024
Post comments count0
Post likes count1

Allow users to talk and listen to your chatbot using Semantic Kernel Python

Author Avatar
Tao Chen
Until now, Semantic Kernel Python only allowed for the development of text-based AI applications. However, this is no longer the case, as we have expanded its capabilities to include audio as one of the supported modalities. In this article, I will provide a detailed, step-by-step guide...
Semantic Kernel
Image Screenshot 2024 11 15 120104
Nov 15, 2024
Post comments count1
Post likes count3

Microsoft’s Agentic AI Frameworks: AutoGen and Semantic Kernel

Author Avatar
Shawn Henry
Microsoft’s agentic AI frameworks, Semantic Kernel and AutoGen are deeply collaborating to provide the best-in-class agentic developer experience. With Semantic Kernel’s enterprise ready AI capabilities, customers can already use and get support for building agent applications and,...
Semantic Kernel
Image Feature announcement
Nov 15, 2024
Post comments count0
Post likes count0

Working with Audio in Semantic Kernel Python

Author Avatar
Tao Chen
We are pleased to announce the arrival of audio support in Semantic Kernel Python. This new audio functionality will enable you to create more interactive and accessible user experiences. In this blog post, I will detail the new interface, the existing connectors, and provide samples....
Semantic Kernel
Image word image 251336 1
Nov 15, 2024
Post likes count4

Join Us at Microsoft Ignite: Unlock GitHub Copilot’s New Potential in Visual Studio

Author Avatar
Amy Nguyen
Get ready for an exciting Microsoft Ignite breakout session where we’re unveiling the latest advancements in GitHub Copilot in Visual Studio! Join Dalia Abo Sheasha, Jessie Houghton, and Scott Hanselman as they dive into how GitHub Copilot is evolving to help developers work...
Visual Studio Blog
Banner image
Nov 15, 2024
Post comments count6
Post likes count2

How do I put a non-copyable, non-movable, non-constructible object into a std::optional?

Author Avatar
Raymond Chen
Taking advantage of the conversion operator.
The Old New Thing
All things azure
Nov 15, 2024
Post comments count0
Post likes count2

How to use GitHub Copilot for Efficient Unit Test Creation

Author Avatar
utejomurtula
As developers, we know that writing comprehensive unit tests is crucial yet often tedious. GitHub Copilot Chat revolutionizes this process by serving as your intelligent testing companion right in your IDE. Let's explore how to maximize its potential for efficient and thorough test...
All things Azure
Image feature image png
Nov 15, 2024
Post likes count1

Accessing Private Resources in Azure

Author Avatar
Juan Burckhardt
A practical guide for developers on connecting to Azure resources with private endpoints through a VPN.
ISE Developer Blog
Image Azure Developer CLI WP
Nov 14, 2024
Post comments count0
Post likes count2

Azure Developer CLI (azd) - November 2024

Author Avatar
Kristen Womack
This post announces the November release of the Azure Developer CLI (`azd`).
Azure SDK Blog
Image paramscollections jpg
Nov 14, 2024
Post comments count10
Post likes count6

Calling methods is easier and faster with C# 13 params collections

Author Avatar
Kathleen Dollard
Let's take a look at C# 13's new params collections that make methods easier to use and allow new optimizations.
.NET Blog