.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Scalable AI with Azure Cosmos DB: Tredence Intelligent Document Processing (IDP) | March 2026

    calendar Apr 7, 2026 · devblogs.microsoft.com
    Scalable AI with Azure Cosmos DB: Tredence Intelligent Document Processing (IDP) | March 2026

    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 Link to article: …


    Read More
  • Write SQL Your Way: Dual Parameter Style Benefits in mssql-python

    calendar Apr 7, 2026 · devblogs.microsoft.com
    Write SQL Your Way: Dual Parameter Style Benefits in mssql-python

    Link to article: https://devblogs.microsoft.com/python/write-sql-your-way-dual-parameter-style-benefits-in-mssql-python


    Read More
  • Take full control of your floating windows in Visual Studio

    calendar Apr 7, 2026 · devblogs.microsoft.com
    Take full control of your floating windows in Visual Studio

    If you work with multiple monitors like I do, you’ve probably grown to love floating tool windows and documents in Visual Studio. Being able to pull out Solution Explorer, the debugger, or your code files onto a second (or third) screen can be a huge productivity boost. But there’s always been a bit of friction with …


    Read More
  • Agent Academy Spring Drop: Special Ops, Cowork Collective, and a Whole New Look

    calendar Apr 6, 2026 · devblogs.microsoft.com
    Agent Academy Spring Drop: Special Ops, Cowork Collective, and a Whole New Look

    We've shipped a big round of updates to Agent Academy. Two new sections, a completely redone site experience, and more missions on the way. Here's what's changed. Quick recap for anyone new Agent Academy is a free, open-source curriculum for learning how to build agents with Microsoft Copilot Studio. Since launching in …


    Read More
  • Announcing the end of support for Node.js 20.x in the Azure SDK for JavaScript

    calendar Apr 6, 2026 · devblogs.microsoft.com
    Announcing the end of support for Node.js 20.x in the Azure SDK for JavaScript

    After July 9, 2026, the Azure SDK for JavaScript will no longer support Node.js 20.x, which reaches end-of-life on April 30, 2026. We encourage you to upgrade to an Active Node.js Long Ter Link to article: …


    Read More
  • MCP Apps on Azure Functions: Quickstart with TypeScript

    calendar Apr 6, 2026 · devblogs.microsoft.com
    MCP Apps on Azure Functions: Quickstart with TypeScript

    Azure Functions makes hosting MCP apps simple: build locally, create a secure endpoint, and deploy fast with Azure Developer CLI (azd). This guide shows you how using a weather app example. What are MCP Apps? MCP Apps let MCP servers return interac Link to article: …


    Read More
  • Learning to read C++ compiler errors: Illegal use of -> when there is no -> in sight

    calendar Apr 6, 2026 · devblogs.microsoft.com
    Learning to read C++ compiler errors: Illegal use of <tt>-></tt> when there is no <tt>-></tt> in sight

    A customer reported a problem with a system header file. When they included ole2.h, the compiler reported an error in oaidl.h: MIDL_INTERFACE("3127CA40-446E-11CE-8135-00AA004BB851") IErrorLog : public IUnknown { public: virtual HRESULT STDM Link to article: …


    Read More
  • Microsoft Agent Framework Version 1.0

    calendar Apr 3, 2026 · devblogs.microsoft.com
    Microsoft Agent Framework Version 1.0

    Today, we're thrilled to announce that Microsoft Agent Framework has reached version 1.0 for both .NET and Python. This is the production-ready release: stable APIs, and a commitment to long-term support. W Link to article: https://devblogs.microsoft.com/agent-framework/microsoft-agent-framework-version-1-0


    Read More
  • How can I use Read­Directory­ChangesW to know when someone is copying a file out of the directory?

    calendar Apr 3, 2026 · devblogs.microsoft.com
    How can I use <code>Read­Directory­ChangesW</code> to know when someone is copying a file out of the directory?

    A customer was using Read­Directory­ChangesW in the hopes of receiving a notification when a file was copied. They found that when a file was copied, they received a FILE_NOTIFY_CHANGE_LAST_ACCESS, but Link to article: https://devblogs.microsoft.com/oldnewthing/20260403-00/?p=112202


    Read More
  • 🚀React Native Windows v0.82 is here!!

    calendar Apr 3, 2026 · devblogs.microsoft.com
    🚀React Native Windows v0.82 is here!!

    React Native Windows v0.82 is here, marking a major milestone: the legacy Paper architecture has been fully removed. All applications now run exclusively on the New Architecture (Fabric), and this release also unlocks XAML controls for community modules — so Windows apps can seamlessly mix native XAML controls with …


    Read More
  • Explore union types in C# 15

    calendar Apr 2, 2026 · devblogs.microsoft.com
    Explore union types in C# 15

    Union types have been frequently requested for C#, and they're here. Starting with .NET 11 Preview 2, C# 15 introduces the union keyword. The union keyword declares that a value is exactly one of a fixed set of types with compiler-enforced exhaustive pattern matching. If you've used discriminated unions in F# or simil …


    Read More
  • Aspire Docs in Your Terminal (and Your AI's Brain)

    calendar Apr 2, 2026 · devblogs.microsoft.com
    Aspire Docs in Your Terminal (and Your AI's Brain)

    You're three files deep in your Aspire AppHost, and you need to remember exactly which parameters the Redis integration expects. You could alt-tab to your browser, hunt through aspire.dev, squint at the API docs, then come back. Or you could just run a command. Or—better yet—let your AI agent look it up Link to …


    Read More
  • Why doesn't the system let you declare your own messages to have the same semantics as WM_COPY­DATA?

    calendar Apr 2, 2026 · devblogs.microsoft.com
    Why doesn't the system let you declare your own messages to have the same semantics as <CODE>WM_<WBR>COPY­DATA</CODE>?

    In a comment on my discussion on how to return results back from the WM_COPY­DATA message, Jan Ringoš observed that it felt wasteful th Link to article: https://devblogs.microsoft.com/oldnewthing/20260402-00/?p=112196


    Read More
  • Python in Visual Studio Code - March 2026 Release

    calendar Apr 2, 2026 · devblogs.microsoft.com
    Python in Visual Studio Code - March 2026 Release

    We're excited to announce that the March 2026 release of the Python extension for Visual Studio Code are now available! This release includes the following announcements: Search Python Symbols in Installed Packages Experimental: Rust- Link to article: …


    Read More
  • PowerShell 7.6 release postmortem and investments

    calendar Apr 1, 2026 · devblogs.microsoft.com
    PowerShell 7.6 release postmortem and investments

    We recently released PowerShell 7.6, and we want to take a moment to share context on the delayed timing of this release, what we learned, and what we're already changing as a result. PowerShell releases typically align closely with the .NET release schedule. Our goal is to provide predictable and ti Link to article: …


    Read More
  • General Availability: Social Identity Providers for Native Authentication via Browser‑Delegated Flows (web-view) in Microsoft Entra External ID

    calendar Apr 1, 2026 · devblogs.microsoft.com
    General Availability: Social Identity Providers for Native Authentication via Browser‑Delegated Flows (web-view) in Microsoft Entra External ID

    We’re excited to announce the General Availability of Social Identity Provider (IdP) support for Native Authentication in Microsoft Entra External ID. This release enables developers to integrate popular social sign‑in options such as Google, Facebook, and Apple — into native and single‑page applications that use …


    Read More
  • Improving the Markdown Editor for Work Items

    calendar Apr 1, 2026 · devblogs.microsoft.com
    Improving the Markdown Editor for Work Items

    We introduced the Markdown editor in July 2025 to bring Markdown support to large text fields in work items. Since then, we’ve received valuable customer feedback highlighting challenges with the editing experience, particularly w Link to article: …


    Read More
  • Visual Studio Code 1.114

    calendar Apr 1, 2026 · devblogs.microsoft.com
    Visual Studio Code 1.114

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


    Read More
  • The Polyglot tax - Part 3

    calendar Apr 1, 2026 · devblogs.microsoft.com
    The Polyglot tax - Part 3

    Vectors, Analytics, and the End of ETL Part 3 of 4 - The Multimodal Database Series In Part 1: The Polyglot Tax we laid out the fraud detection scenario: a transaction comes in, and before you approve or deny it you need five checks. Order h Link to article: …


    Read More
  • What's New in vcpkg (Feb 2026 - Mar 2026): Parallel file installation and more!

    calendar Apr 1, 2026 · devblogs.microsoft.com
    What's New in vcpkg (Feb 2026 - Mar 2026): Parallel file installation and more!

    This blog post summarizes changes to the vcpkg package manager as part of the 2026.02.27 and 2026.03.18 registry releases and the Link to article: https://devblogs.microsoft.com/cppblog/whats-new-in-vcpkg-feb-2026-mar-2026-parallel-file-installation-and-more


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top