Microsoft
Developer Blogs

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

Featured Image
Jan 16, 2025

Customer Case Study: Pushing the Boundaries of Multi-Agent AI Collaboration with ServiceNow and Microsoft Semantic Kernel

The Journey to Multi-Agent Innovation At ServiceNow, we embarked on an ambitious journey to redefine how AI systems collaborate in enterprise environments. Through our partnership with Microsoft, we set out to create something beyond traditional integration – a true multi-agent...
Read more
Jan 15, 2025

Tips and Tricks for Adopting GitHub Copilot at Scale

Introduction​ Adopting GitHub Copilot at scale can be a game-changer for many development teams (especially large or distributed teams). This blog post provides best practices, actionable tips, and tricks to ensure a successful adoption of GitHub Copilot to ensure successful adoption...
Read more

Latest posts

Image winforms analyzers jpg
Jan 21, 2025
Post comments count0
Post likes count0

WinForms: Analyze This (Me in Visual Basic)

Author Avatar
Klaus Loeffelmann
Your WinForms code might have issues—maybe an Async call picked the wrong overload, or it’s leaking data into resource files. Time to call in a code-shrink! So, WinForms, Analyze This!
.NET Blog
Banner image
Jan 21, 2025
Post comments count0
Post likes count1

Why doesn't the Windows blue screen of death prominently identify the company that created the driver that crashed?

Author Avatar
Raymond Chen
Because the driver that crashed may not be the one at fault.
The Old New Thing
Banner image
Jan 20, 2025
Post comments count1
Post likes count2

Reminder: When a C++ object fails to construct, the destructor does not run

Author Avatar
Raymond Chen
If you need to run after a failed construction, you have to put it in a base class or member variable.
The Old New Thing
Image sql database 3 560
Jan 20, 2025
Post comments count0
Post likes count0

Extending Regular Expressions (Regex) Support on Azure SQL Managed Instance (MI)

Author Avatar
Abhiman Tiwari
We are happy to announce the Private Preview of Regular Expressions (Regex) support on Azure SQL Managed Instance (MI). This new feature brings powerful text processing capabilities to your SQL queries, enabling you to perform complex pattern matching and data manipulation with...
Azure SQL Devs’ Corner
Image 0 42
Jan 17, 2025
Post comments count0
Post likes count1

AutoGen reimagined: Launching AutoGen 0.4

Author Avatar
Friederike Niedtner
We are thrilled to announce the release of AutoGen v0.4! This new version represents a complete redesign of the AutoGen library, focusing on improved code quality, robustness, usability, and scalability of agentic workflows. This release sets the stage for a robust ecosystem to drive...
AutoGen Blog
Image MSFT BANNER CONF42GOLANG2022
Jan 17, 2025
Post comments count0
Post likes count0

Go 1.23.5-1 and 1.22.11-1 Microsoft builds now available

Author Avatar
Davis Goodin
A new set of Microsoft Go builds including security fixes is now available for download.
Microsoft for Go Developers
Image Guest Blog
Jan 17, 2025
Post comments count0
Post likes count0

Guest Blog: Leap Forward with Modern AI using Microsoft 365 Agents SDK and Semantic Kernel

Author AvatarAuthor Avatar
Sophia,
Arafat
Leap Forward with Modern AI using Microsoft 365 Agents SDK and Semantic Kernel Today we’re featuring a guest author, Arafat Tehsin, who’s a Microsoft Most Valuable Professional (MVP) for AI. He’s written an article we’re sharing below, focused on how to Leap Forward with...
Semantic Kernel
Banner image
Jan 17, 2025
Post comments count6
Post likes count1

The case of the crash when trying to erase an element from a std::set

Author Avatar
Raymond Chen
Another kind of fiasco.
The Old New Thing