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 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 count0
Post likes count0

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
Image aspire container lifetime
Jan 17, 2025
Post comments count0
Post likes count0

.NET Aspire小贴示 - 管理容器和数据生命周期

Author Avatar
Eddie Chen
本文翻译自 James Montemagno 的 .NET Aspire Quick Tip – Managing Container & Data Lifetime .NET Aspire 凭借其强大的应用程序组合编排功能增强了本地开发流程。在 .NET Aspire...
.NET中文官方博客
Image Guest Blog
Jan 16, 2025
Post comments count0
Post likes count1

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

Author AvatarAuthor Avatar
Sophia,
WanTing
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...
Semantic Kernel
Image dotnet ndc london 2025 jpg
Jan 16, 2025
Post comments count2
Post likes count1

Meet the .NET Team at NDC London 2025

Author Avatar
Mehul Harry
Meet the .NET team at NDC London 2025 to explore the latest in .NET 9, Azure, and AI-powered development through keynotes, sessions, and 1:1 meetups.
.NET Blog
Image wrapped2024vs
Jan 16, 2025
Post likes count0

Our Favorite NEW Visual Studio Features of 2024

Author AvatarAuthor Avatar
Jason,
James
Last year, the Visual Studio team delivered many new developer-focused improvements and AI integrations, many of which came directly from your feedback on Developer Community. In this post, we highlight the team’s favorite features from 2024 that boost productivity, streamline...
Visual Studio Blog
Jan 16, 2025
Post comments count0
Post likes count0

Automate app compliance with ACAT

Author Avatar
Yan Jin
Learn how you can define the compliance boundary for your Microsoft 365 application on Azure and AWS with the App Compliance Automation Tool (ACAT) for Microsoft 365.
Microsoft 365 Developer Blog
Banner image
Jan 16, 2025
Post comments count0
Post likes count1

In a C++ class template specialization, how can I call the unspecialized version of a method?

Author Avatar
Raymond Chen
You can't talk about things that might exist, so instead talk about things that do.
The Old New Thing