.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • OpenAPI.NET: The Biggest Update Ever

    calendar Nov 13, 2025 · devblogs.microsoft.com
    OpenAPI.NET: The Biggest Update Ever

    Announcing the Biggest Update Ever: OpenAPI.NET v2 & v3 We are excited to announce two major releases of the OpenAPI.NET library—the most significant update since its launch in 2018. These updates ensure developers can build and document modern, interoperable APIs with the latest OpenAPI specifications. Link to …


    Read More
  • Python in Visual Studio Code - November 2025 Release

    calendar Nov 13, 2025 · devblogs.microsoft.com
    Python in Visual Studio Code - November 2025 Release

    We're excited to announce that the November 2025 release of the Python extension for Visual Studio Code is now available! This release includes the following announcements: Add Copilot Hover Summaries as docstring Localized Copilot Ho Link to article: …


    Read More
  • A first look at the all‑new UX in Visual Studio 2026

    calendar Nov 13, 2025 · devblogs.microsoft.com
    A first look at the all‑new UX in Visual Studio 2026

    Visual Studio 2026 introduces a refreshed user experience, thoughtfully crafted for clarity, accessibility, and a clean interface that feels right at home on Windows. This update is the result of extensive collaboration with developers and incorporates valuable feedback from the community. We’ve improved typography, …


    Read More
  • Cagent Comes to Docker Desktop with Built-In IDE Support through ACP

    calendar Nov 13, 2025 · docker.com
    Cagent Comes to Docker Desktop with Built-In IDE Support through ACP

    Docker Desktop now includes cagent bundled out of the box. This means developers can start building AI agents without a separate installation step. For those unfamiliar with cagent: it’s Docker’s open-source tool that lets you build AI agents using YAML configuration files instead of writing code. You define the …


    Read More
  • Could we use CTAD to simplify the use of WRL's Callback function?

    calendar Nov 13, 2025 · devblogs.microsoft.com
    Could we use CTAD to simplify the use of WRL's Callback function?

    Commenter Bwmat asked, "Can CTAD avoid the need for the lengthy type name in the last example?" This was in response to the rather lengthy type in the explicit specialization void MyClass::RegisterCompletion(ABI::IAsy Link to article: https://devblogs.microsoft.com/oldnewthing/20251113-00/?p=111787


    Read More
  • MCP Horror Stories: The WhatsApp Data Exfiltration Attack

    calendar Nov 13, 2025 · docker.com
    MCP Horror Stories: The WhatsApp Data Exfiltration Attack

    This is Part 5 of our MCP Horror Stories series, where we examine real-world security incidents that highlight the critical vulnerabilities threatening AI infrastructure and demonstrate how Docker’s comprehensive AI security platform provides protection against these threats. Model Context Protocol (MCP) promises …


    Read More
  • Understanding neural networks through sparse circuits

    calendar Nov 13, 2025 · openai.com/blog
    Understanding neural networks through sparse circuits

    OpenAI is exploring mechanistic interpretability to understand how neural networks reason. Our new sparse model approach could make AI systems more transparent and support safer, more reliable behavior. Link to article: https://openai.com/index/understanding-neural-networks-through-sparse-circuits


    Read More
  • Ensuring Seamless User Experience in Modernization Projects with AI‑Generated Stagehand and Playwright UI Tests

    calendar Nov 13, 2025 · devblogs.microsoft.com
    Ensuring Seamless User Experience in Modernization Projects with AI‑Generated Stagehand and Playwright UI Tests

    When modernizing legacy systems, the user interface often becomes the make-or-break factor for project success. While backend improvements matter, users interact with the frontend and that's where trust is built or broken. Using AI‑generated tools like Stagehand with Microsoft's Playwright helps ensure a smooth user …


    Read More
  • How Philips Is scaling AI literacy across 70,000 employees

    calendar Nov 13, 2025 · openai.com/blog
    How Philips Is scaling AI literacy across 70,000 employees

    Philips is scaling AI literacy with ChatGPT Enterprise, training 70,000 employees to use AI responsibly and improve healthcare outcomes worldwide. Link to article: https://openai.com/index/philips


    Read More
  • Introducing GPT-5.1 for developers

    calendar Nov 13, 2025 · openai.com/blog
    Introducing GPT-5.1 for developers

    GPT-5.1 is now available in the API, bringing faster adaptive reasoning, extended prompt caching, improved coding performance, and new apply_patch and shell tools. Link to article: https://openai.com/index/gpt-5-1-for-developers


    Read More
  • Google Summer of Code 2025: What Our Contributors Built

    calendar Nov 12, 2025 · blog.jetbrains.com
    Google Summer of Code 2025: What Our Contributors Built

    Congrats to all GSoC 2025 contributors and mentors! This year’s projects have made a real impact on the Kotlin ecosystem and the contributions are already being integrated, used, and appreciated. Thank you all for your hard work! Let’s take a closer look at this year’s projects: IntelliJ Platform Gradle Plugin – Gradle …


    Read More
  • Session Guide to Azure AI Foundry @ Microsoft Ignite: Must-See Developer Sessions

    calendar Nov 12, 2025 · devblogs.microsoft.com
    Session Guide to Azure AI Foundry @ Microsoft Ignite: Must-See Developer Sessions

    Microsoft Ignite 2025 is the ultimate opportunity for developers to dive deep into what’s new with Azure AI Foundry. We curated the top sessions designed for hands-on learning, practical demos, and expert insights. Whether you’re Link to article: https://devblogs.microsoft.com/foundry/ignitedevsessions


    Read More
  • Introducing Copilot auto model selection (preview)

    calendar Nov 12, 2025 · devblogs.microsoft.com
    Introducing Copilot auto model selection (preview)

    Faster responses, a lower chance of rate limiting, and 10% off premium requests for paid users - auto picks the best available model for each request based on current capacity and performance. With auto, you don't need to choose a specific model. Copilot automatical Link to article: …


    Read More
  • Perform wide-sweeping refactors using C++ code editing tools for GitHub Copilot

    calendar Nov 12, 2025 · devblogs.microsoft.com
    Perform wide-sweeping refactors using C++ code editing tools for GitHub Copilot

    [cta-button text="Sign up for our Private Preview" url="https://aka.ms/code-editing-tools-private-preview" color="btn-primary" align="center"] Refactoring a C++ codebase can often require tracking updates across various sections of multiple files to ensure accuracy and relevancy. …


    Read More
  • Optimize Your C++ Build Times with GitHub Copilot

    calendar Nov 12, 2025 · devblogs.microsoft.com
    Optimize Your C++ Build Times with GitHub Copilot

    Long build times are one of the top pain points for C++ projects. If you’ve ever waited too long for a C++ build to finish, you know how much it can slow down your productivity. In past years, we introduced C++ Build Insights to help you analyze traces and find bottlenecks. However, we know that Link to article: …


    Read More
  • Fix build issues using GitHub Copilot after upgrading MSVC Build Tools

    calendar Nov 12, 2025 · devblogs.microsoft.com
    Fix build issues using GitHub Copilot after upgrading MSVC Build Tools

    [cta-button text="Sign up for the Private Preview waitlist" url="https://www.surveymonkey.com/r/C2S6NV3" color="btn-primary" align="center"] A few problems have reared their heads at every company where I’ve worked on C++ as a Software Engineer over the past 20 years. For the …


    Read More
  • October 2025 (version 1.106)

    calendar Nov 12, 2025 · devblogs.microsoft.com
    October 2025 (version 1.106)

    Learn what is new in the Visual Studio Code October 2025 Release (1.106). Read the full article Link to article: https://devblogs.microsoft.com/vscode-blog/october-2025-(version-1.106)


    Read More
  • What Developers Really Mean by “Bad Code”

    calendar Nov 12, 2025 · blog.jetbrains.com
    What Developers Really Mean by “Bad Code”

    The phrase “bad code” gets thrown around in reviews and online forums all the time. But what does it actually mean? It’s a good example of the vague terms that occasionally make the rounds in developer circles without much to qualify them. We’ve collected opinions on the subject, metrics, and code risks that you can …


    Read More
  • Non-recursively deleting a binary tree in constant space: Rotating the tree

    calendar Nov 12, 2025 · devblogs.microsoft.com
    Non-recursively deleting a binary tree in constant space: Rotating the tree

    Another algorithm for non-recursively deleting the nodes of a binary tree comes from boost. Reading library code is a bit cumbersome because library code tries to be generic, but if you unwind the traits classes, you ge Link to article: https://devblogs.microsoft.com/oldnewthing/20251112-00/?p=111784


    Read More
  • Docker Desktop 4.50: Indispensable for Daily Development

    calendar Nov 12, 2025 · docker.com
    Docker Desktop 4.50: Indispensable for Daily Development

    Docker Desktop 4.50 represents a major leap forward in how development teams build, secure, and ship software. Across the last several releases, we've delivered meaningful improvements that directly address the challenges you face every day: faster debugging workflows, enterprise-grade security controls that don't get …


    Read More
    • ««
    • «
    • 1
    • 2
    • 3
    • 4
    • »
    • »»

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top