.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Introducing the Azure Cosmos DB Agent Kit: Your AI Pair Programmer Just Got Smarter

    calendar Jan 22, 2026 · devblogs.microsoft.com
    Introducing the Azure Cosmos DB Agent Kit: Your AI Pair Programmer Just Got Smarter

    The Azure Cosmos DB Agent Kit is an open-source collection of skills that teaches your AI coding assistant (GitHub Copilot, Claude Code, Gemini CLI) expert-level Azure Cosmos DB best practices. Install with one command, get production-ready g Link to article: …


    Read More
  • A simple helper function for attaching a progress handler to a Windows Runtime IAsync­Action­With­Progress or IAsync­Operation­With­Progress

    calendar Jan 22, 2026 · devblogs.microsoft.com
    A simple helper function for attaching a progress handler to a Windows Runtime IAsync­Action­With­Progress or IAsync­Operation­With­Progress

    The Windows Runtime has interfaces IAsync­Action and IAsync­Operation which represent asynchronous activity: The function starts the work and returns immediately, and then it calls you back when the work completes. Most language projections allow you to treat these as coroutines, so you can await Link to article: …


    Read More
  • Now in Public Preview: GitHub Copilot build performance for Windows

    calendar Jan 21, 2026 · devblogs.microsoft.com
    Now in Public Preview: GitHub Copilot build performance for Windows

    Last year, we launched our new GitHub Copilot build performance capabilities in Private Preview. With help from our fantastic C++ community, we gathered insights and addressed key feedback. We’re happy to share that GitHub Copilot build performance for Windows is now in Public Preview. Today, all C++ developers can try …


    Read More
  • On the proper usage of a custom Win32 dialog class

    calendar Jan 21, 2026 · devblogs.microsoft.com
    On the proper usage of a custom Win32 dialog class

    Some time ago, I discussed custom dialog classes. You can specify that a dialog template use your custom dialog class by putting the custom class's name in the CLASS statement of the dialog template. A c Link to article: https://devblogs.microsoft.com/oldnewthing/20260121-00/?p=112002


    Read More
  • Context-Driven Development: Agent Skills for Microsoft Foundry and Azure

    calendar Jan 21, 2026 · devblogs.microsoft.com
    Context-Driven Development: Agent Skills for Microsoft Foundry and Azure

    Code will be generated, not written. Working with 100+ companies, I have seen this firsthand: most enterprise workloads taking dependencies on AI SDKs are usually net-new microservices. Hardly anyone has Windows-scale codebases for their new AI features. This is modular, greenfield work. Perfect for coding agents. The …


    Read More
  • Introducing Azure Performance Diagnostics Tool for Java: Automated Java Performance Analysis in Kubernetes via Azure SRE Agent

    calendar Jan 20, 2026 · devblogs.microsoft.com
    Introducing Azure Performance Diagnostics Tool for Java: Automated Java Performance Analysis in Kubernetes via Azure SRE Agent

    We're excited to announce that the Azure Performance Diagnostics Tool for Java is now available for preview as part of the Azure SRE Agent platform, bringing intelligent, automated Java performance diagnoses. Currently supporting Java workloads deployed to Azure Kubernetes S Link to article: …


    Read More
  • PIX 2601.15 - new Intel plugin, many buffer viewer improvements, and more

    calendar Jan 20, 2026 · devblogs.microsoft.com
    PIX 2601.15 - new Intel plugin, many buffer viewer improvements, and more

    Today we released PIX version 2601.15, which can be downloaded here. This release includes everything in the previous 2509.25 release, plus: A new Intel plugin with many new featu Link to article: https://devblogs.microsoft.com/pix/pix-2601-15


    Read More
  • Go 1.25.6-1 and 1.24.12-1 Microsoft builds now available

    calendar Jan 20, 2026 · devblogs.microsoft.com
    Go 1.25.6-1 and 1.24.12-1 Microsoft builds now available

    A new release of the Microsoft build of Go including security fixes is now available for download. For more information about this release and the changes included, see the table below: Microsoft Release Upstream Tag Link to article: …


    Read More
  • Microspeak: On fire, putting out fires

    calendar Jan 20, 2026 · devblogs.microsoft.com
    Microspeak: On fire, putting out fires

    Remember, Microspeak is not necessarily jargon exclusive to Microsoft, but it's jargon that you need to know if you work at Microsoft. When something has gone horribly wrong and requires immediate attention, one way to describe it is to say that it is on fire. The obvious metaphor here is that the situation is so …


    Read More
  • PowerToys 0.97 is here: a big Command Palette update and a new mouse utility

    calendar Jan 20, 2026 · devblogs.microsoft.com
    PowerToys 0.97 is here: a big Command Palette update and a new mouse utility

    Link to article: https://devblogs.microsoft.com/commandline/powertoys-0-97-is-here-a-big-command-palette-update-and-a-new-mouse-utility


    Read More
  • Azure Boards additional field filters (private preview)

    calendar Jan 19, 2026 · devblogs.microsoft.com
    Azure Boards additional field filters (private preview)

    We’re excited to announce a limited private preview that introduces the ability to add additional fields as filters on both the backlog and Kanban boards. This feature has been a long-standing request from the developer com Link to article: …


    Read More
  • What was the secret sauce that allows for a faster restart of Windows 95 if you hold the shift key?

    calendar Jan 19, 2026 · devblogs.microsoft.com
    What was the secret sauce that allows for a faster restart of Windows 95 if you hold the shift key?

    Commenter Otul Osan wondered what was happening when the user held the Shift key when restarting Windows. Windows displays the message "Windows is restarting" rather than doing a full cold restart of the system. Link to article: https://devblogs.microsoft.com/oldnewthing/20260119-06/?p=111995


    Read More
  • 🚀React Native Windows v0.81 is here!!

    calendar Jan 19, 2026 · devblogs.microsoft.com
    🚀React Native Windows v0.81 is here!!

    App developers require performance, stability, and cross-platform consistency such as fast startups, smooth UI, and seamless code sharing across Windows, Android, and iOS as these factors directly impact user experience, development efficiency, and business outcomes. High performance and stability ensure apps run …


    Read More
  • What's new with Azure Repos?

    calendar Jan 16, 2026 · devblogs.microsoft.com
    What's new with Azure Repos?

    We thought it was a good time to check in and highlight some of the work happening in Azure Repos. In this post, we’ve covered several recent improvements, along with a preview of features that are coming soon. To stay up to date, be sure to visit the Link to article: …


    Read More
  • How can I get the tab index number from a dialog box control?

    calendar Jan 16, 2026 · devblogs.microsoft.com
    How can I get the tab index number from a dialog box control?

    A customer wanted to retrieve the TabIndex of a dialog box control. They were able to get its class name and Link to article: https://devblogs.microsoft.com/oldnewthing/20260116-00/?p=111991


    Read More
  • Part 1: Building Your First Serverless HTTP API on Azure with Azure Functions & FastAPI

    calendar Jan 16, 2026 · devblogs.microsoft.com
    Part 1: Building Your First Serverless HTTP API on Azure with Azure Functions & FastAPI

    Introduction This post is Part 1 of the series Serverless Application Development with Azure Functions and Az Link to article: https://devblogs.microsoft.com/cosmosdb/building-your-first-serverless-http-api-on-azure-with-azure-functions-fastapi


    Read More
  • Evaluate Small Language Model Function Calling using the Azure AI Evaluation SDK

    calendar Jan 16, 2026 · devblogs.microsoft.com
    Evaluate Small Language Model Function Calling using the Azure AI Evaluation SDK

    Introduction In recent years, Small Language Models (SLMs) have become increasingly important. SLMs are language models with far fewer parameters and use significantly fewer resources than their Large Language Model (LLM) counterparts, while still achieving comparable performance in specific tasks. SLMs are ideal for …


    Read More

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top