.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Announcing GPT-5.2 Availability in Azure for U.S. Government Secret and Top Secret Clouds

    calendar Jan 15, 2026 · devblogs.microsoft.com
    Announcing GPT-5.2 Availability in Azure for U.S. Government Secret and Top Secret Clouds

    Today, we are excited to announce that GPT-5.2, Azure OpenAI’s newest frontier reasoning model, is available in Microsoft Azure for U.S. Government Secret and Top Secret cloud environments. This release marks another significant milestone in our mission to b Link to article: …


    Read More
  • When programs assume that the system will never change, episode 4: Stealing strings

    calendar Jan 15, 2026 · devblogs.microsoft.com
    When programs assume that the system will never change, episode 4: Stealing strings

    A customer had a program that automated a workflow, and one of the steps was to run a console program that came with Windows, and that console program printed a confirmation prompt "Are you sure (Y/N)?". They wanted to programmatically say Yes, but since the customer had employees around the world, they …


    Read More
  • Announcing Microsoft Entra PowerShell v1.2.0

    calendar Jan 15, 2026 · devblogs.microsoft.com
    Announcing Microsoft Entra PowerShell v1.2.0

    We are excited to introduce Microsoft Entra PowerShell v1.2.0, a major update that delivers full support for Agent Identity Blueprints, expanded application configuration capabilities, and modernized invitation APIs aligned with Microsoft Graph Link to article: …


    Read More
  • Copilot Memories

    calendar Jan 15, 2026 · devblogs.microsoft.com
    Copilot Memories

    Are you wasting time reviewing code for nits on code standards, project preferences, or important contribution guidelines? Link to article: https://devblogs.microsoft.com/visualstudio/copilot-memories


    Read More
  • Azure Cosmos DB Conf 2026 — Call for Proposals Is Now Open

    calendar Jan 15, 2026 · devblogs.microsoft.com
    Azure Cosmos DB Conf 2026 — Call for Proposals Is Now Open

    Every production system has a story behind it. The scaling limit you didn’ Link to article: https://devblogs.microsoft.com/cosmosdb/azure-cosmos-db-conf-2026-call-for-proposals-is-open


    Read More
  • Building docfind: Fast Client-Side Search with Rust and WebAssembly

    calendar Jan 15, 2026 · devblogs.microsoft.com
    Building docfind: Fast Client-Side Search with Rust and WebAssembly

    How we built docfind, a high-performance client-side search engine using Rust and WebAssembly, and how GitHub Copilot accelerated development. Read the full article Link to article: https://devblogs.microsoft.com/vscode-blog/building-docfind:-fast-client-side-search-with-rust-and-webassembly


    Read More
  • Copilot Studio Extension for Visual Studio Code Is Now Generally Available

    calendar Jan 14, 2026 · devblogs.microsoft.com
    Copilot Studio Extension for Visual Studio Code Is Now Generally Available

    If you build agents with the Copilot Studio extension for Visual Studio Code, you already know the fastest way to iterate is to treat your agent like software: version it, review changes, and promote it through environments with confidence. Today, the Microsoft Copilot Studio extension fo Link to article: …


    Read More
  • Announcing Agent Academy: Operative

    calendar Jan 14, 2026 · devblogs.microsoft.com
    Announcing Agent Academy: Operative

    Earlier this year, we launched Agent Academy: Recruit, a foundational learning path designed to help makers and developers get started with building agents in Copilot Studio. The response exceeded our expectations. Since launch, thousands of learners have worked through the Recruit Link to article: …


    Read More
  • Adding Aspire to a Python RAG Application

    calendar Jan 14, 2026 · devblogs.microsoft.com
    Adding Aspire to a Python RAG Application

    Adding Aspire to a Python RAG Application Imagine you're developing a RAG (Retrieval Augmented Generation) application with a Python backend, TypeScript frontend, and a few different Azure services. Your local development setup requires multiple terminal windows, hardcoded ports scattered across config files, and a …


    Read More
  • Clipping the focus item when looking for its on-screen location, part 3

    calendar Jan 14, 2026 · devblogs.microsoft.com
    Clipping the focus item when looking for its on-screen location, part 3

    Last time, we clipped the focus item to the accessible parent so that we considered only the visible portion of the item. But we found that this failed to clip some items, such as it Link to article: https://devblogs.microsoft.com/oldnewthing/20260114-00/?p=111986


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

    calendar Jan 13, 2026 · devblogs.microsoft.com
    .NET and .NET Framework January 2026 servicing releases updates

    Welcome to our combined .NET servicing updates for January 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: Update Overview .NET and .NET Framework has been refreshed with the latest update as of January 09, 2026. This update …


    Read More
  • Clipping the focus item when looking for its on-screen location, part 2

    calendar Jan 13, 2026 · devblogs.microsoft.com
    Clipping the focus item when looking for its on-screen location, part 2

    Last time, we clipped the focus item to the containing window so that we considered only the visible portion of the item. But we found that some programs use a dummy 0×0 window as their win Link to article: https://devblogs.microsoft.com/oldnewthing/20260113-00/?p=111984


    Read More
  • Powering Real-Time Gaming Experiences with Azure Cosmos DB for NoSQL

    calendar Jan 13, 2026 · devblogs.microsoft.com
    Powering Real-Time Gaming Experiences with Azure Cosmos DB for NoSQL

    Scenario: When Every Millisecond Counts in Gaming Imagine millions of players logging in at the exact moment a new game season launches. Leaderboards light up, achievements tally, and in-game shops buzz with transactions. In these high-stakes moments, speed and reliability aren’t opt Link to article: …


    Read More
  • How to Build Android Widgets with .NET MAUI

    calendar Jan 12, 2026 · devblogs.microsoft.com
    How to Build Android Widgets with .NET MAUI

    This is a guest blog from Toine de Boer. This blog takes a look at the Android side of the interactive widget created in the previous blog on iOS Widgets. Android is gen Link to article: https://devblogs.microsoft.com/dotnet/how-to-build-android-widgets-with-dotnet-maui


    Read More
  • Aspire for JavaScript developers

    calendar Jan 12, 2026 · devblogs.microsoft.com
    Aspire for JavaScript developers

    Remember when Aspire was just for .NET folks? Yeah, those days are over. With Aspire 13, JavaScript and TypeScript developers get to join the party—and I'm not talking about some half-baked afterthought integration. This is first-class, full-featured support for orchestrating your JavaScript apps in distributed …


    Read More
  • How We Synchronize .NET's Virtual Monorepo

    calendar Jan 12, 2026 · devblogs.microsoft.com
    How We Synchronize .NET's Virtual Monorepo

    In our previous post "Reinventing how .NET Builds and Ships", Matt covered our recent overhaul of .NET's building and shipping processes. A key part of this multi-year effort, which we called Unified Build, is the introduction of the Vi Link to article: …


    Read More
  • Clipping the focus item when looking for its on-screen location

    calendar Jan 12, 2026 · devblogs.microsoft.com
    Clipping the focus item when looking for its on-screen location

    Last time, we used Active Accessibility to locate the focus item, but I noted that there was a quirk. The quirk is that the focus item might be clipped. For example, if you ta Link to article: https://devblogs.microsoft.com/oldnewthing/20260112-00/?p=111980


    Read More
  • Using Active Accessibility to find out where the focus item is

    calendar Jan 9, 2026 · devblogs.microsoft.com
    Using Active Accessibility to find out where the focus item is

    Last time, we learned how to use Active Accessibility to find the caret, but what if the focus is not on an edit control? In that case, we want to find the focus object. GUITHREA Link to article: https://devblogs.microsoft.com/oldnewthing/20260109-00/?p=111976


    Read More

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top