.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • The Polyglot Tax

    calendar Feb 26, 2026 · devblogs.microsoft.com
    The Polyglot Tax

    Part 1 of 4 - The Multimodal Database Series This is a four-part series about what happens when a single database engine handles relational, document, graph, vector, and analytical workloads natively - and what you stop paying for when it does. You spin up a database, point an agent at it, and start building. The f …


    Read More
  • Azure Developer CLI (azd) - February 2026: JMESPath Queries & Deployment Slots

    calendar Feb 25, 2026 · devblogs.microsoft.com
    Azure Developer CLI (azd) - February 2026: JMESPath Queries & Deployment Slots

    Here's what shipped in azd this February! This post covers release versions 1.23.3, 1.23.4, Link to article: https://devblogs.microsoft.com/azure-sdk/azure-developer-cli-azd-february-2026


    Read More
  • Intercepting messages before Is­Dialog­Message can process them

    calendar Feb 25, 2026 · devblogs.microsoft.com
    Intercepting messages before <code>Is­Dialog­Message</code> can process them

    Last time, we looked at recognizing that the user clicked the Close button (or equivalent nonclient gestures) on a dialog. The other system-provided pathway to dismissi Link to article: https://devblogs.microsoft.com/oldnewthing/20260225-00/?p=112087


    Read More
  • SharePoint Framework (SPFx) roadmap update – February 2026

    calendar Feb 25, 2026 · devblogs.microsoft.com
    SharePoint Framework (SPFx) roadmap update – February 2026

    We move towards spring 2026 with strong momentum across the SharePoint Framework and an increasing sense of excitement across the ecosystem. SPFx continues to be a foundational platform for building intelligent, secure, and scalable experiences across Microsoft 365, with adoption growing and feedback from customers and …


    Read More
  • Increased control over Office Add-in user experiences

    calendar Feb 25, 2026 · devblogs.microsoft.com
    Increased control over Office Add-in user experiences

    Every experience in Office is designed using the principle "the user is in control." It’s critical that customers are the ones who make choices about their user experience, ensuring it fits their specific needs and workflows. Customers have asked for greater user control over add-in launch behavior in Office. …


    Read More
  • The Dongle Died at Midnight – WinForms Agent Saved my German Mom's Business Trip

    calendar Feb 24, 2026 · devblogs.microsoft.com
    The Dongle Died at Midnight – WinForms Agent Saved my German Mom's Business Trip

    An 82-year-old German industrial engineer, a 22-year-old UI framework, and an AI that finally understands WinForms Designer serialization walk into a hotel room at midnight. There's no punchline. Just a dead dongle and a dead ... line. Well, I admit, it's sort of hard to believe, but how these three are connected is …


    Read More
  • Visual Studio February Update

    calendar Feb 24, 2026 · devblogs.microsoft.com
    Visual Studio February Update

    This month’s Visual Studio update continues our focus on helping you move faster and stay in flow, with practical improvements across AI assistance, debugging, testing, and modernization. Building on the momentum from January’s editor updates, the February release brings smarter diagnostics and targeted support for …


    Read More
  • Improved Python (PyPi/uvx) support in Azure MCP Server

    calendar Feb 24, 2026 · devblogs.microsoft.com
    Improved Python (PyPi/uvx) support in Azure MCP Server

    We're excited to announce improved Python support for the Azure Model Context Protocol (MCP) Server! Python developers can now install and run Azure MCP Server directly from PyPI using familiar tools like uvx and pip. Whether you're Link to article: …


    Read More
  • Customizing the ways the dialog manager dismisses itself: Isolating the Close pathway

    calendar Feb 24, 2026 · devblogs.microsoft.com
    Customizing the ways the dialog manager dismisses itself: Isolating the Close pathway

    We started by exploring the signals the dialog manager uses for dismissing a dialog. Now we can use that information to customize the dismiss behavior. Let's start with a diagr Link to article: https://devblogs.microsoft.com/oldnewthing/20260224-00/?p=112082


    Read More
  • Use Windows on-device AI in your Electron app

    calendar Feb 23, 2026 · devblogs.microsoft.com
    Use Windows on-device AI in your Electron app

    Last year we published AI Dev Gallery, an open-source app full of interactive Windows AI examples. A common follow-up question from Electron developers has been: “How can we build similar on-device AI experiences in our Electron Link to article: …


    Read More
  • Customizing the ways the dialog manager dismisses itself: Detecting the ESC key, second (failed) attempt

    calendar Feb 23, 2026 · devblogs.microsoft.com
    Customizing the ways the dialog manager dismisses itself: Detecting the ESC key, second (failed) attempt

    Last time, we saw that Get­Async­Key­State is not the way to detect whether the ESC key was down at the time the current input Link to article: https://devblogs.microsoft.com/oldnewthing/20260223-00/?p=112080


    Read More
  • Light up Multiple Databases with a Single API with Data API builder's multi-source configuration

    calendar Feb 20, 2026 · devblogs.microsoft.com
    Light up Multiple Databases with a Single API with Data API builder's multi-source configuration

    Data API builder (DAB) supports multi-source configurations Data API builder (DAB) connects to your database with a safe REST or GraphQL endpoint. But DAB is not limited to just one database. Using a multi-source configuration, you can connect to more than one database simultaneously. Learn more about Data A Link to …


    Read More
  • The 2026/2027 Seattle Symphony subscription season at a glance

    calendar Feb 20, 2026 · devblogs.microsoft.com
    The 2026/2027 Seattle Symphony subscription season at a glance

    For two decades, I've Link to article: https://devblogs.microsoft.com/oldnewthing/20260220-01/?p=112076


    Read More
  • Customizing the ways the dialog manager dismisses itself: Detecting the ESC key, first (failed) attempt

    calendar Feb 20, 2026 · devblogs.microsoft.com
    Customizing the ways the dialog manager dismisses itself: Detecting the ESC key, first (failed) attempt

    Suppose you want to distinguish between dismissing a dialog by pressing ESC and dismissing a dialog by clicking the Close button. One suggestion I saw was to call Get­Async­Key­State(VK_ESCAPE) to check whether the ESC is down. In general, any time you see Get­Async­Key­St Link to article: …


    Read More
  • Using Codes to Increase Adherence to Prompts

    calendar Feb 20, 2026 · devblogs.microsoft.com
    Using Codes to Increase Adherence to Prompts

    Introduction: The Problem Agentic systems have some discretion in the parameters they send to tooling, but there are cases, such as experimentation, when you need 100% adherence to a set of parameters. In practice, this tension exists because modern LLM-based agents are optimized for semantic correctness and …


    Read More
  • Migrate your Semantic Kernel and AutoGen projects to Microsoft Agent Framework Release Candidate

    calendar Feb 20, 2026 · devblogs.microsoft.com
    Migrate your Semantic Kernel and AutoGen projects to Microsoft Agent Framework Release Candidate

    We're thrilled to announce that Microsoft Agent Framework has reached Release Candidate status for both .NET and Link to article: https://devblogs.microsoft.com/semantic-kernel/migrate-your-semantic-kernel-and-autogen-projects-to-microsoft-agent-framework-release-candidate


    Read More
  • Microsoft Agent Framework Reaches Release Candidate

    calendar Feb 20, 2026 · devblogs.microsoft.com
    Microsoft Agent Framework Reaches Release Candidate

    We're happy to announce that Microsoft Agent Framework is now in Release Candidate status for both .NET and Python. Release Candidate is an important milestone on the road to General Availability — it means the A Link to article: https://devblogs.microsoft.com/foundry/microsoft-agent-framework-reaches-release-candidate …


    Read More
  • Custom Agents in Visual Studio: Built in and Build-Your-Own agents

    calendar Feb 19, 2026 · devblogs.microsoft.com
    Custom Agents in Visual Studio: Built in and Build-Your-Own agents

    Agents in Visual Studio now go beyond a single general-purpose assistant. We're shipping a set of curated preset agents that tap into deep IDE capabilities; debugging, profiling, testing alongside a framework for building your own custom agents tailored to how your team works. Built in agents Each preset agent is …


    Read More
  • C++ symbol context and CMake build configuration awareness for GitHub Copilot in VS Code

    calendar Feb 19, 2026 · devblogs.microsoft.com
    C++ symbol context and CMake build configuration awareness for GitHub Copilot in VS Code

    C++ code navigation and build system tooling play an important role in the developer inner-loop. Code navigation tooling provides a precise, semantic understanding of your codebase, while build system tooling helps you express build configurations and variants for reproducible builds. In the VS Code ecosystem, these …


    Read More
  • Exploring the signals the dialog manager uses for dismissing a dialog

    calendar Feb 19, 2026 · devblogs.microsoft.com
    Exploring the signals the dialog manager uses for dismissing a dialog

    There are a few different built-in ways to close a dialog box in the classic Windows dialog manager. Let's run them down. First, there's hitting the ESC key. The ESC key, as with all keyboard navigation, is handled by the Is­Dialog­Message function. Assuming that the dialog control with f Link to article: …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top