Microsoft
Developer Blogs

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

Featured Image
Dec 26, 2024

Critical: .NET Install links are changing

The .NET installers and archives distribution method is currently changing unexpectedly. This change may impact your development, CI, and production infrastructure. It is crucial to validate if you are affected and monitor for any downtime or disruptions.
Read more
Dec 31, 2024

Dock the Code Search window in Visual Studio 2022

Ever felt frustrated with the search window cluttering your workspace? The latest feature in Visual Studio 2022 gives you more control over the behavior of the Code and Feature Search window, making your search experience smoother and more efficient. Some users have shared that the...
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 count4

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 count3

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