.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Stop Hunting Bugs: Meet the New Visual Studio Debugger Agent

    calendar Apr 15, 2026 · devblogs.microsoft.com
    Stop Hunting Bugs: Meet the New Visual Studio Debugger Agent

    We’ve all been there: a bug report lands in your inbox with a title like "App crashes sometimes" and zero reproduction steps. Your morning, which was supposed to be spent building new features, is now a forensic investigation. You’re Link to article: …


    Read More
  • One-click security scanning and org-wide alert triage come to Advanced Security

    calendar Apr 15, 2026 · devblogs.microsoft.com
    One-click security scanning and org-wide alert triage come to Advanced Security

    We're shipping two major capabilities that change how security teams enable and act on application security in Azure DevOps: CodeQL default setup makes it possible to enable code scanning across your organization without configuring a single pipeline, and a new combined alerts experience in Security Overview Link to …


    Read More
  • Choosing the Right Azure Hosting Model for AI Agents: A Deep Dive into Foundry Hosted Agents

    calendar Apr 15, 2026 · devblogs.microsoft.com
    Choosing the Right Azure Hosting Model for AI Agents: A Deep Dive into Foundry Hosted Agents

    AI agents are quickly moving from experiments to production‑critical components of modern applications. But while many teams know how to build agents, far fewer are confident they’re hosting them on the right foundation. Link to article: https://devblogs.microsoft.com/all-things-azure/hostedagent


    Read More
  • DevOps Playbook for the Agentic Era

    calendar Apr 15, 2026 · devblogs.microsoft.com
    DevOps Playbook for the Agentic Era

    Practices, Principles, and Strategic Direction Software delivery has entered a new phase. AI agents are no longer confined to autocomplete suggestions in the editor. They are opening pull requests, generating code across multiple files, proposing infrastructure changes, responding to issues with working …


    Read More
  • .NET and .NET Framework April 2026 servicing releases updates

    calendar Apr 14, 2026 · devblogs.microsoft.com
    .NET and .NET Framework April 2026 servicing releases updates

    Welcome to our combined .NET servicing updates for April 2026. Let's get into the latest release of .NET & .NET Framework, here is a quick overview of what's new in our servicing releases: Security improvements .NET and .NET Framework has been refreshed with the latest update as of April 14, 2026. This update …


    Read More
  • .NET 11 Preview 3 is now available!

    calendar Apr 14, 2026 · devblogs.microsoft.com
    .NET 11 Preview 3 is now available!

    Today, we are excited to announce the third preview release of .NET 11! This release includes improvements across the .NET Runtime, SDK, libraries, ASP.NET Core, .NET MAUI, C#, Entity Framework Core, container images, and more. Check out the linked release notes below and get started today. [cta-button …


    Read More
  • Stop juggling package managers—just run azd update

    calendar Apr 14, 2026 · devblogs.microsoft.com
    Stop juggling package managers—just run `azd update`

    Updating azd used to mean remembering which package manager you installed it with. Now one command handles it on every platform. What's new? The azd update command updates the Azure Developer CLI (azd) to the latest version. It works on Windows, macOS, and Linux regardless of how you originally ins Link to article: …


    Read More
  • April Patches for Azure DevOps Server

    calendar Apr 14, 2026 · devblogs.microsoft.com
    April Patches for Azure DevOps Server

    We are releasing patches for our self‑hosted product, Azure DevOps Server. We strongly recommend that all customers remain on the latest, most secure version to ensure optimal protection and reliability. The latest release of Azure DevOps Serv Link to article: …


    Read More
  • Take your PostgreSQL-backed apps to the next level

    calendar Apr 14, 2026 · devblogs.microsoft.com
    Take your PostgreSQL-backed apps to the next level

    PostgreSQL is a powerful and hugely popular database engine, and it really comes alive across Microsoft developer platforms. You can build with PostgreSQL across Azure offerings, develop productively in Visual Studio Code with strong extensions and tooling, and connect your data to agentic development workflows and AI …


    Read More
  • New Aspire database integrations

    calendar Apr 14, 2026 · devblogs.microsoft.com
    New Aspire database integrations

    Aspire 13.2 is here, and has some new features that will make it easier for you to interact with your databases. Do you like Azure Data Lake Storage? We have a new Azure Data Lake Storage integration for you to use. Do you like MongoDB b Link to article: …


    Read More
  • Why was there a red telephone at every receptionist desk?

    calendar Apr 14, 2026 · devblogs.microsoft.com
    Why was there a red telephone at every receptionist desk?

    Some time ago, I noted that there was a walkthrough of the original Microsoft Building 3. If you go behind the receptionist desk, you'll see a telephone at the receptionist's station, but off to side, th Link to article: https://devblogs.microsoft.com/oldnewthing/20260414-00/?p=112231


    Read More
  • MSVC Build Tools Version 14.51 Release Candidate Now Available

    calendar Apr 14, 2026 · devblogs.microsoft.com
    MSVC Build Tools Version 14.51 Release Candidate Now Available

    We are pleased to announce the availability of the release candidate for Microsoft C++ (MSVC) Build Tools version 14.51. This is the last MSVC v14.51 preview before it moves to stable status and full support. You can download it from the Visual Studio 2026 Insiders Channel. As this is t Link to article: …


    Read More
  • Finding a duplicated item in an array of N integers in the range 1 to N − 1

    calendar Apr 13, 2026 · devblogs.microsoft.com
    Finding a duplicated item in an array of <var>N</var> integers in the range 1 to <var>N</var> − 1

    A colleague told me that there was an O(N) algorithm for finding a duplicated item in an array of N integers in the range 1 to N − 1. There must be a duplicate due to the pigeonhole principle. There might be more than one duplicated value; you merely have to find any duplicate.¹ Link to article: …


    Read More
  • Agent Skills in .NET: Three Ways to Author, One Provider to Run Them

    calendar Apr 13, 2026 · devblogs.microsoft.com
    Agent Skills in .NET: Three Ways to Author, One Provider to Run Them

    Your agents can now draw on skills authored in three different ways – as files on disk, as inline C# code, or as encapsulated classes – and combine them freely in a single provider. Add built-in script execution support and a human-approval mechanism for script calls, and you have a practical authoring model that fits …


    Read More
  • Announcing Azure MCP Server 2.0 Stable Release for Self-Hosted Agentic Cloud Automation

    calendar Apr 10, 2026 · devblogs.microsoft.com
    Announcing Azure MCP Server 2.0 Stable Release for Self-Hosted Agentic Cloud Automation

    We're excited to announce the stable release of Azure MCP Server 2.0, a significant milestone for building secure and flexible agentic workflows on Azure. Azure MCP Server is open-source software that implements the Model Context Protocol specification and enables AI agen Link to article: …


    Read More
  • PowerShell MSI package deprecation and preview updates

    calendar Apr 10, 2026 · devblogs.microsoft.com
    PowerShell MSI package deprecation and preview updates

    Beginning with PowerShell 7.7-preview.1 (April 2026), the MSIX package will be the primary installation method for PowerShell on Windows. We will no longer ship the MSI installer package for new PowerShell releases. For existing releases, including PowerShell 7.6, we will continue to provide MSI pack Link to article: …


    Read More
  • How do you add or remove a handle from an active Wait­For­Multiple­Objects?, part 2

    calendar Apr 10, 2026 · devblogs.microsoft.com
    How do you add or remove a handle from an active <code>Wait­For­Multiple­Objects</code>?, part 2

    Last time, we looked at adding or removing a handle from an active Wait­For­Multiple­Objects, and we developed an asynchronous mechanism that requests that the Link to article: https://devblogs.microsoft.com/oldnewthing/20260410-00/?p=112223


    Read More
  • Putting Agentic Platform Engineering to the test

    calendar Apr 10, 2026 · devblogs.microsoft.com
    Putting Agentic Platform Engineering to the test

    In Part 1 of this blog series set the stage for why platform engineering is being reshaped by agentic AI. (read it here) Basically we outline how instead of humans translating intent through layers of CLIs, SDKs, and b Link to article: …


    Read More
  • C++23 Support in MSVC Build Tools 14.51

    calendar Apr 9, 2026 · devblogs.microsoft.com
    C++23 Support in MSVC Build Tools 14.51

    We’re pleased to provide an update on C++23 support in the Microsoft C++ (MSVC) Build Tools. This blog post will cover the feature additions in MSVC Build Tools version 14.51, including C++23 language features, libraries, and ISO C++ Core Working Group (CWG) and Library Working Group (LWG) Issue resolutions. We’ll also …


    Read More
  • Foundry Local is now Generally Available

    calendar Apr 9, 2026 · devblogs.microsoft.com
    Foundry Local is now Generally Available

    Today we’re thrilled to announce the General Availability (GA) of Foundry Local — Microsoft’s cross-platform local AI solution that lets developers bring AI directly into their applications across modalities like chat and audio, with no cloud dependency, no network laten Link to article: …


    Read More
    • ««
    • «
    • 1
    • 2
    • »
    • »»

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top