.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Making an agile version of a Windows Runtime delegate in C++/WinRT, part 5

    calendar Jul 24, 2026 · devblogs.microsoft.com
    Making an agile version of a Windows Runtime delegate in C++/WinRT, part 5

    So far, we have handled the case of a non-marshalable delegate by wrapping it in a delegate that fails with CO_E_NOT_SUPPORTED if used in a manne Link to article: https://devblogs.microsoft.com/oldnewthing/20260724-00/?p=112562


    Read More
  • Native Agent Memory for Microsoft Agent Framework, Powered by Azure Cosmos DB

    calendar Jul 24, 2026 · devblogs.microsoft.com
    Native Agent Memory for Microsoft Agent Framework, Powered by Azure Cosmos DB

    Recently we introduced the Agent Memory Toolkit Link to article: https://devblogs.microsoft.com/cosmosdb/native-agent-memory-for-microsoft-agent-framework-powered-by-azure-cosmos-db


    Read More
  • The Microsoft 365 Copilot Agent’s Playbook: A Practical Livestream Series for Building Better Agents

    calendar Jul 23, 2026 · devblogs.microsoft.com
    The Microsoft 365 Copilot Agent’s Playbook: A Practical Livestream Series for Building Better Agents

    Building on Microsoft 365 Copilot? Here's your playbook. Declarative agents are quickly becoming one of the most excit Link to article: https://devblogs.microsoft.com/blog/the-microsoft-365-copilot-agents-playbook-a-practical-livestream-series-for-building-better-agents


    Read More
  • Move Agent Orchestration/Workflows out of Code with Agent Framework Declarative Workflows 1.0

    calendar Jul 23, 2026 · devblogs.microsoft.com
    Move Agent Orchestration/Workflows out of Code with Agent Framework Declarative Workflows 1.0

    Most multi-agent apps wire every flow in application code: the sequence of steps, branching, and handoffs between agents all live inside the program, making the orchestration harder to review, version, and change. Declarative workflows make that orchestration ex Link to article: …


    Read More
  • Build locally, ship to Azure: meet Azure SQL Developer

    calendar Jul 23, 2026 · devblogs.microsoft.com
    Build locally, ship to Azure: meet Azure SQL Developer

    Big news: Azure SQL Developer is here, in private preview. It's the Azure SQL Databa Link to article: https://devblogs.microsoft.com/azure-sql/azure-sql-developer-prpr


    Read More
  • Smarter Spring Development in Eclipse with GitHub Copilot

    calendar Jul 23, 2026 · devblogs.microsoft.com
    Smarter Spring Development in Eclipse with GitHub Copilot

    How the Spring Tools MCP Server and GitHub Copilot together make Spring Development more efficient. Link to article: https://devblogs.microsoft.com/java/smarter-spring-development-in-eclipse-with-github-copilot


    Read More
  • Windows App Development CLI v0.5.0 - expanded UI automation, JS/TS bindings, and more

    calendar Jul 22, 2026 · devblogs.microsoft.com
    Windows App Development CLI v0.5.0 - expanded UI automation, JS/TS bindings, and more

    WinApp C Link to article: https://devblogs.microsoft.com/ifdef-windows/windows-app-development-cli-v0-5-0-expanded-ui-automation-js-ts-bindings-and-more


    Read More
  • Visual Studio Code 1.130

    calendar Jul 22, 2026 · devblogs.microsoft.com
    Visual Studio Code 1.130

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


    Read More
  • Visual Studio Code 1.130 (Insiders)

    calendar Jul 22, 2026 · devblogs.microsoft.com
    Visual Studio Code 1.130 (Insiders)

    Learn what's new in Visual Studio Code 1.130 (Insiders) Read the full article Link to article: https://devblogs.microsoft.com/external-blogs/visual-studio-code-1-130-insiders


    Read More
  • Visual Studio Code 1.131 (Insiders)

    calendar Jul 22, 2026 · devblogs.microsoft.com
    Visual Studio Code 1.131 (Insiders)

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


    Read More
  • Pure Virtual C++ 2026 Is a Wrap

    calendar Jul 22, 2026 · devblogs.microsoft.com
    Pure Virtual C++ 2026 Is a Wrap

    That's a wrap on Pure Virtual C++ 2026! Link to article: https://devblogs.microsoft.com/cppblog/pure-virtual-c-2026-is-a-wrap


    Read More
  • Building Agents that Act on Your Behalf with Toolboxes in Foundry

    calendar Jul 22, 2026 · devblogs.microsoft.com
    Building Agents that Act on Your Behalf with Toolboxes in Foundry

    How Toolboxes in Foundry simplify user delegation At some point, many agents move from answering questions to taking action. And when it does, the question becomes: whose identity is it acting with Link to article: https://devblogs.microsoft.com/foundry/building-agents-that-act-on-your-behalf-with-toolboxes-in-foundry


    Read More
  • The Microsoft Agent Framework Harness is now released

    calendar Jul 22, 2026 · devblogs.microsoft.com
    The Microsoft Agent Framework Harness is now released

    Your agents can now be built on a stable, batteries-included harness - the loop, planning, memory, context management, approvals, and telemetry that turn a model into an agent that actually does things - in both Python and .NET. What is an agent harn Link to article: …


    Read More
  • Introducing the ETW MCP: AI-assisted ETL trace analysis, headless and in your terminal

    calendar Jul 21, 2026 · devblogs.microsoft.com
    Introducing the ETW MCP: AI-assisted ETL trace analysis, headless and in your terminal

    If you’ve ever opened an ETL trace with hundreds of data tables and wondered “where do I even start?” This post is for you. We’re releasing an early preview of the ETW MCP, a Model Context Protocol server that lets GitHub Copilot, or any MCP-aware AI assistant, read, query, and reason over Event Tracing for Windows …


    Read More
  • July Patches for Azure DevOps Server

    calendar Jul 21, 2026 · devblogs.microsoft.com
    July 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
  • Display Name is for Humans

    calendar Jul 21, 2026 · devblogs.microsoft.com
    Display Name is for Humans

    Package identity exists for one primary purpose: To provide software with a stable and unambiguous way to identify a package. This is a considerable improvement over the historical tendency to assign Link to article: https://devblogs.microsoft.com/insidemsix/msix-displayname-vs-package-identity


    Read More
  • Pure Virtual C++ 2026 Is Now Live!

    calendar Jul 21, 2026 · devblogs.microsoft.com
    Pure Virtual C++ 2026 Is Now Live!

    Pure Virtual C++ 2026, our free, one-da Link to article: https://devblogs.microsoft.com/cppblog/pure-virtual-cpp-2026-is-now-live


    Read More
  • Making an agile version of a Windows Runtime delegate in C++/WinRT, part 2

    calendar Jul 21, 2026 · devblogs.microsoft.com
    Making an agile version of a Windows Runtime delegate in C++/WinRT, part 2

    Last time, we had a straightforward function that makes an agile version of a Windows Runtime delegate. But there's more to it. In many cases, the delegate is already agil Link to article: https://devblogs.microsoft.com/oldnewthing/20260721-00/?p=112550


    Read More
  • How to test agent experience changes without shipping them

    calendar Jul 21, 2026 · devblogs.microsoft.com
    How to test agent experience changes without shipping them

    You've built an eval. You've established a baseline and found the gaps. Now you have hypotheses about how to fix them: maybe a documentation rewrite, or a different CLI output format. The natural next step is to ship the change and measure again. Don't do that just yet. Link to article: …


    Read More
  • C++ Dependencies Without the Headache: vcpkg + Copilot CLI

    calendar Jul 20, 2026 · devblogs.microsoft.com
    C++ Dependencies Without the Headache: vcpkg + Copilot CLI

    C++ dependency setup and maintenance still slows down many teams. In my Pure Virtual C++ 2026 session, I show a terminal-first workflow that ends with a working CLI app that formats and prints programming quotes, built with CMake and Microsoft C++ (MSVC) Build Tools. All of this is powered by GitHub Copilot CLI, which …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top