.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Best of Both Worlds for Agentic Refactoring: GitHub Copilot + MicroVMs via Docker Sandbox

    calendar Apr 16, 2026 · devblogs.microsoft.com
    Best of Both Worlds for Agentic Refactoring: GitHub Copilot + MicroVMs via Docker Sandbox

    Legacy codebases frequently contain hardcoded logic and complex build scripts that depend on specific filesystem structures, making them notoriously difficult to modernize in isolated environments. Docker Sandbox addresses this challenge through a bidirectional workspace Link to article: …


    Read More
  • What's New in Microsoft Foundry Fine-Tuning | April 2026

    calendar Apr 16, 2026 · devblogs.microsoft.com
    What's New in Microsoft Foundry Fine-Tuning | April 2026

    This month we're shipping three updates that make Reinforcement Fine-Tuning (RFT) more accessible, more powerful, and easier to get right: Global Training for o4-mini — train from 13+ Azure regions at lower per-token rates. New model graders — GPT-4.1, GPT-4.1-mini, and GPT-4.1-nan Link to article: …


    Read More
  • Free Your Terminal with Detached Mode in Aspire 13.2

    calendar Apr 16, 2026 · devblogs.microsoft.com
    Free Your Terminal with Detached Mode in Aspire 13.2

    Running Aspire apps from the CLI has a friction point: your terminal is locked to the AppHost process. While the app is running, you can't use the terminal to check logs or telemetry. You must open a new terminal window. Worse, if an agent has started your Aspire app to test a feature, the agent may decide to kill the …


    Read More
  • From AI to .NET: 20 VS Live! Las Vegas Sessions You Can Watch Now

    calendar Apr 16, 2026 · devblogs.microsoft.com
    From AI to .NET: 20 VS Live! Las Vegas Sessions You Can Watch Now

    In March 2026, developers came together at VS Live! Las Vegas for a full week of technical learning, hands-on exploration, and a lot of great conversations about where software development is headed next. From AI-assisted development to modern .NET, cloud-native apps, and developer productivity, one thing was Link to …


    Read More
  • What's up with window message 0x0091? We're getting it with unexpected parameters

    calendar Apr 16, 2026 · devblogs.microsoft.com
    What's up with window message <code>0x0091</code>? We're getting it with unexpected parameters

    A customer, via their customer liaison, reported quite some time ago that their program stopped working on Windows XP. (I told you it was quite some time ago.) The customer's investigations revealed that the problem occurred because their window was receiving message 0x0091, and the parameters are wrong. Who is sending …


    Read More
  • Azure MCP tools now ship built into Visual Studio 2022 — no extension required

    calendar Apr 15, 2026 · devblogs.microsoft.com
    Azure MCP tools now ship built into Visual Studio 2022 — no extension required

    Azure MCP tools now ship built into Visual Studio 2022 — no extension required Azure MCP tools are now built into Visual Studio 2022 as part of the Azure development workload — no separate extension to find, install, or update. You can enable over 230 tools across 45 Azure services directly in GitHub Copilot Chat and m …


    Read More
  • Visual Studio Code 1.116

    calendar Apr 15, 2026 · devblogs.microsoft.com
    Visual Studio Code 1.116

    Learn what's new in Visual Studio Code 1.116 Read the full article Link to article: https://devblogs.microsoft.com/vscode-blog/visual-studio-code-1.116


    Read More
  • Pin Clustering in .NET MAUI Maps

    calendar Apr 15, 2026 · devblogs.microsoft.com
    Pin Clustering in .NET MAUI Maps

    If you've ever loaded a map with dozens — or hundreds — of pins, you know the result: an overlapping mess that's impossible to interact with. Starting in .NET MAUI 11 Preview 3, the Map control supports pin clustering out of the box on Android and iOS/Mac Catalyst. Link to article: …


    Read More
  • Stop Hunting Bugs: Meet the New Visual Studio Debugger Agent Workflow

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

    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
  • Why is there a long delay between a thread exiting and the Wait­For­Single­Object returning?

    calendar Apr 15, 2026 · devblogs.microsoft.com
    Why is there a long delay between a thread exiting and the <code>Wait­For­Single­Object</code> returning?

    A customer reported that they were using the Wait­For­Single­Object function to wait for a thread to exit, but they found that even though the thread had exited, the Wait­For­Single­Object call did not return for over a minute. What could explain this delay in reporting the end of a thread? Can we do somethin 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
    • ««
    • «
    • 1
    • 2
    • »
    • »»

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top