.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • PowerToys 0.98 is here: new Keyboard Manager UX, the Command Palette Dock and better CursorWrap!

    calendar Mar 17, 2026 · devblogs.microsoft.com
    PowerToys 0.98 is here: new Keyboard Manager UX, the Command Palette Dock and better CursorWrap!

    Link to article: https://devblogs.microsoft.com/commandline/powertoys-0-98-is-here-new-keyboard-manager-ux-the-command-palette-dock-and-better-cursorwrap


    Read More
  • RT.Assistant: A Multi-Agent Voice Bot Using .NET and OpenAI

    calendar Mar 17, 2026 · devblogs.microsoft.com
    RT.Assistant: A Multi-Agent Voice Bot Using .NET and OpenAI

    This is a guest post by Faisal Waris, an AI strategist in the telecom industry. Faisal built RT.Assistant to explore how .NET, F#, and the OpenAI Realtime API can come together in a production-style, multi-agent voice application. RT.Assistant i Link to article: …


    Read More
  • Introducing the Azure Cosmos DB Plugin for Cursor

    calendar Mar 17, 2026 · devblogs.microsoft.com
    Introducing the Azure Cosmos DB Plugin for Cursor

    We're excited to announce the Cursor plugin for Azure Cosmos DB bringing AI-powered database expertise, best practices guidance, and live database connectivity directly into your coding workflow. Whether you're designing a new data model, optimizing queries, or building a RAG appl Link to article: …


    Read More
  • Windows stack limit checking retrospective: x86-32 also known as i386, second try

    calendar Mar 17, 2026 · devblogs.microsoft.com
    Windows stack limit checking retrospective: x86-32 also known as i386, second try

    The last time we looked at the Windows stack limit checker on x86-32 (also known as i386), we noted that the function has changed over the years. Here's the revised version. Link to article: https://devblogs.microsoft.com/oldnewthing/20260317-00/?p=112144


    Read More
  • Azure DevOps Remote MCP Server (public preview)

    calendar Mar 17, 2026 · devblogs.microsoft.com
    Azure DevOps Remote MCP Server (public preview)

    When we released the local Azure DevOps MCP Server, it gave customers a way to connect Azure DevOps data with tools like Visual Studio and Visual Studio Code through GitHub Copilot Chat. The next step was to make this experience easier to get started with and to enable it for servi Link to article: …


    Read More
  • Foundry Agent Service is GA: private networking, Voice Live, and enterprise-grade evaluations

    calendar Mar 16, 2026 · devblogs.microsoft.com
    Foundry Agent Service is GA: private networking, Voice Live, and enterprise-grade evaluations

    The hardest part of shipping production AI agents isn't the prototype — it's everything after. Network isolation requirements. Compliance audits. Voice channels your operations team actually wants to use. Evaluations that aren't just a pre-ship checkbox. Today's GA release of the next Link to article: …


    Read More
  • Awesome GitHub Copilot just got a website, and a learning hub, and plugins!

    calendar Mar 16, 2026 · devblogs.microsoft.com
    Awesome GitHub Copilot just got a website, and a learning hub, and plugins!

    Back in July, we launched the Awesome GitHub Copilot Customizations repo with a simple goal: give the community a place to share custom instructions, prompts, and chat modes to customize the AI Link to article: https://devblogs.microsoft.com/blog/awesome-github-copilot-just-got-a-website-and-a-learning-hub-and-plugins


    Read More
  • Azure Cosmos DB at FOSSASIA Summit 2026: Sessions, Conversations, and Community

    calendar Mar 16, 2026 · devblogs.microsoft.com
    Azure Cosmos DB at FOSSASIA Summit 2026: Sessions, Conversations, and Community

    The FOSSASIA Summit 2026 was an incredible gathering of developers, open-source contributors, startups, and technology enthusiasts from across the region. This year, Azure Cosmos DB and Azure DocumentDB were present at the summit with both technical sessions and a dedicated booth, giving us a great opportunity to …


    Read More
  • Get the Inside Scoop on Visual Studio Subscriptions, Straight to Your Inbox

    calendar Mar 16, 2026 · devblogs.microsoft.com
    Get the Inside Scoop on Visual Studio Subscriptions, Straight to Your Inbox

    Link to article: https://devblogs.microsoft.com/visualstudio/vss-newsletter-opt-in


    Read More
  • Windows stack limit checking retrospective: PowerPC

    calendar Mar 16, 2026 · devblogs.microsoft.com
    Windows stack limit checking retrospective: PowerPC

    We continue our historical survey of Windows stack-checking functions by looking at the PowerPC. The weird thing here is that on PowerPC, you ask for the negative of the stack frame size. We'll see why soon. ; on entry, r12 is the negative of the number of bytes to allocate ; on exit, stack has been validated (bu Link …


    Read More
  • Now Generally Available: Cosmos DB Mirroring in Microsoft Fabric with Private Networks

    calendar Mar 16, 2026 · devblogs.microsoft.com
    Now Generally Available: Cosmos DB Mirroring in Microsoft Fabric with Private Networks

    We’re excited to announce the general availability of private network support for Azure Cosmos DB mirroring in Microsoft Fabric, enabling customers to replicate operational data into Fabric from Azure Cosmos DB accounts secured with pr Link to article: …


    Read More
  • March Patches for Azure DevOps Server

    calendar Mar 13, 2026 · devblogs.microsoft.com
    March Patches for Azure DevOps Server

    We are releasing patches for our self‑hosted product, Azure DevOps Server. We strongly recommend that all customers stay on the latest, most secure version of Azure DevOps Server. The latest release, Azure DevOps Server, is available from the Link to article: …


    Read More
  • The Human Scale Problem in Platform Engineering

    calendar Mar 13, 2026 · devblogs.microsoft.com
    The Human Scale Problem in Platform Engineering

    We keep doing this thing where we solve a problem, celebrate the victory, then realize we've created three new problems we didn't even know existed. Remember when manually configuring servers was the bottleneck? So we built containers. Great! Now we're orchestrating thousands of them. Remember when monolithic …


    Read More
  • Azure Developer CLI (azd): Debug hosted AI agents from your terminal

    calendar Mar 13, 2026 · devblogs.microsoft.com
    Azure Developer CLI (azd): Debug hosted AI agents from your terminal

    When a hosted AI agent crashes, azd now shows you the status and streams live logs—right from the CLI. What's new? The azure.ai.agents extension adds two commands: Link to article: https://devblogs.microsoft.com/azure-sdk/azd-ai-agent-logs-status


    Read More
  • Windows stack limit checking retrospective: MIPS

    calendar Mar 13, 2026 · devblogs.microsoft.com
    Windows stack limit checking retrospective: MIPS

    Last time, we looked at how the 80386 performed stack probing on entry to a function with a large local frame. Today we'll look at MIPS, which differs in a few ways. ; on entry, t8 = desired sta Link to article: https://devblogs.microsoft.com/oldnewthing/20260313-00/?p=112138


    Read More
  • What's New in Agent Skills: Code Skills, Script Execution, and Approval for Python

    calendar Mar 13, 2026 · devblogs.microsoft.com
    What's New in Agent Skills: Code Skills, Script Execution, and Approval for Python

    Code-Defined Skills, Script Execution, and Approval for Agent Skills in Python When we introduced Agent Skills for Microsoft Agent Framework, you could package domain expertise as file-based s Link to article: …


    Read More
  • How VS Code Builds with AI

    calendar Mar 13, 2026 · devblogs.microsoft.com
    How VS Code Builds with AI

    Learn how VS Code uses AI across its own development workflow with GitHub Copilot agent mode, automated testing, and AI-powered code review. Read the full article Link to article: https://devblogs.microsoft.com/vscode-blog/how-vs-code-builds-with-ai


    Read More
  • Evolving DirectX for the ML Era on Windows

    calendar Mar 12, 2026 · devblogs.microsoft.com
    Evolving DirectX for the ML Era on Windows

    At GDC this year, we shared how machine learning is becoming foundational to real time graphics, and how DirectX is evolving to meet that shift across shader level and model level ML. ML is no longer a niche optimization or a postprocess trick. It’s increasingly embedded throughout the graphics pipeline, influencing …


    Read More
  • Microsoft at JavaOne: Empowering Java developers to lead the next era of AI

    calendar Mar 12, 2026 · devblogs.microsoft.com
    Microsoft at JavaOne: Empowering Java developers to lead the next era of AI

    Java has powered some of the world’s most mission‑critical systems for decades and that’s a big part of why we’re excited to be back with the community at JavaOne 2026 (March 17–19 in Redwood City). At Microsoft, we get to work with Java teams every day: folks shipping at massive scale, running on tight SLAs, …


    Read More
  • Agent Harness in Agent Framework

    calendar Mar 12, 2026 · devblogs.microsoft.com
    Agent Harness in Agent Framework

    Agent harness is the layer where model reasoning connects to real execution: shell and filesystem access, approval flows, and context management across long-running sessions. With Agent Framework, these patterns can now be built consistently in both Python and .NET. In this post, we’ll look at three practical building …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top