.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • A Tour of Handoff Orchestration Pattern

    calendar May 8, 2026 · devblogs.microsoft.com
    A Tour of Handoff Orchestration Pattern

    A Tour of the Handoff Orchestration Pattern Most multi-agent systems start out simple: a router agent receives a user request, picks the right specialist, and forwards the conversation. As long as each specialist can complete its task in one pass, that model wor Link to article: …


    Read More
  • Announcing general availability of the mailbox import and export Microsoft Graph APIs

    calendar May 7, 2026 · devblogs.microsoft.com
    Announcing general availability of the mailbox import and export Microsoft Graph APIs

    We're excited to announce the general availability (GA) of the mailbox import and export Microsoft Graph APIs. After a successful public preview period, these APIs are now ready for production use, enabling organizations and developers worldwide to efficiently manage, migrate, and integrate mailbox data in Exchange O …


    Read More
  • Least privilege AI agents: A new azd template from Curity and Microsoft

    calendar May 7, 2026 · devblogs.microsoft.com
    Least privilege AI agents: A new azd template from Curity and Microsoft

    If you ever built an AI agent demo, you probably had this moment. Everything works: the agent interprets natural language, calls the right tools, and returns the right data. Then you start designing for the real users of the app. You think about data boundaries: what if someone tries to get data they're not supposed to …


    Read More
  • Copilot Studio gets faster with .NET 10 on WebAssembly

    calendar May 7, 2026 · devblogs.microsoft.com
    Copilot Studio gets faster with .NET 10 on WebAssembly

    A few months ago, we shared How Copilot Studio uses .NET and WebAssembly for performance and innovation, describing how Microsoft Copilot Studio runs C# in the browser via .NET Link to article: https://devblogs.microsoft.com/dotnet/copilot-studio-dotnet-10-migration


    Read More
  • What's New in Aspire 13.3

    calendar May 7, 2026 · devblogs.microsoft.com
    What's New in Aspire 13.3

    Aspire 13.3 is here, and even though it's only been five weeks since 13.2, this one is still packed. We have the new Aspireify skill for agent-assisted onboarding. We have command results that bring structured output from resource commands into the dashboard, CLI, MCP tools, and integrations. We have browser logs, …


    Read More
  • Project-Specific Build Optimizations with GitHub Copilot

    calendar May 7, 2026 · devblogs.microsoft.com
    Project-Specific Build Optimizations with GitHub Copilot

    We are excited to announce that GitHub Copilot build performance for Windows now supports project-specific builds! Available in the latest Visual Studio Insiders, you can target a single MSBuild project or CMake target instead of analyzing your entire solution. For game developers and teams working with Link to …


    Read More
  • What's New in vcpkg (Apr 2026)

    calendar May 7, 2026 · devblogs.microsoft.com
    What's New in vcpkg (Apr 2026)

    This blog post summarizes changes to the vcpkg package manager as part of the 2026.04.27 registry release and the 2026-04-06 and Link to article: https://devblogs.microsoft.com/cppblog/whats-new-in-vcpkg-apr-2026


    Read More
  • Scalable AI with Azure Cosmos DB: Bringing Generative AI to Enterprise Scale with Super Insight by AVASOFT

    calendar May 7, 2026 · devblogs.microsoft.com
    Scalable AI with Azure Cosmos DB: Bringing Generative AI to Enterprise Scale with Super Insight by AVASOFT

    Azure Cosmos DB enables scalable AI-driven document processing, addressing one of the biggest barriers to operational scale in today’s enterprise AI landscape. Organizations continue to manage massive volumes of structured and unstructured content—contracts, regulatory filings, operational r Link to article: …


    Read More
  • When you upgrade your resource strings to Unicode, don't forget to specify the L prefix

    calendar May 7, 2026 · devblogs.microsoft.com
    When you upgrade your resource strings to Unicode, don't forget to specify the L prefix

    Some time ago, I discussed how the Resource Compiler defaults to CP_ACP, even in the face of subtle hints that the file is UTF-8. After yet another Link to article: https://devblogs.microsoft.com/oldnewthing/20260507-00/?p=112307


    Read More
  • SQL query generation from natural language

    calendar May 7, 2026 · devblogs.microsoft.com
    SQL query generation from natural language

    Introduction Converting natural language questions to SQL is valuable but difficult. At first glance, given a question and a database schema, generating correct SQL seems straightforward. In reality, it is complex. LLMs must understand table relationships, disambiguate terminology, apply correct joins, and handle …


    Read More
  • From Local to Production: Deploy Your Microsoft Agent Framework Agent with Foundry Hosted Agents

    calendar May 6, 2026 · devblogs.microsoft.com
    From Local to Production: Deploy Your Microsoft Agent Framework Agent with Foundry Hosted Agents

    Once you have your Microsoft Agent Framework (MAF) agent or workflow happily running locally on your dev machine, it's time to decide how to deploy your agent to production, monitor it, evaluate it and version it. These decisions are just as important as getting the agent running. Link to article: …


    Read More
  • Durable Workflows in the Microsoft Agent Framework

    calendar May 6, 2026 · devblogs.microsoft.com
    Durable Workflows in the Microsoft Agent Framework

    The Microsoft Agent Framework (MAF) is an open-source, multi-language framework for building, orchestrating, and deploying AI agents. Since its preview announcement, the framework has Link to article: https://devblogs.microsoft.com/dotnet/durable-workflows-in-microsoft-agent-framework


    Read More
  • Visual Studio Code 1.119

    calendar May 6, 2026 · devblogs.microsoft.com
    Visual Studio Code 1.119

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


    Read More
  • GitHub Copilot Modernize 101 is live on the Microsoft Developer Channel

    calendar May 6, 2026 · devblogs.microsoft.com
    GitHub Copilot Modernize 101 is live on the Microsoft Developer Channel

    Modernization used to be something you avoided until you couldn’t anymore. A big rewrite. A long migration plan. A risky cutover. Something you’d maybe do once every few years—if you had to. That mod Link to article: …


    Read More
  • Announcing the Public Preview of Azure Cosmos DB Shell: Open-Source Power Meets AI-Driven Database Automation

    calendar May 6, 2026 · devblogs.microsoft.com
    Announcing the Public Preview of Azure Cosmos DB Shell: Open-Source Power Meets AI-Driven Database Automation

    Today, we're thrilled to announce the public preview of Azure Cosmos DB Shell – a powerful, open-source command-line interface that revolutionizes how developers interact with their Azure Cosmos DB databases. With integrated Model Context Protocol (MCP) server support, native agentic capabilities, and bash Link to …


    Read More
  • Why not have changes in API behavior depend on the SDK you link against?

    calendar May 6, 2026 · devblogs.microsoft.com
    Why not have changes in API behavior depend on the SDK you link against?

    Some time ago, I noted that the Co­Initialize­Security function demands an absolute security descriptor, even though many functions in Windows produce self-relat Link to article: https://devblogs.microsoft.com/oldnewthing/20260506-00/?p=112303


    Read More
  • Azure Cosmos DB Conf 2026 Recap: Lessons from Production

    calendar May 5, 2026 · devblogs.microsoft.com
    Azure Cosmos DB Conf 2026 Recap: Lessons from Production

    A team was running at 100% RU utilization. Throttles were compounding into retries. P99 latency was degrading. The assumption was obvious: provision more throughput. They didn’t. Instead, they found a single logical partition absorbing more than 80% of traffic. After fixing the data model—without scaling the …


    Read More
  • A dispute over the TAB key highlights a mismatch between Microsoft and IBM organizational structures

    calendar May 5, 2026 · devblogs.microsoft.com
    A dispute over the <kbd>TAB</kbd> key highlights a mismatch between Microsoft and IBM organizational structures

    I've written in the past about the cultural mismatch between Microsoft and IBM during the collaboration on OS/2, with the Microsofties viewing their IBM col Link to article: https://devblogs.microsoft.com/oldnewthing/20260505-00/?p=112298


    Read More
  • Announcing the WinApp VS Code Extension — Run, Debug, and Package Windows Apps in VS Code

    calendar May 4, 2026 · devblogs.microsoft.com
    Announcing the WinApp VS Code Extension — Run, Debug, and Package Windows Apps in VS Code

    VS Code is where m Link to article: https://devblogs.microsoft.com/ifdef-windows/announcing-the-winapp-vs-code-extension-run-debug-and-package-windows-apps-in-vs-code


    Read More
  • Java OpenJDK April 2026 Patch & Security Update

    calendar May 4, 2026 · devblogs.microsoft.com
    Java OpenJDK April 2026 Patch & Security Update

    Hello Java customers! We are happy to announce the latest April 2026 patch & security update release for the Microsoft Build of OpenJDK. Check our Link to article: https://devblogs.microsoft.com/java/java-openjdk-april-2026-patch-security-update


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top