Microsoft
Developer Blogs

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

Featured Image
Feb 14, 2025

GitHub Copilot for Xcode Chat – Public Preview Now Available

We’re excited to announce that GitHub Copilot for Xcode Chat is now in public preview, bringing the power of AI to help developers code more efficiently. With just a GitHub account, you can enable Copilot in Xcode and start leveraging AI-driven suggestions and interactive chat features...
Read more
Feb 12, 2025

GitHub Copilot for Eclipse: Code Completion Now in Public Preview

We are excited to announce the Public Preview of GitHub Copilot for Eclipse. As part of the broader GitHub Copilot family, which enhances productivity in various IDEs, this latest integration ensures that developers using Eclipse can benefit from AI-assisted coding like never...
Read more

Latest posts

Image Tutorial
Feb 19, 2025
Post comments count0
Post likes count2

AI Agents for Beginners Course: 10 Lessons teaching you how to start building AI Agents

Author Avatar
Sophia Lagerkrans-Pandey
10 Lessons teaching everything you need to know to start building AI Agents Today we want to highlight the AI Agents For Beginners course that was released. 🔗https://github.com/microsoft/ai-agents-for-beginners/tree/main 🗃️There are 10 Lessons available today...
Semantic Kernel
Update to Azure DevOps Allowed IP addresses
Feb 19, 2025
Post comments count6
Post likes count3

GitHub Copilot for Azure DevOps users

Author Avatar
Dan Hellem
Azure DevOps customers frequently ask us when GitHub Copilot will be available to them. What many don’t realize is that GitHub Copilot for Business is already accessible to all customers, including those using Azure DevOps. Even better, much of its powerful functionality is integrated...
Azure DevOps Blog
Image rust announce blog
Feb 19, 2025
Post comments count1
Post likes count5

Rust in time! Announcing the Azure SDK for Rust Beta. 🎉

Author Avatar
Ronnie Geraghty
Announcing the first beta release of the Azure SDK for Rust. This release includes libraries for Identity, Key Vault secrets & keys, Event Hubs, and Cosmos DB.
Azure SDK Blog
Image chroma csharp sdk thumbnail2
Feb 19, 2025
Post comments count0
Post likes count2

Building .NET AI apps with Chroma

Author AvatarAuthor Avatar
Luis,
Jiri
Get started building AI applications using Chroma DB using the C# client SDK.
.NET Blog
Image word image 252415 1
Feb 19, 2025
Post likes count0

Introducing Code Referencing for GitHub Copilot Completions in Visual Studio

Author Avatar
Simona Liao
When GitHub Copilot completions (or “gray text”) pop up on your screen, have you ever wondered where does the completions come from and worried about if it matches with public code leading to license issues? If you have, we are introducing code referencing to support you and provide...
Visual Studio Blog
Feb 19, 2025
Post comments count2
Post likes count3

Introducing the Adaptive Cards documentation hub and new Adaptive Cards updates

Author Avatar
Swarathmika Kakivaya
Discover how Adaptive Cards can transform your app with rich, interactive experiences that boost productivity and streamline workflows, in our new Adaptive Cards documentation hub.
Microsoft 365 Developer Blog
Banner image
Feb 19, 2025
Post comments count0
Post likes count1

C++/WinRT implementation inheritance: Notes on winrt::implements, part 1

Author Avatar
Raymond Chen
A closer look at the parameters to the implements template.
The Old New Thing
Image Feature announcement
Feb 18, 2025
Post comments count3
Post likes count3

Using OpenAI’s o3-mini Reasoning Model in Semantic Kernel

Author Avatar
Roger Barreto
OpenAI’s o3-mini is a newly released small reasoning model (launched January 2025) that delivers advanced problem-solving capabilities at a fraction of the cost of previous models. It excels in STEM domains (science, math, coding) while maintaining low latency and cost similar...
Semantic Kernel
Image lock
Feb 18, 2025
Post comments count0
Post likes count1

Go passwordless when calling Azure OpenAI from Azure SQL using Managed Identities

Author Avatar
Davide Mauri
Security is a significant topic today, and the ability to access a service requiring authentication without using an API key, password, or secret is a common request from those concerned about the security of a solution, which includes all of us. In today's digital landscape,...
Azure SQL Devs’ Corner