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 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
Image fsharp9nullable jpg
Nov 14, 2024
Post comments count0
Post likes count1

Nullable Reference Types in F# 9

Author Avatar
RNDr. Tomáš Grošup, Ph.D.
Read about latest F# 9 feature, Nullable Reference Types
.NET Blog
Image 11142024
Nov 14, 2024
Post comments count0
Post likes count0

Filtered change notifications in Microsoft Graph callRecords API are now available

Author Avatar
Matthew McGrath
We are pleased to announce that you can now optionally filter change notifications for the callRecord GraphAPI by participant Entra Object IDs.
Microsoft 365 Developer Blog
Banner image
Nov 14, 2024
Post comments count0
Post likes count2

Solving the puzzle of trying to put an object into a std::optional

Author Avatar
Raymond Chen
How do I set a value? Let me count the ways.
The Old New Thing