Microsoft
Developer Blogs

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

Nov 4, 2024

OpenSSF Scorecard for .NET and the NuGet ecosystem

OpenSSF Scorecard is a tool developed by the Open Source Security Foundation (OpenSSF) that provides automated security assessments for open-source projects. The primary goal of the Scorecard project is to help developers and users determine the security posture of open-source software by...
Read more
Nov 4, 2024

The making of Bring Back Plus/Minus

A lesson about the software forensics process involved in developing the Bring Back Plus/Minus extension, which brings back the plus/minus symbols to the editor outlining feature in Visual Studio 2022. While I did have the advantage of being able to look at the Visual Studio source...
Read more

Latest posts

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 count2
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
vcpkg logo
Nov 7, 2024
Post comments count0
Post likes count0

What’s New in vcpkg (October 2024)

Author Avatar
Augustin Popa
This blog post summarizes changes to the vcpkg package manager as part of the 2024.10.21 registry release, 2024-10-18 tool release, as well as changes to vcpkg documentation throughout October. This release adds support for Azure universal packages as a binary caching provider and other...
C++ Team Blog
Nov 7, 2024
Post comments count0
Post likes count0

Debugging a managed identity connection to Azure SQL in Azure App Service using containers

Author Avatar
Developer Support
Dominique St-Amand explores how to debug a managed identity connection from a container-based App Service to Azure SQL. So you’ve been eager to deploy your containerized web application that you’ve been working on for a while, to Azure App Service. You follow the best security...
Developer Support
Image sql database 3 560
Nov 6, 2024
Post comments count0
Post likes count1

RAG with SQL Vector Store: A Low-Code/No-Code Approach using Azure Logic Apps

Author AvatarAuthor AvatarAuthor Avatar
Divya,
Pooja,
Davide
Data is at the heart of every AI application, and efficient data ingestion is critical for success. With over 1,400 enterprise connectors, Logic Apps offers unmatched access to a diverse range of systems, applications, and databases, whether hosted in the cloud or on-premises. These...
Azure SQL Devs’ Corner
Image Sparkle blue
Nov 6, 2024
Post comments count0
Post likes count2

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

Author Avatar
Rafferty Uy
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...
All things Azure