Microsoft
Developer Blogs

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

Featured Image
Nov 8, 2024

AI: The New Frontier for Developers

AJ Enns reflects on his journey as a new developer and the impact of AI as an integrated, coding assistant for improving developer velocity. The year is 2024, and AI has been around for a while. ChatGPT broke onto the scene and changed the world forever. As soon as I heard about...
Read more
Nov 9, 2024

GitHub Copilot Tip: Interactive Debugging with GitHub Copilot Chat

Hello developers! Continuing our series on GitHub Copilot tips, here's another valuable insight to enhance your coding experience: Debugging is an essential part of the development process, but it can often be time-consuming and frustrating. GitHub Copilot Chat transforms this...
Read more

Latest posts

vcpkg logo
Nov 12, 2024
Post comments count0
Post likes count0

Siemens Healthineers manages C++ libraries with vcpkg in an offline build environment

Author Avatar
Augustin Popa
vcpkg is a free and open-source C/C++ package manager maintained by Microsoft and the C++ community that runs on Windows, macOS, and Linux. Over the years we have heard from companies using vcpkg to manage dependencies at enterprise-scale. For this blog post, I spoke to Shrey Chauhan, a...
C++ Team Blog
Nov 12, 2024
Post comments count2
Post likes count1

What’s New for C++ Developers in Visual Studio 2022 17.12

Author Avatar
Sy Brand
We are happy to announce that Visual Studio 2022 version 17.12 is now generally available! This post summarizes the new features you can find in this release for C++. You can download Visual Studio 2022 from the Visual Studio downloads page or upgrade your existing installation by...
C++ Team Blog
Image showing logo of Azure DevOps
Nov 12, 2024
Post comments count1
Post likes count0

November Patches for Azure DevOps Server

Author Avatar
Gloridel Morales
Today we are releasing patches that impact our self-hosted product, Azure DevOps Server. We strongly encourage and recommend that all customers use the latest, most secure release of Azure DevOps Server. You can download the latest version of the product, Azure DevOps Server 2022.2 from...
Azure DevOps Blog
Microsoft Ignite
Nov 12, 2024
Post comments count0
Post likes count0

Elevate Your Skills with Azure Cosmos DB: Must-Attend Sessions at Ignite 2024

Author Avatar
Jay Gordon
Calling all Azure Cosmos DB enthusiasts: Join us at Microsoft Ignite 2024 to learn all about how we’re empowering the next wave of AI innovation! Azure Cosmos DB will be featured in a robust lineup of sessions at Ignite. This premier event is perfect for enterprise architects,...
Azure Cosmos DB Blog
Image word image 251184 1
Nov 12, 2024
Post likes count5

Visual Studio 2022 v17.12 with .NET 9

Author Avatar
Mads Kristensen
We are thrilled to announce the General Availability (GA) of Visual Studio 2022 version 17.12. This update focuses on providing fantastic developer experiences for working with .NET 9 projects and new AI productivity features, along with continuous improvements for all...
Visual Studio Blog
Image TransformPlugin reduced
Nov 12, 2024
Post comments count0
Post likes count0

Transforming Semantic Kernel Functions

Author Avatar
Mark Wallace
Functions are a key component of Semantic Kernel. As an AI Orchestrator, Semantic Kernel coordinates function execution together with Large Language Model (LLM) inference to allow the model return better responses or take action. Semantic Kernel groups related functions as plugins and...
Semantic Kernel
Image dotnet9ga jpg
Nov 12, 2024
Post comments count13
Post likes count19

Announcing .NET 9

Author Avatar
.NET Team
Announcing the release of .NET 9, the most productive, modern, secure, intelligent, and performant release of .NET yet. With updates across ASP.NET Core, C#, .NET MAUI, .NET Aspire, and so much more.
.NET Blog
Image dotnet updates november 2024 jpg
Nov 12, 2024
Post comments count2
Post likes count0

.NET and .NET Framework November 2024 servicing releases updates

Author AvatarAuthor Avatar
Tara,
Rahul
A recap of the latest servicing updates for .NET and .NET Framework for November 2024.
.NET Blog
Banner image
Nov 12, 2024
Post comments count2
Post likes count2

Why did Windows 95 setup use three operating systems?

Author Avatar
Raymond Chen
Simplifying the problem to an earlier problem.
The Old New Thing