Microsoft
Developer Blogs

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

Featured Image
Dec 9, 2024

2024 Python in VS Code Wrapped

As the year comes to a close, we would like to take the time to reflect and celebrate the incredible progress the Python extension for VS Code has made in the past year. From merging in top requested features to countless lines of code written and deleted, keep reading to get an inside look to all things
Read more
Dec 9, 2024

How Global System Integrators can make the most of their GitHub Copilot licenses

AI-powered code assistant tools like GitHub Copilot have revolutionized the development landscape. We’ve observed significant Copilot adoption among Global System Integrators (GSIs), who are leading the charge in harnessing its potential. While many developers are already utilizing...
Read more

Latest posts

Image Tutorial Blog Post Featured IMage
Dec 2, 2024
Post comments count0
Post likes count0

使用Semantic Kernel来开启您的AI旅程

Author AvatarAuthor Avatar
Tao,
Sophia
Semantic Kernel (SK) 是由微软开发的一款开源开发工具包,旨在帮助开发者和企业利用最新的人工智能技术构建更智能和复杂的AI驱动解决方案,例如检索增强生成 (RAG) 和智能体...
Semantic Kernel
Dec 2, 2024
Post comments count0
Post likes count0

Microsoft Entra External ID Custom URL Domains—now generally available

Author Avatar
Samiksha Gupta
Discover Microsoft Entra External ID Custom URL Domains, now generally available (GA). Learn how to enhance the authentication experience by branding login endpoints with your own domain name, creating a seamless, secure, and familiar experience for users.
Microsoft Entra Identity Platform
Image Instagram square
Dec 2, 2024
Post comments count0
Post likes count1

Announcing: Azure Developers – Python Day

Author Avatar
Dawn Wages
Experience cloud computing with Python on Azure during Python Day 2024!
Python
Banner image
Dec 2, 2024
Post comments count4
Post likes count1

An analogy about register preservation rules in calling conventions

Author Avatar
Raymond Chen
And tying it back to unwind codes.
The Old New Thing
Image Screenshot 2024 12 02 103209
Dec 2, 2024
Post likes count2

AI-Powered Insights: Streamlining Variable Analysis with GitHub Copilot in Visual Studio

Author Avatar
Harshada Hole
Tired of spending countless hours troubleshooting errors and unexpected values in your code? Visual Studio 2022 introduces GitHub Copilot Variable Analysis. This powerful tool makes inspecting and analyzing variables from Locals, Autos, watch windows and DataTips effortless, helping you...
Visual Studio Blog
All things azure
Dec 1, 2024
Post comments count0
Post likes count2

How to subscribe to GitHub Enterprise with Advanced Security and Copilot Business/Enterprise: A Step-by-Step Guide

Author Avatar
Rafferty Uy
As GitHub announced metered billing, anyone with an active Azure subscription can now self-provision a paid GitHub Enterprise Cloud account, with Advanced Security and GitHub Copilot Business/Enterprise. This post is a screenshot-based step-by-step guide on how you can do...
All things Azure
Image Developer at desk
Nov 29, 2024
Post comments count1
Post likes count1

Announcing the Public Preview of OpenID Connect external identity provider support for Microsoft Entra External ID

Author Avatar
Bora Ozbayburtlu
Discover the new OpenID Connect identity provider support in Microsoft Entra External ID, now in Public Preview. Simplify user sign-in and partner integrations, and improve conversion rates and user satisfaction by federating with external identity providers like Okta, Amazon, Auth0, and Azure AD B2C.
Microsoft Entra Identity Platform
Banner image
Nov 29, 2024
Post comments count1
Post likes count0

Assessing the attack complexity of a race condition security vulnerability

Author Avatar
Raymond Chen
It's not just how small the race window is, but how easy it is to hit the window.
The Old New Thing