.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • GitHub Copilot for Eclipse Is Going Open Source

    calendar Apr 8, 2026 · devblogs.microsoft.com
    GitHub Copilot for Eclipse Is Going Open Source

    We’re excited to announce that the GitHub Copilot for Eclipse plugin is going open source under the MIT license and will be hosted on GitHub under the microsoft organization Link to article: https://devblogs.microsoft.com/java/ghc-eclipse-is-going-open-source


    Read More
  • Building a Real-Time Multi-Agent UI with AG-UI and Microsoft Agent Framework Workflows

    calendar Apr 8, 2026 · devblogs.microsoft.com
    Building a Real-Time Multi-Agent UI with AG-UI and Microsoft Agent Framework Workflows

    Multi-agent systems demo beautifully. Putting them in front of real users is another story. In early prototypes, a terminal or a basic chat window is enough. But once agents start handing off to each other Link to article: https://devblogs.microsoft.com/agent-framework/ag-ui-multi-agent-workflow-demo


    Read More
  • MCP as Easy as 1-2-3: Introducing the Fluent API for MCP Apps

    calendar Apr 7, 2026 · devblogs.microsoft.com
    MCP as Easy as 1-2-3: Introducing the Fluent API for MCP Apps

    Earlier this year, we introduced MCP Apps in the Azure Functions MCP extension. These are tools that go beyond text and render full UI experiences, serve static assets, and integrate seamlessly with AI agents. If Link to article: …


    Read More
  • MCP Apps now available in Copilot chat

    calendar Apr 7, 2026 · devblogs.microsoft.com
    MCP Apps now available in Copilot chat

    On March 9, Microsoft announced a major step forward in agent capabilities: agents can now bring rich, app powered UI experiences directly into Microsoft 365 Copilot chat, Link to article: https://devblogs.microsoft.com/microsoft365dev/mcp-apps-now-available-in-copilot-chat


    Read More
  • Your Migration's Source of Truth: The Modernization Assessment

    calendar Apr 7, 2026 · devblogs.microsoft.com
    Your Migration's Source of Truth: The Modernization Assessment

    I've been exploring GitHub Copilot's modernization capabilities for .NET and Java applications, and I wanted to share what I've learned about the most critical piece of the puzzle: the assessment document. Here's what makes this tool interest Link to article: …


    Read More
  • Agentic development aspirations: build, run, observe — without more Markdown

    calendar Apr 7, 2026 · devblogs.microsoft.com
    Agentic development aspirations: build, run, observe — without more Markdown

    AI agents are really good at writing code. Embarrassingly, scarily, and increasingly good. But generating code and shipping working full-stack apps are very different things. Right now, most agents are fantastic at the first part and terrible at everything after it. To try and keep agents on track, we layer on Markdown …


    Read More
  • ASP.NET Core 2.3 end of support announcement

    calendar Apr 7, 2026 · devblogs.microsoft.com
    ASP.NET Core 2.3 end of support announcement

    Today we are announcing that ASP.NET Core 2.3 will reach end of support on April 7, 2027. After that date, Microsoft will no longer provide security patches, bug fixes, or technical support for ASP.NET Core 2.3. This announcement provides the required 12 months of advance notice, as defined by the Link to article: …


    Read More
  • 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
  • Were there any Windows 3.1 programs that were so incompatible with Windows 95 that there was no point trying to patch them?

    calendar Apr 7, 2026 · devblogs.microsoft.com
    Were there any Windows 3.1 programs that were so incompatible with Windows 95 that there was no point trying to patch them?

    In a comment to my discussion of the Windows 95 patch system, commenter word merchant wondered whether there were any Windows 3.1 programs or drivers that were so incompatible with Windows 95 that there was no point trying to patc Link to article: https://devblogs.microsoft.com/oldnewthing/20260407-00/?p=112213


    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
    • ««
    • «
    • 1
    • 2
    • »
    • »»

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top