.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • 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
  • 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
  • DirectX: Bringing Console-Level Developer Tools to Windows

    calendar Mar 12, 2026 · devblogs.microsoft.com
    DirectX: Bringing Console-Level Developer Tools to Windows

    On March 12th, 2026, the DirectX team and our hardware partners hosted DirectX: Br Link to article: https://devblogs.microsoft.com/directx/directx-bringing-console-level-developer-tools-to-windows


    Read More
  • Modernize .NET Anywhere with GitHub Copilot

    calendar Mar 12, 2026 · devblogs.microsoft.com
    Modernize .NET Anywhere with GitHub Copilot

    Modernizing a .NET application is rarely a single step. It requires understanding the current state of the codebase, evaluating dependencies, identifying potential breaking changes, and sequencing updates carefully. Until recently, GitHub Copilot modernization for .NET ran primarily inside Visual Studio. That worked …


    Read More
  • .NET 10.0.5 Out-of-Band Release - macOS Debugger Fix

    calendar Mar 12, 2026 · devblogs.microsoft.com
    .NET 10.0.5 Out-of-Band Release - macOS Debugger Fix

    We are releasing .NET 10.0.5 as an out-of-band (OOB) update to address a regression introduced in .NET 10.0.4. What's the issue? .NET 10.0.4 introduced a regression that causes the debugger to crash when debugging applications on macOS using Visual Studio Code. After installing .NET SDK 10.0.104 or 10.0.200, the …


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

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

    We start our survey of historical stack limit checking functions on Windows with the 80386 family of processors. This function has actually changed form over the years, so we'll start with the "original flavor". Originally, the _chkstk function was called by putting the desired number of bytes in the eax re …


    Read More
  • Advanced Shader Delivery: What’s New at GDC 2026

    calendar Mar 12, 2026 · devblogs.microsoft.com
    Advanced Shader Delivery: What’s New at GDC 2026

    Today we announced the innovation we’re bringing in solving shader compilation for the ecosystem at our GDC Talk: Advanced Shader Delivery for Windows. Want to find out what this means for solving shader compilation for your title and customers? Read on! State of the Industry Long shader com Link to article: …


    Read More
  • DirectStorage 1.4 release adds support for Zstandard

    calendar Mar 11, 2026 · devblogs.microsoft.com
    DirectStorage 1.4 release adds support for Zstandard

    Today we’re releasing the public preview of DirectStorage 1.4 and the initial public preview of the Game Asset Conditioning Library. Together, they introduce Link to article: https://devblogs.microsoft.com/directx/directstorage-1-4-release-adds-support-for-zstandard


    Read More
  • A Look Ahead at Azure Cosmos DB Conf 2026: From AI Agents to Global Scale

    calendar Mar 11, 2026 · devblogs.microsoft.com
    A Look Ahead at Azure Cosmos DB Conf 2026: From AI Agents to Global Scale

    Link to article: https://devblogs.microsoft.com/cosmosdb/azure-cosmos-db-conf-2026-preview


    Read More
  • Announcing general availability of Azure Confidential Computing (ACC) virtual machines for U.S. government environments

    calendar Mar 11, 2026 · devblogs.microsoft.com
    Announcing general availability of Azure Confidential Computing (ACC) virtual machines for U.S. government environments

    Government agencies have an increased need for secure, verifiable, and compliant cloud environments that adhere to data sovereignty regulations, operate in a Zero Trust framework, and help reduce exposure to insider threats. Today, Microsoft marks a major milestone in secure cloud innovation with the general …


    Read More
  • How do compilers ensure that large stack allocations do not skip over the guard page?

    calendar Mar 11, 2026 · devblogs.microsoft.com
    How do compilers ensure that large stack allocations do not skip over the guard page?

    Some time ago we took a closer look at the stack guard page and how a rogue stack access from another thread into the guard page could result in the guard page being lost. (And we used this information Link to article: https://devblogs.microsoft.com/oldnewthing/20260311-00/?p=112134


    Read More
  • .NET 11 Preview 2 is now available!

    calendar Mar 10, 2026 · devblogs.microsoft.com
    .NET 11 Preview 2 is now available!

    Today, we are excited to announce the second preview release of .NET 11! This release includes improvements across the .NET Runtime, SDK, libraries, ASP.NET Core, Blazor, .NET MAUI, F#, Entity Framework Core, container images, and more. Check out the full release notes linked below and get started today. [cta-button …


    Read More
  • .NET and .NET Framework March 2026 servicing releases updates

    calendar Mar 10, 2026 · devblogs.microsoft.com
    .NET and .NET Framework March 2026 servicing releases updates

    Welcome to our combined .NET servicing updates for March 2026. Let's get into the latest release of .NET & .NET Framework, here is a quick overview of what's new in our servicing releases: Security improvements .NET and .NET Framework has been refreshed with the latest update as of March 10, 2026. This update …


    Read More
  • Aspire Conf is Coming! Join us Live on March 23

    calendar Mar 10, 2026 · devblogs.microsoft.com
    Aspire Conf is Coming! Join us Live on March 23

    Mark your calendar and grab your new favorite t-shirt: Aspire Conf is happening March 23 at 9:00 AM PT, and everyone’s invited. Aspire Conf is our first online co Link to article: https://devblogs.microsoft.com/aspire/join-us-march-23-for-aspire-conf


    Read More
  • A snappy answer when asked about dressing casually at IBM

    calendar Mar 10, 2026 · devblogs.microsoft.com
    A snappy answer when asked about dressing casually at IBM

    I noted in the past that Microsoft engineers had trouble fitting into the IBM corporate culture when on temporary assignment at IBM offices in Boca Raton, Florida. In particular, they struggled wit Link to article: https://devblogs.microsoft.com/oldnewthing/20260310-00/?p=112131


    Read More
  • Extend your coding agent with .NET Skills

    calendar Mar 9, 2026 · devblogs.microsoft.com
    Extend your coding agent with .NET Skills

    Coding agents are becoming part of everyday development, but quality of responses and usefulness still depends on the best context as input. That context comes in different forms starting from your environment, the code in the workspace, the model training knowledge, previous memory, agent instructions, and of course …


    Read More
  • Announcing the Azure Skills Plugin

    calendar Mar 9, 2026 · devblogs.microsoft.com
    Announcing the Azure Skills Plugin

    Part 1 of the Azure Skills Plugin series Coding agents like GitHub Copilot and Claude Code are great at code, but getting your app to production on Azure is not just about writing co Link to article: https://devblogs.microsoft.com/all-things-azure/announcing-the-azure-skills-plugin


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top