.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Orchestration Patterns for Multi-Agent Systems: Performance and Trade-offs

    calendar Jun 12, 2026 · devblogs.microsoft.com
    Orchestration Patterns for Multi-Agent Systems: Performance and Trade-offs

    Introduction Multi-agent chatbots in large retail organizations face a critical architecture challenge: how to evolve from a modular monolith to a microservices architecture that enables agent reuse across teams and use cases. This post shares lessons from Microsoft's Industry Solutions Engineering (ISE) partnersh Link …


    Read More
  • June Patches for Azure DevOps Server

    calendar Jun 11, 2026 · devblogs.microsoft.com
    June Patches for Azure DevOps Server

    We are releasing new patches for our self‑hosted product, Azure DevOps Server. We strongly recommend that all customers stay up to date with the latest, most secure version of Azure DevOps Server. The most recent release, Azure DevOps Link to article: …


    Read More
  • Migrating EWS notifications to Microsoft Graph

    calendar Jun 11, 2026 · devblogs.microsoft.com
    Migrating EWS notifications to Microsoft Graph

    Migrating from the Exchange Web Services (EWS) notification framework, which supports push, pull, and streaming notification types, to the Microsoft Graph subscription model represents a transition toward a unified, stateless, and event-driven framework. This framework supports more than just Exchange data. Although …


    Read More
  • Your agent just scaffolded a project from 2020

    calendar Jun 11, 2026 · devblogs.microsoft.com
    Your agent just scaffolded a project from 2020

    Your agent ran a scaffold command. Project generated, dependencies resolved, no errors. Everything looks fine. Except it's based on the project structure from 2020, and neither you nor the agent noticed. How npx picks the right-but-wrong version When an agent scaffolds a project or runs a CLI tool, it often reaches for …


    Read More
  • Windows App Development CLI v0.3.2 — bundling support, smarter initialization, and more

    calendar Jun 11, 2026 · devblogs.microsoft.com
    Windows App Development CLI v0.3.2 — bundling support, smarter initialization, and more

    Windows App Link to article: https://devblogs.microsoft.com/ifdef-windows/windows-app-development-cli-v0-3-2-bundling-support-smarter-initialization-and-more


    Read More
  • MSVC Build Tools Preview updates - June 2026

    calendar Jun 11, 2026 · devblogs.microsoft.com
    MSVC Build Tools Preview updates - June 2026

    The MSVC Build Tools Preview is updated regularly with the latest features and fixes from the MSVC development team. This post covers updates from the past month, currently targeting the v14.52 release. This encompasses changes across the compiler frontend, backend, linker, standard library, and related tools. Although …


    Read More
  • Copilot Autofix for GitHub Advanced Security for Azure DevOps

    calendar Jun 11, 2026 · devblogs.microsoft.com
    Copilot Autofix for GitHub Advanced Security for Azure DevOps

    Over the last few years, we've encouraged customers to move their repositories from Azure Repos to GitHub, where the newest AI-powered and agentic development experiences land first. Migrating isn't equally simple for everyone. A move to GitHub can range from straightforward to a multi-year program, depending on an …


    Read More
  • Review pull requests without leaving Visual Studio

    calendar Jun 11, 2026 · devblogs.microsoft.com
    Review pull requests without leaving Visual Studio

    Pull request integration in Visual Studio has been one of the most requested Git features. Developers have been asking for a way to open a PR, inspect the changes, discuss feedback, and finish the review without switching to the browser Link to article: …


    Read More
  • Agents League Hackathon 2026 - Enterprise Agents

    calendar Jun 11, 2026 · devblogs.microsoft.com
    Agents League Hackathon 2026 - Enterprise Agents

    From declarative agents for Microsoft 365 Copilot to fully autonomous multi-agent systems orchestrating complex workflows, developers now have the power to redefine how work gets done. If you're ready to push those boundaries, Agents League Hackathon 2026 is your stage. What is Agents League? Agents Link to article: …


    Read More
  • Is your agent extension actually working?

    calendar Jun 10, 2026 · devblogs.microsoft.com
    Is your agent extension actually working?

    This is the third article in a series about Agent Experience (AX): the practice of making AI coding agents work correctly with your technology. The series covers what you can and can't control in the agent stack, how to measure whether your extensions are helping or hurting, and how to iterate toward better outcomes. …


    Read More
  • Join us for .NET Day on Agentic Modernization Livestream

    calendar Jun 10, 2026 · devblogs.microsoft.com
    Join us for .NET Day on Agentic Modernization Livestream

    If you’re modernizing .NET apps and want practical ways to move faster without rewriting everything, this event is for you. Link to article: https://devblogs.microsoft.com/dotnet/join-us-for-dotnet-day-on-agentic-modernization-livestream


    Read More
  • Visual Studio Code 1.124

    calendar Jun 10, 2026 · devblogs.microsoft.com
    Visual Studio Code 1.124

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


    Read More
  • Spec-Driven Development: A Spec-First Approach to AI-Native Engineering

    calendar Jun 10, 2026 · devblogs.microsoft.com
    Spec-Driven Development: A Spec-First Approach to AI-Native Engineering

    AI has made software delivery faster, but speed alone does not guarantee better outcomes. As teams adopt AI-native development, the real challenge is keeping requirements, design, implementation, and validation aligned so the final result still reflects the original intent. Spec-Driven Development (SDD) addresses this …


    Read More
  • PowerToys 0.100 is here: new Shortcut Guide, Command Palette improvements and much more!

    calendar Jun 10, 2026 · devblogs.microsoft.com
    PowerToys 0.100 is here: new Shortcut Guide, Command Palette improvements and much more!

    Link to article: https://devblogs.microsoft.com/commandline/powertoys-0-100-is-here-new-shortcut-guide-command-palette-improvements-and-much-more


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

    calendar Jun 9, 2026 · devblogs.microsoft.com
    .NET 11 Preview 5 is now available!

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


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

    calendar Jun 9, 2026 · devblogs.microsoft.com
    .NET and .NET Framework June 2026 servicing releases updates

    Welcome to our combined .NET servicing updates for June 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 has been refreshed with the latest update as of June 9, 2026. This update contains security and …


    Read More
  • Distributed multi-agent systems with Aspire and Microsoft Agent Framework

    calendar Jun 9, 2026 · devblogs.microsoft.com
    Distributed multi-agent systems with Aspire and Microsoft Agent Framework

    Agentic applications stop being simple very quickly. A useful assistant rarely stays as one model call. It needs tools, live data, specialized agents, orchestration, memory, voice or chat entry points, deployment infrastructure, health checks, and observability. That is the story behind the Link to article: …


    Read More
  • ICYMI: Inside the Microsoft Agent Framework: How we designed a layered SDK

    calendar Jun 9, 2026 · devblogs.microsoft.com
    ICYMI: Inside the Microsoft Agent Framework: How we designed a layered SDK

    In case you missed it, the Command Line blog was launched last week and has a great article (by yours truly) about our SDK design philosophy with Microsoft Agent Framework. Check it out: Inside the Link to article: …


    Read More
  • Staging Part 2 - Disk Space Optimization

    calendar Jun 9, 2026 · devblogs.microsoft.com
    Staging Part 2 - Disk Space Optimization

    "Disk space optimizations" is one of the key features of MSIX: Disk space optimizations. With MSIX there is no duplication of files across apps and Windows manages the shared files across apps. The apps are still independent Link to article: …


    Read More
  • Copilot Code Reviews for Azure Repos

    calendar Jun 9, 2026 · devblogs.microsoft.com
    Copilot Code Reviews for Azure Repos

    Over the last several years, we have encouraged customers to move their repositories from Azure Repos to GitHub to take advantage of the latest AI powered and agentic development experiences that GitHub is delivering. At the same time, we recognize that migrating repositories to GitHub can vary significantly in …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top