.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • How AI fixed my procrastination

    calendar Dec 22, 2025 · devblogs.microsoft.com
    How AI fixed my procrastination

    I struggled to get started. For ages, I kept putting off building this website, creating a new programming language for Visual Studio, and coming up with fresh color themes. Each project looked overwhelming, and I couldn’t find the time or motivation to jump in. It all just felt like too much at once. But when a …


    Read More
  • All the other cool languages have try...finally. C++ says "We have try...finally at home."

    calendar Dec 22, 2025 · devblogs.microsoft.com
    All the other cool languages have <code>try</code>...<code>finally</code>. C++ says "We have <code>try</code>...<code>finally</code> at home."

    Many languages¹ that have exceptions also have a finally clause, so you can write try { ⟦ stuff ⟧ } finally { always(); } A quick checks shows that this control structure exists in Java, C#, Python, JavaScript, but not C++. C++ says, "We have try...finally at home." Link to article: …


    Read More
  • The New Test Run Hub is Going Generally Available!

    calendar Dec 22, 2025 · devblogs.microsoft.com
    The New Test Run Hub is Going Generally Available!

    Delivering high-quality software requires clarity, speed, and collaboration. That’s why we introduced the New Test Run Hub in Azure Test Plans. A modern, streamlined experience designed to make test execution and analysis fast and Link to article: …


    Read More
  • Azure Developer CLI (azd) Dec 2025 - Extensions Enhancements, Foundry Rebranding, and Azure Pipelines Improvements

    calendar Dec 19, 2025 · devblogs.microsoft.com
    Azure Developer CLI (azd) Dec 2025 - Extensions Enhancements, Foundry Rebranding, and Azure Pipelines Improvements

    Welcome to the December 2025 edition of the Azure Developer CLI (azd) release blog—our final release of the year! This post covers releases 1.22.0 through 1.22.5, wrapping up 2025. To share your feedback and questions, join the December release discussion on GitHub. Link to article: …


    Read More
  • Work item linking for Advanced Security alerts now available

    calendar Dec 19, 2025 · devblogs.microsoft.com
    Work item linking for Advanced Security alerts now available

    Security vulnerabilities don't fix themselves. Someone needs to track them, prioritize them, and actually ship the fix. If you've ever tried to manage security alerts alongside your regular sprint work, though, you know the friction: you're looking at an alert in one tab, switching to your backlog in another, trying to …


    Read More
  • A shortcut gives me a weird path for a program shortcut that doesn't point to the executable, so what is it?

    calendar Dec 19, 2025 · devblogs.microsoft.com
    A shortcut gives me a weird path for a program shortcut that doesn't point to the executable, so what is it?

    Say you have a shortcut file and you want to see what its target is. The natural thing to do is to call IShellLink::GetPath, which returns S_FALSE if the shortcut does not target a path, or returns S_OK and a path to the target. But for some shortcuts, it returns S_OK but produces a Link to article: …


    Read More
  • What’s new in Microsoft Foundry | October and November 2025

    calendar Dec 19, 2025 · devblogs.microsoft.com
    What’s new in Microsoft Foundry | October and November 2025

    TL;DR Move from prototype to production in hours, not weeks: The new Microsoft Agent Framework and Hosted Agents let you build, test, and deploy multi-agent AI systems with enterprise-grade security—no Kubernetes or container headaches. Orchestrate any model, anywhere: Model Link to article: …


    Read More
  • AI Coding Agents and Domain-Specific Languages: Challenges and Practical Mitigation Strategies

    calendar Dec 18, 2025 · devblogs.microsoft.com
    AI Coding Agents and Domain-Specific Languages: Challenges and Practical Mitigation Strategies

    Introduction AI coding agents/assistants such as GitHub Copilot have become common in modern software engineering workflows. Their strengths—rapid pattern completion, context-aware suggestions, and the ability to learn style from local code—stem from broad training on large corpora of public, general-purpose code. …


    Read More
  • Concluding thoughts on our deep dive into Windows clipboard text conversion

    calendar Dec 18, 2025 · devblogs.microsoft.com
    Concluding thoughts on our deep dive into Windows clipboard text conversion

    For the past few articles (starting with conversion between CF_OEM­TEXT and CF_TEXT), we've been looking at how Windows performs text conversion Link to article: https://devblogs.microsoft.com/oldnewthing/20251218-00/?p=111882


    Read More
  • Introducing the Copilot Studio + Azure AI Search Solution

    calendar Dec 18, 2025 · devblogs.microsoft.com
    Introducing the Copilot Studio + Azure AI Search Solution

    Introduction: The Challenge In the early days of Microsoft Copilot Studio, our team noticed a recurring pattern. Across customer engagements, organizations were consistently struggling to integrate copilots with Azure AI Search. Organizations were consistently struggling to integrate copilot with Azure AI Search - not …


    Read More
  • Unlock the power of distributed graph databases with JanusGraph and Azure Apache Cassandra

    calendar Dec 17, 2025 · devblogs.microsoft.com
    Unlock the power of distributed graph databases with JanusGraph and Azure Apache Cassandra

    Connecting the Dots: How Graph Databases Drive Innova Link to article: https://devblogs.microsoft.com/cosmosdb/janusgraph-azure-cassandra-graph-databases


    Read More
  • Celebrating 10 Years of DirectX 12

    calendar Dec 17, 2025 · devblogs.microsoft.com
    Celebrating 10 Years of DirectX 12

    DirectX12 shipped in 2015 with a simple goal: give developers more control so games run faster, look better, and scale across Windows PC and console. Over the last decade, DirectX 12 delivered on that promise. We added features and made it easier for developers to focus on gameplay & graphics by providing more …


    Read More
  • Aspire 13.1 - Our holiday gift to you

    calendar Dec 17, 2025 · devblogs.microsoft.com
    Aspire 13.1 - Our holiday gift to you

    Aspire 13.1 - Our holiday gift to you 🎁 Before we head off for the holidays, we wanted to leave you with one more release. Aspire 13.1 is packed with improvements to make your AI coding assistants first-class citizens in your development workflow, along with CLI enhancements, dashboard refinements, and streamlined …


    Read More
  • Deducing the consequences of Windows clipboard text formats on UTF-8

    calendar Dec 17, 2025 · devblogs.microsoft.com
    Deducing the consequences of Windows clipboard text formats on UTF-8

    We've been looking at how Windows performs automatic conversion between the three text formats CF_TEXT, CF_OEM­TEXT, and CF_UNICODE­TEXT. The use of UTF-8 as the 8-bit character set is growing in popularity, and Link to article: https://devblogs.microsoft.com/oldnewthing/20251217-00/?p=111880


    Read More
  • Unlock your email potential with Schema.org

    calendar Dec 17, 2025 · devblogs.microsoft.com
    Unlock your email potential with Schema.org

    Email is a key part of how people get things done, whether it’s booking a reservation, confirming a package delivery, or managing a cab reservation. But as inboxes become increasingly cluttered, important transactional information often gets buried. Users are forced to open multip Link to article: …


    Read More
  • Beyond Ergonomics: How the Azure Command Launcher for Java Improves GC Stability and Throughput on Azure VMs

    calendar Dec 16, 2025 · devblogs.microsoft.com
    Beyond Ergonomics: How the Azure Command Launcher for Java Improves GC Stability and Throughput on Azure VMs

    In our previous blog we introduced Azure Command Launcher for Java (jaz) —a safe, resource-aware way to launch the JVM without hand-tuning dozens of flags. This follow-up shares performance results, focusing on Link to article: …


    Read More
  • C++ code editing tools for GitHub Copilot: now in Public Preview

    calendar Dec 16, 2025 · devblogs.microsoft.com
    C++ code editing tools for GitHub Copilot: now in Public Preview

    In November, we introduced C++ code editing tools for GitHub Copilot as a Private Preview, focusing on partnering with customers to tackle one of the common, taxing challenges for C++ development: refactoring at s Link to article: …


    Read More
  • Microsoft.Testing.Platform Now Fully Supported in Azure DevOps

    calendar Dec 16, 2025 · devblogs.microsoft.com
    Microsoft.Testing.Platform Now Fully Supported in Azure DevOps

    Earlier this year, we announced that all major .NET test frameworks now support Microsoft.Testing.Platform. The next logical step? Making sure it works seamlessly with your CI/CD pipelines. Today, we're announcing comprehensive Azure DevOps integration for Microsof Link to article: …


    Read More
  • Debugging, but Without the Drama (A Visual Studio 2026 Story)

    calendar Dec 16, 2025 · devblogs.microsoft.com
    Debugging, but Without the Drama (A Visual Studio 2026 Story)

    It starts the way these things always start. A red build. Link to article: https://devblogs.microsoft.com/visualstudio/visual-studio-2026-debugging-with-copilot


    Read More
  • Why is the Windows clipboard taking the scenic route when converting from CF_TEXT to CF_OEM­TEXT?

    calendar Dec 16, 2025 · devblogs.microsoft.com
    Why is the Windows clipboard taking the scenic route when converting from <CODE>CF_<WBR>TEXT</CODE> to <CODE>CF_<WBR>OEM­TEXT</CODE>?

    Our investigation of why the CF_OEM­TEXT clipboard format is not being created from CF_TEXT via Ansi­To­Oem led us to the realization that Link to article: https://devblogs.microsoft.com/oldnewthing/20251216-00/?p=111873


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top