.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Roadmap for AI in Visual Studio (February)

    calendar Feb 4, 2026 · devblogs.microsoft.com
    Roadmap for AI in Visual Studio (February)

    After a busy January (catch up here), we're shifting focus to reliability and refinement. This month is about Link to article: https://devblogs.microsoft.com/visualstudio/roadmap-for-ai-in-visual-studio-february


    Read More
  • Auto-install azd extensions in dev containers

    calendar Feb 4, 2026 · devblogs.microsoft.com
    Auto-install `azd` extensions in dev containers

    Auto-install azd extensions in dev containers Welcome to the first azd mini blog! Things move fast - new features ship, and it's easy to miss something useful. These short posts (1-minute reads, we promise) highlight features the team ships that you want to know about. No fluff, just what it is, why it m Link to …


    Read More
  • MSVC Build Tools Versions 14.30 – 14.43 Now Available in Visual Studio 2026

    calendar Feb 4, 2026 · devblogs.microsoft.com
    MSVC Build Tools Versions 14.30 – 14.43 Now Available in Visual Studio 2026

    When Visual Studio 2026 reached General Availability in November, it included several versions of the Microsoft C++ (MSVC) Build Tools: 14.50 (initially shipped with Visual Studio 2026) 14.44 (initially Link to article: …


    Read More
  • Azure Boards integration with GitHub Copilot includes custom agent support

    calendar Feb 4, 2026 · devblogs.microsoft.com
    Azure Boards integration with GitHub Copilot includes custom agent support

    We recently released the GitHub Copilot Coding Agent for Azure Boards to all customers. If you’re not already familiar with it, we recommend taking a few minutes to read this blog post for an overview and details. One of the top requests from cust Link to article: …


    Read More
  • WinGet Configuration: Set up your dev machine in one command

    calendar Feb 4, 2026 · devblogs.microsoft.com
    WinGet Configuration: Set up your dev machine in one command

    I've set up a lot of dev machines in my life. Traditionally, this takes a lot of time to get everything just right, but now there's a faster way with WinGet Configuration files. Let me show you how to go from a fresh Windows install to a fully configured Link to article: …


    Read More
  • January 2026 (version 1.109)

    calendar Feb 4, 2026 · devblogs.microsoft.com
    January 2026 (version 1.109)

    Learn what is new in the Visual Studio Code January 2026 Release (1.109). Read the full article Link to article: https://devblogs.microsoft.com/vscode-blog/january-2026-(version-1.109)


    Read More
  • January 2026 Insiders (version 1.109)

    calendar Feb 4, 2026 · devblogs.microsoft.com
    January 2026 Insiders (version 1.109)

    Learn what is new in the Visual Studio Code January 2026 Release (1.109). Read the full article Link to article: https://devblogs.microsoft.com/external-blogs/january-2026-insiders-version-1-109


    Read More
  • The OS for Intelligence: How GitHub Bridges the Fragmented AI Landscape

    calendar Feb 4, 2026 · devblogs.microsoft.com
    The OS for Intelligence: How GitHub Bridges the Fragmented AI Landscape

    We are currently living through the "fragmentation phase" of the AI revolution. If you’re a developer, you know the drill: You have Link to article: https://devblogs.microsoft.com/all-things-azure/the-os-for-intelligence-how-github-bridges-the-fragmented-ai-landscape


    Read More
  • Super Bowl LX creates an opportunity for symphonic friendly wagering

    calendar Feb 4, 2026 · devblogs.microsoft.com
    Super Bowl LX creates an opportunity for symphonic friendly wagering

    This upcoming Sunday is Super Bowl LX, the championship game of the top professional American football league. The Super Bowl thinks that it is so important that it uses Roman numerals.) The Super Bowl is the single largest sporting event in the United States. Link to article: …


    Read More
  • How can I prevent the user from changing the widths of ListView columns?

    calendar Feb 4, 2026 · devblogs.microsoft.com
    How can I prevent the user from changing the widths of ListView columns?

    Suppose you are using a Win32 ListView control in report mode, and you've got all your columns set up perfectly, and you don't want the user to resize them. How do you do that? There is no ListView style for preventing column resize, but there is a header control style to prevent sizing: HDS_NOSIZING. This style Link …


    Read More
  • Deprecation notice: Teams Live Events meeting creation via Microsoft Graph

    calendar Feb 3, 2026 · devblogs.microsoft.com
    Deprecation notice: Teams Live Events meeting creation via Microsoft Graph

    We’re announcing an important change for developers using Microsoft Graph APIs to create Teams Live Events. Starting March 31, 2026, the beta endpoint will no longer support the isBroadcast property of the on Link to article: …


    Read More
  • Part 2: Building a Python CRUD API with Azure Functions and Azure Cosmos DB

    calendar Feb 3, 2026 · devblogs.microsoft.com
    Part 2: Building a Python CRUD API with Azure Functions and Azure Cosmos DB

    Series: Building Serverless Applications with Azure Functions and Azure Cosmos DB In the first post of this series, we focused on establishing the fundamentals of serverless architectur Link to article: https://devblogs.microsoft.com/cosmosdb/part-2-building-a-python-crud-api-with-azure-functions-and-azure-cosmos-db


    Read More
  • Performance improvements to MEF-based editor productivity extensions

    calendar Feb 3, 2026 · devblogs.microsoft.com
    Performance improvements to MEF-based editor productivity extensions

    If you use editor productivity extensions for Visual Studio 2026, there's good news—they can now load faster! Extension developers with existing MEF-based editor productivity extensions should read this blog to learn about recent changes and how they might be affected. Link to article: …


    Read More
  • Some small stories about the giant satellite dish antenna that was behind Microsoft Building 11

    calendar Feb 3, 2026 · devblogs.microsoft.com
    Some small stories about the giant satellite dish antenna that was behind Microsoft Building 11

    Back in the day, if you wandered into the parking area behind Building 11 on the original Redmond Microsoft campus, you would find a very large satellite dish antenna. This antenna was used for receiving video signals, such as cable television feeds for distribution to the Redmond campus. One purpose was to provide …


    Read More
  • Azure Cosmos DB Data Explorer now supports Dark Mode

    calendar Feb 2, 2026 · devblogs.microsoft.com
    Azure Cosmos DB Data Explorer now supports Dark Mode

    If you spend time in the Azure Portal’s using Azure Cosmos DB Data Explorer, you know it’s a “lots of screens, lots of tabs, lots of work happening” kind of place. So I’m excited to share a small upgrade that makes a big difference: Dark Mode is now supported in Cosmos DB Data Explorer. Link to article: …


    Read More
  • Studying compiler error messages closely: Input file paths

    calendar Feb 2, 2026 · devblogs.microsoft.com
    Studying compiler error messages closely: Input file paths

    A colleague was working in a project that used a number of data files to configure how the program worked. They wanted one portion of the configuration file to be included only if a particular build flag was set. Let's say that the configuration file is C:\repos\contoso\config\Contoso.config. & Link to article: …


    Read More
  • Build AI Agents with Claude Agent SDK and Microsoft Agent Framework

    calendar Jan 30, 2026 · devblogs.microsoft.com
    Build AI Agents with Claude Agent SDK and Microsoft Agent Framework

    Microsoft Agent Framework now integrates with the Claude Agent SDK, enabling you to build AI agents powered by Claude's full agentic capabilities. This integration brings together the Agent Framework's consistent agent abstraction with Claude's powerful features, including fil Link to article: …


    Read More
  • Why not store the SAFEARRAY reference count as a hidden allocation next to the SAFEARRAY?

    calendar Jan 30, 2026 · devblogs.microsoft.com
    Why not store the <code>SAFEARRAY</code> reference count as a hidden allocation next to the <code>SAFEARRAY</code>?

    When I described how Safe­Array­Add­Ref keeps its reference count in a side table, commenter Koro Unhallowed wondered Link to article: https://devblogs.microsoft.com/oldnewthing/20260130-00/?p=112025


    Read More
  • Azure Developer CLI (azd) - January 2026: Configuration & Performance

    calendar Jan 30, 2026 · devblogs.microsoft.com
    Azure Developer CLI (azd) - January 2026: Configuration & Performance

    Welcome to the round up of the azd releases in January 2026! This blog post (covers release versions 1.23.0, 1.23.1, Link to article: https://devblogs.microsoft.com/azure-sdk/azure-developer-cli-azd-january-2026


    Read More
  • Azure SDK Release (January 2026)

    calendar Jan 29, 2026 · devblogs.microsoft.com
    Azure SDK Release (January 2026)

    Thank you for your interest in the new Azure SDKs! We release new features, improvements, and bug fixes every month. Subscribe to our Azure SDK Blog RSS Feed to get notified when a new release is available. You can find links to packages, code, and docs on our Link to article: …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top