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

CMake IntelliSense services providing CMake built-in code completion suggestions.
Feb 20, 2025
Post comments count2
Post likes count2

Visual Studio Code CMake Tools Extension 1.20 Release: Introducing Built-In CMake Language Services

Author Avatar
Sinem Akinci
The February release of CMake Tools in VS Code is now available. With this release, we have some new updates to the extension to improve CMake integrations with the extension’s support. Some updates include the built-in support for CMake Language services, addressing our most...
C++ Team Blog
Image Guest Blog
Feb 20, 2025
Post comments count0
Post likes count0

Guest Blog: Revolutionizing AI Workflows: Multi-Agent Group Chat with Copilot Agent Plugins in Microsoft Semantic Kernel

Author AvatarAuthor Avatar
Sophia,
Fabian
Revolutionizing AI Workflows: Multi-Agent Group Chat with Copilot Agent Plugins in Microsoft Semantic Kernel  Copilot Agent Plugins (CAPs) are revolutionizing how developers interact with Microsoft 365 data. By transforming natural language into seamless CRUD actions using Microsoft...
Semantic Kernel
Image dotnet 9 maui performance jpg
Feb 20, 2025
Post comments count0
Post likes count2

.NET MAUI Performance Features in .NET 9

Author AvatarAuthor Avatar
Jonathan,
Simon
Optimize .NET MAUI application size and startup times with trimming and NativeAOT. Learn about `dotnet-trace` and `dotnet-gcdump` for measuring performance.
.NET Blog
Image Functioncalling
Feb 20, 2025
Post likes count0

Unlocking More Power: Tool Calling in GitHub Copilot for Visual Studio

Author Avatar
Rhea Patel
Have you ever been frustrated when Copilot doesn’t understand you? While it can’t read your mind, we’ve been working hard to make your coding experience smoother. Previously, Copilot in Visual Studio could look at files in your repository, but you needed to specify the context of...
Visual Studio Blog
Image CosmosDB logo 2019
Feb 20, 2025
Post comments count0
Post likes count0

Moving to TLS 1.2 for Azure Cosmos DB: Ensuring Secure Connections

Author Avatar
Iria Osara
Security and reliability are at the core of modern cloud applications. To strengthen data protection and align with industry best practices, we encourage all Azure Cosmos DB customers to transition to TLS 1.2. This post explains why this change is important, how to make the transition,...
Azure Cosmos DB Blog
Banner image
Feb 20, 2025
Post comments count0
Post likes count0

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

Author Avatar
Raymond Chen
Untangling unwrap_implements_t.
The Old New Thing
Image webjobs fi
Feb 20, 2025
Post comments count0
Post likes count0

Deploying WebJobs to Azure Container Apps

Author Avatar
Developer Support
Debjyoti Ganguly walks through the process of migrating existing WebJobs to Azure Container App Jobs, highlighting the benefits and providing practical steps to implement this migration effectively Introduction As businesses scale, the need for a robust and scalable environment...
Developer Support
Image Sparkjob otel png
Feb 20, 2025
Post likes count0

Instrumenting Apache Spark Structured Streaming jobs using OpenTelemetry

Author Avatar
Irene Stanely
Apache spark monitoring using OpenTelemetry
ISE Developer Blog
Feb 19, 2025
Post comments count0
Post likes count3

MSVC C++ Code Analysis: Updates in Visual Studio 2022 version 17.13

Author Avatar
Carson Radtke
This post details the latest updates in Visual Studio 2022 version 17.13 for MSVC C++ Code Analysis. Driven by internal team insights and developer community feedback, these improvements significantly reduce false positives and strengthen production code security.
C++ Team Blog