.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • The New Loop: How Power Pages Builds Software with AI

    calendar Apr 29, 2026 · devblogs.microsoft.com
    The New Loop: How Power Pages Builds Software with AI

    Introduction When I started writing software professionally in 2015, the tech landscape looked completely different. Tools and frameworks kept evolving since then, but the process of building software barely moved for a decade. That changed in the last couple of months. Here's what has changed in how the Power Pages …


    Read More
  • A2A v1 Is Here: Cross-Platform Agent Communication in Microsoft Agent Framework for .NET

    calendar Apr 28, 2026 · devblogs.microsoft.com
    A2A v1 Is Here: Cross-Platform Agent Communication in Microsoft Agent Framework for .NET

    As organizations move from single-agent prototypes to multi-agent production systems, the ability for agents to communicate reliably across platforms and organizational boundaries becomes essential. With the release of A2A Protocol v1.0 and updated support in the Microsoft Agent Framework, you can now connect and …


    Read More
  • Visual Studio April Update – Cloud Agent Integration

    calendar Apr 28, 2026 · devblogs.microsoft.com
    Visual Studio April Update – Cloud Agent Integration

    GitHub Copilot in Visual Studio is becoming more agentic with every release. This update brings cloud agent integration front and center, letting you start remote coding sessions without leaving the IDE. Custom agents now support user-level definitions that travel with you across projects, C++ code editing tools for …


    Read More
  • The problem: All-or-nothing batch processing in Azure Service Bus

    calendar Apr 28, 2026 · devblogs.microsoft.com
    The problem: All-or-nothing batch processing in Azure Service Bus

    Azure Service Bus is one of the most widely used messaging services for building event-driven applications on Azure. When you use Azure Functions with a Service Bus trigger in batch mode, your function receives multiple messages at once for efficient, high-throughput processing. But what happens when one message in the …


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

    calendar Apr 28, 2026 · devblogs.microsoft.com
    SharePoint Framework (SPFx) roadmap update – April 2026

    April continues the strong momentum for the SharePoint Framework and the broader Microsoft 365 extensibility ecosystem. Over the past month, we have been making steady progress across the SPFx roadmap, refining delivery plans, connecting with the community in person, and preparing the next wav Link to article: …


    Read More
  • Welcome to SkiaSharp 4.0 Preview 1

    calendar Apr 28, 2026 · devblogs.microsoft.com
    Welcome to SkiaSharp 4.0 Preview 1

    Created 10 years ago, SkiaSharp has long been the backbone of cross-platform 2D graphics in .NET. It powers graphics rendering across mobile, desktop, web, and server targets with consistent, high-quality output using the open-source Skia engine. SkiaS Link to article: …


    Read More
  • High-Performance Distributed Caching with .NET and Postgres on Azure

    calendar Apr 28, 2026 · devblogs.microsoft.com
    High-Performance Distributed Caching with .NET and Postgres on Azure

    In the world of modern .NET development, applications need to maintain high throughput, scale rapidly, and most importantly, deliver performance and responsiveness in all circumstances. This becomes increasingly difficult as functional complexity increases, data sources expand, and we contend with ever-evolving …


    Read More
  • Developing a cross-process reader/writer lock with limited readers, part 1: A semaphore

    calendar Apr 28, 2026 · devblogs.microsoft.com
    Developing a cross-process reader/writer lock with limited readers, part 1: A semaphore

    Say you want to have the functionality of a reader/writer lock, but have it work cross-process. The built-in SRWLOCK works only within a single process. Can we build a reader/writer lock that works across processes? For convenience, let's say that you want to support a maximum of N simultaneous readers, for s Link to …


    Read More
  • Welcome to Azure Cosmos DB Conf 2026

    calendar Apr 28, 2026 · devblogs.microsoft.com
    Welcome to Azure Cosmos DB Conf 2026

    Today is the day. Azure Cosmos DB Conf 2026, in partnership with AMD, is a free virtual developer event focused on building modern, scalable applications with Azure Cosmos DB. The Link to article: https://devblogs.microsoft.com/cosmosdb/welcome-to-azure-cosmos-db-conf-2026


    Read More
  • PowerToys 0.99 is here: new monitor controls, easier window management, and Dock upgrades

    calendar Apr 28, 2026 · devblogs.microsoft.com
    PowerToys 0.99 is here: new monitor controls, easier window management, and Dock upgrades

    Link to article: https://devblogs.microsoft.com/commandline/powertoys-0-99-is-here-new-monitor-controls-easier-window-management-and-dock-upgrades


    Read More
  • Python Environments Extension for VS Code- April Update

    calendar Apr 27, 2026 · devblogs.microsoft.com
    Python Environments Extension for VS Code- April Update

    Python Environments — April 2026 Release We're excited to announce the latest update to the Python Environments extension for Visual Studio Code. This release focuses on startup performance, reliability, Link to article: https://devblogs.microsoft.com/python/python-in-visual-studio-code-april-2026-release


    Read More
  • Azure Data Studio is retired: Move your Azure SQL workflow to VS Code in 10 minutes

    calendar Apr 27, 2026 · devblogs.microsoft.com
    Azure Data Studio is retired: Move your Azure SQL workflow to VS Code in 10 minutes

    Azure Data Studio (ADS) retired on February 6, 2025, and support ended on February 28, 2026. The recommended path forward is Visual Studio Code with the MSSQL extension. If you used ADS daily, this guide gets you productive quickly in VS Code. The focus is on importing your existing setup, restoring familiar shortcuts …


    Read More
  • Announcing Shader Model 6.10 Preview and AgilitySDK 720 Preview

    calendar Apr 27, 2026 · devblogs.microsoft.com
    Announcing Shader Model 6.10 Preview and AgilitySDK 720 Preview

    Overview Today, we are pleased to announce that Shader Model 6.10 and other features have been officially released with Agility SDK 1.720-preview and complementary DXC 1.10.2605.2. AgilitySDK 1.720-preview exposes the following features. There's more de Link to article: …


    Read More
  • D3D12 LinAlg Matrix Preview

    calendar Apr 27, 2026 · devblogs.microsoft.com
    D3D12 LinAlg Matrix Preview

    Welcome to the D3D12 LinAlg Matrix Preview release! Today, we are excited to announce the preview release for the D3D12 Linear Algebra APIs! This feature set unlocks comprehensive hardware acceleration for Matrix-oriented operations across various use cases. Previously, we announced the Link to article: …


    Read More
  • Looking at consequences of passing too few register parameters to a C function on various architectures

    calendar Apr 27, 2026 · devblogs.microsoft.com
    Looking at consequences of passing too few register parameters to a C function on various architectures

    In our exploration of calling conventions for various processors on Windows, we learned that in many cases, some of the parameters are passed in registers. Suppose that there is a function that takes two parameters, but you know that the function ignores the second parameter if the first parameter is positive. What …


    Read More
  • Azure MCP Server now available as an MCP Bundle (.mcpb)

    calendar Apr 24, 2026 · devblogs.microsoft.com
    Azure MCP Server now available as an MCP Bundle (.mcpb)

    We're excited to announce that the Azure MCP Server is now available as an MCP Bundle (.mcpb). This means you can install the Azure MCP Server into Claude Desktop and other MCP-compatible clients Link to article: https://devblogs.microsoft.com/azure-sdk/azure-mcp-server-mcpb-support


    Read More
  • Chat History Storage Patterns in Microsoft Agent Framework

    calendar Apr 24, 2026 · devblogs.microsoft.com
    Chat History Storage Patterns in Microsoft Agent Framework

    When people talk about building AI agents, they usually focus on models, tools, and prompts. In practice, one of the most important architectural decisions is much simpler: where does the conversation history live? Imagine a user asks your agent a complex question, clicks “try again,” explores tw Link to article: …


    Read More
  • Defending against exceptions in a scope_exit RAII type

    calendar Apr 24, 2026 · devblogs.microsoft.com
    Defending against exceptions in a <code>scope_exit</code> RAII type

    One of the handy helpers in the Windows Implementation Library (WIL) is wil::scope_exit. We've used it to Link to article: https://devblogs.microsoft.com/oldnewthing/20260424-00/?p=112266


    Read More
  • Axios npm Supply Chain Compromise – Guidance for Azure Pipelines Customers

    calendar Apr 24, 2026 · devblogs.microsoft.com
    Axios npm Supply Chain Compromise – Guidance for Azure Pipelines Customers

    On March 31, 2026, malicious versions of the widely used JavaScript HTTP client library Axios were briefly published to the npm registry as part of a supply chain attack. The affected versions — 1.14.1 and 0.30.4 — included a hidden malicious dependency Link to article: …


    Read More
  • Azure MCP Server now available as an MCP Bundle (.mcpb)

    calendar Apr 23, 2026 · devblogs.microsoft.com
    Azure MCP Server now available as an MCP Bundle (.mcpb)

    We're excited to announce that the Azure MCP Server is now available as an MCP Bundle (.mcpb). This means you can install the Azure MCP Server into Claude Desktop and other MCP-compatible clients Link to article: https://devblogs.microsoft.com/azure-sdk/azure-mcp-server-mcpb-support


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top