Microsoft
Developer Blogs

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

Featured Image
Nov 8, 2024

Dev Blogs home page layout simplified

Hello, Dev Blogs community! What we heard - part 2 In my previous post about the grid and list layout choices I shared the feedback we received after launching a Dev Blogs refresh. I also shared how we improved and provided options for the layout of posts. Today, I will address the...
Read more
Nov 6, 2024

How to subscribe for GitHub copilot business without GitHub Enterprise: A Step-by-Step Guide

Did you know that now you can subscribe to GitHub Copilot Business without GitHub Enterprise (GHE), which means you can get GitHub Copilot Business as a standalone capability, while having the normal GitHub Enterprise features (repositories, actions, etc.) disabled. This post is a...
Read more
Nov 6, 2024

Introducing a new, more conversational way to chat with GitHub Copilot

In the fast-evolving world of software development, intuitive AI-driven interactions are becoming essential to unlocking new levels of productivity. Today, we’re excited to share our latest innovation - a guided chat experience within GitHub Copilot that reshapes how developers interact...
Read more

Latest posts

Image Arm64 Plugin Matrix
Nov 8, 2024
Post comments count0
Post likes count0

Which compilation target should I pick for my Arm64 music apps, ASIO components, and plugins?

Author Avatar
Pete Brown
The Windows music creation community today is centered around Intel/AMD x64 (x86-64) because that is what most Windows PCs run for some time now. The introduction of Arm64 Copilot+ PCs has provided new opportunities with efficient and powerful devices with great battery life and NPUs. But...
Windows MIDI and Music dev
Nov 8, 2024
Post comments count0
Post likes count3

Announcing TypeScript 5.7 RC

Author Avatar
Daniel Rosenwasser
Today we are announcing the availability of the release candidate of TypeScript 5.7. To get started using the RC, you can get it through npm with the following command: npm install -D typescript@rc Let's take a look at what's new in TypeScript 5.7! Checks for Never-Initialized...
TypeScript
Image Megaphone yellow
Nov 8, 2024
Post comments count4
Post likes count2

Dev Blogs home page layout simplified

Author Avatar
Radhika Tadinada
Hello, Dev Blogs community! What we heard - part 2 In my previous post about the grid and list layout choices I shared the feedback we received after launching a Dev Blogs refresh. I also shared how we improved and provided options for the layout of posts. Today, I will address the...
Developer Blogs News
Banner image
Nov 8, 2024
Post comments count2
Post likes count4

The case of a program that crashed on its first instruction

Author Avatar
Raymond Chen
Didn't even make it out of the gate.
The Old New Thing
Image aifrontier
Nov 8, 2024
Post comments count0
Post likes count0

AI: The New Frontier for Developers

Author Avatar
Developer Support
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...
Developer Support
Image 3 ways to simplify cicd pipelines on github actions png
Nov 8, 2024
Post likes count0

Three Ways to Simplify CI/CD Pipelines on GitHub Actions

Author AvatarAuthor Avatar
Neeraj,
Stewart
This post focuses on three ways to simplify CI/CD pipelines deploying to Azure with GitHub Actions.
ISE Developer Blog
Image MSFT BANNER CONF42GOLANG2022
Nov 7, 2024
Post comments count0
Post likes count0

Go 1.23.3-1 and 1.22.9-1 Microsoft builds now available

Author Avatar
Davis Goodin
A new set of Microsoft Go builds is now available for download.
Microsoft for Go Developers
Image dotnetconf24 dark png
Nov 7, 2024
Post comments count0
Post likes count0

Get Ready for .NET Conf 2024!

Author Avatar
Jeffrey Fritz
The biggest .NET event of the year is almost here, its all free, all online, and you're invited!
.NET Blog
Banner image
Nov 7, 2024
Post comments count3
Post likes count3

Why do I observe reads from a memory-mapped file when writing large blocks?

Author Avatar
Raymond Chen
The CPU doesn't see the entire write at once.
The Old New Thing