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 cover image
Jan 9, 2025
Post comments count0
Post likes count0

通过 .NET Aspire 使用本地 AI 模型

Author Avatar
Eddie Chen
本文翻译自Aaron Powell的Using Local AI models with .NET Aspire 使用本地 AI 模型是在您自己的计算机上进行实验的一个很好的方法,它无需将资源部署到云中。在本文中,我们将了解如何使用.NET Aspire 和 Ollama 在本地运行 AI...
.NET中文官方博客
Image Guest Blog
Jan 9, 2025
Post comments count0
Post likes count2

Empowering AI Agents with Tools via OpenAPI: A Hands-On Guide with Microsoft Semantic Kernel Agents

Author AvatarAuthor Avatar
Sophia,
Akshay
Today the Semantic Kernel team is happy to welcome back our guest author, Akshay Kokane. We will turn it over to him to dive into his recent Medium article on Semantic Kernel. As we advance towards an Agentic Approach in the AI world, I would like to share my insights on how Semantic...
Semantic Kernel
Building Basics Featured Image
Jan 9, 2025
Post comments count0
Post likes count1

Exploring the Essentials: Building Basics with Microsoft Copilot Studio

Author Avatar
Elaiza Benitez
Exploring the Essentials: Building Basics with Microsoft Copilot Studio Don’t know how to start with building an agent in Microsoft Copilot Studio? We’ve got you covered! In our AI in Action: Building with Copilot Studio series on the Microsoft Power Platform YouTube channel, we have...
Power Platform Developer Blog
Jan 9, 2025
Post comments count0
Post likes count0

Teams Toolkit for Visual Studio Code update – January 2025

Author Avatar
Junjie Li
We’re kicking off the new year with exciting updates to Teams Toolkit for Visual Studio Code including a refreshed user interface for getting started and more!
Microsoft 365 Developer Blog
Banner image
Jan 9, 2025
Post comments count0
Post likes count3

Inside STL: Waiting for a std::atomic<std::shared_ptr<T>> to change, part 2

Author Avatar
Raymond Chen
Digging into the libstdc++ implementation.
The Old New Thing
Jan 9, 2025
Post comments count0
Post likes count0

MWA pattern: Strangler Fig

Author Avatar
Rory Preddy
Author’s Note: After announcing the Modern Web App (MWA) pattern (https://devblogs.microsoft.com/java/introducing-the-modern-web-app-mwa-pattern-for-java), we now focus on one of its many pattens - the Strangler Fig pattern. This pattern incrementally modernizes a legacy Java...
Microsoft for Java Developers
Image sql database 3 560
Jan 8, 2025
Post comments count0
Post likes count4

SQL Server Native Vector Search for .NET Developers

Author Avatar
Dr. Damir Dobric
It seems that the majority of developers naturally believe this field of software development belongs to mathematics and Python developers, who originally started building the first solutions. However, .NET and C# provide a great foundation for building almost any kind of application...
Azure SQL Devs’ Corner
Image SmartMemory
Jan 8, 2025
Post comments count0
Post likes count2

Building a RAG-Based Smart Memory Application with Azure SQL Database

Author AvatarAuthor AvatarAuthor Avatar
Arun,
Davide,
Muazma
Project Mission The way people work and manage information is changing rapidly in our digital age. More and more people are struggling to keep track of all the online resources they use daily. They need a better way to save, organize, and retrieve important information from websites,...
Azure SQL Devs’ Corner
Banner image
Jan 8, 2025
Post comments count1
Post likes count1

Inside STL: Waiting for a std::atomic<std::shared_ptr<T>> to change, part 1

Author Avatar
Raymond Chen
Waiting on a single pointer, but checking for two.
The Old New Thing