.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Windows App Development CLI v0.6 - create new WinUI applications, sign packages with Azure, and more

    calendar Aug 14, 2026 · devblogs.microsoft.com
    Windows App Development CLI v0.6 - create new WinUI applications, sign packages with Azure, and more

    Link to article: https://devblogs.microsoft.com/ifdef-windows/windows-app-development-cli-v0-6-create-new-winui-applications-sign-packages-with-azure-and-more


    Read More
  • Forcing an ARM64X executable to run as a specific architecture

    calendar Aug 14, 2026 · devblogs.microsoft.com
    Forcing an ARM64X executable to run as a specific architecture

    ARM64X is a fat binary Windows executable and DLL format for 64-bit ARM systems. For DLLs, the choice is clear, since only one of them will work: The version of the DLL that is loaded is the one that matches the host process. If the host process uses the Windows ARM64 ABI, then the ARM Link to article: …


    Read More
  • Go 1.26.6-1 and 1.25.13-1 Microsoft builds now available

    calendar Aug 14, 2026 · devblogs.microsoft.com
    Go 1.26.6-1 and 1.25.13-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
  • Git-APE SaaS Factory

    calendar Aug 14, 2026 · devblogs.microsoft.com
    Git-APE SaaS Factory

    Agentic Platform Engineering for SaaS. Link to article: https://devblogs.microsoft.com/all-things-azure/git-ape-saas-factory


    Read More
  • Routing and Failover for Microsoft.Extensions.AI

    calendar Aug 13, 2026 · devblogs.microsoft.com
    Routing and Failover for Microsoft.Extensions.AI

    As AI adoption scales, cost, uptime, and latency become first-class constraints on application architecture. Routing between models or providers is a lever on all three at once. These new Microsoft.Extensions.AI primitives handle it directly: route by message content, fail over when a provider goes down, or build your …


    Read More
  • Your best friend: BlockOnPossibleDataLoss=True

    calendar Aug 13, 2026 · devblogs.microsoft.com
    Your best friend: BlockOnPossibleDataLoss=True

    Let's start with an admission: developers all hate BlockOnPossibleDataLoss. It is the bane of a smooth development workflow, as significant schema changes can block deployment because of BlockOnPossibleDataLoss. Having said that, there's more to life than the developer's local loop. In fact, it's arguable that the loc …


    Read More
  • Clearer Build Optimization Results with GitHub Copilot

    calendar Aug 13, 2026 · devblogs.microsoft.com
    Clearer Build Optimization Results with GitHub Copilot

    We know that slow builds are a consistent theme in feedback from C++ developers. Your feedback helped us to shape GitHub Copilot build performance for Windows, an agent that can trace your build, find bottlenecks, apply optimizations, and measure the result. When using the agent, the clearest outcome is a …


    Read More
  • MSVC Build Tools Preview updates - August 2026

    calendar Aug 13, 2026 · devblogs.microsoft.com
    MSVC Build Tools Preview updates - August 2026

    The MSVC Build Tools Preview is updated regularly with the latest features and fixes from the MSVC development team. This post covers updates from the past month, currently targeting the v14.52 release. This encompasses changes across the compiler frontend, backend, linker, standard library, and related tools. Although …


    Read More
  • Building Agents for Teams: Managing the noise of collaboration

    calendar Aug 13, 2026 · devblogs.microsoft.com
    Building Agents for Teams: Managing the noise of collaboration

    Most of us are familiar with one-to-one agent chats: private, direct interactions where rules are relatively simple. With only you and the agent, each moment has clear intent. You can ask follow-up questions, pause, or restart without worrying about how each exchange affects anyone else. Collaboration in groups works …


    Read More
  • From Sync APIs to support for the GPT-5 model series and agentic workflows: What's new in Azure Content Understanding - August 2026

    calendar Aug 12, 2026 · devblogs.microsoft.com
    From Sync APIs to support for the GPT-5 model series and agentic workflows: What's new in Azure Content Understanding - August 2026

    Enterprise content is no longer just something people read. AI apps and agents are only as useful as the information they can understand, yet much of the world’s enterprise knowledge is locked in documents, forms, tables, images, audio, and video. The latest Azure Content Understanding updates help developers turn that …


    Read More
  • Azure Content Understanding GPT-5 Series Guide: Model Selection, Grounding Improvements, and Confidence Enhancements

    calendar Aug 12, 2026 · devblogs.microsoft.com
    Azure Content Understanding GPT-5 Series Guide: Model Selection, Grounding Improvements, and Confidence Enhancements

    Enterprise content is no longer just something people consume. As organizations increasingly rely on AI to extract and act on information from documents, images, audio, and video, Azure Content Understanding is expanding support for the GPT-5 series and improving grounding and confidence to deliver greater flexibility, …


    Read More
  • Instructions Hygiene - What Frontier Models Still Need You to Say

    calendar Aug 12, 2026 · devblogs.microsoft.com
    Instructions Hygiene - What Frontier Models Still Need You to Say

    Instructions files have a habit of growing in only one direction. A model makes a mistake, so somebody adds a rule. A tool changes, so somebody adds a workaround. A new model arrives, but the old guidance stays. Before long, the repository has an instructions file that reads like a combination of onboarding guide, …


    Read More
  • Visual Studio Code 1.133

    calendar Aug 12, 2026 · devblogs.microsoft.com
    Visual Studio Code 1.133

    Learn what's new in Visual Studio Code 1.133 Read the full article Link to article: https://devblogs.microsoft.com/vscode-blog/visual-studio-code-1.133


    Read More
  • What's New in vcpkg (Jul 2026)

    calendar Aug 11, 2026 · devblogs.microsoft.com
    What's New in vcpkg (Jul 2026)

    This blog post summarizes changes to the vcpkg package manager as part of the 2026.07.29 registry release and the 2026-07-13, Link to article: https://devblogs.microsoft.com/cppblog/whats-new-in-vcpkg-jul-2026


    Read More
  • Azure Developer CLI extension framework is GA: build dev workflows for apps using Azure

    calendar Aug 11, 2026 · devblogs.microsoft.com
    Azure Developer CLI extension framework is GA: build dev workflows for apps using Azure

    What parts of building and shipping on Azure still take too many steps? Maybe you want a command that starts a project with your organization’s approved architecture and infrastructure. Maybe you need to connect deployments to an internal service catalog, run security checks before provisioning, or guide developers …


    Read More
  • August Patches for Azure DevOps Server

    calendar Aug 11, 2026 · devblogs.microsoft.com
    August Patches for Azure DevOps Server

    We are releasing new patches for our self‑hosted product, Azure DevOps Server. We strongly recommend that all customers stay up to date with the latest, most secure version of Azure DevOps Server. The most recent release, Azure DevOps Link to article: …


    Read More
  • .NET 11 Preview 7 is now available!

    calendar Aug 11, 2026 · devblogs.microsoft.com
    .NET 11 Preview 7 is now available!

    Today, we are excited to announce the seventh preview release of .NET 11! This release includes improvements across libraries, the .NET Runtime, SDK, C#, ASP.NET Core, .NET MAUI, Entity Framework Core, F#, and Windows Forms. Check out the linked release notes below and get started today. [cta-button …


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

    calendar Aug 11, 2026 · devblogs.microsoft.com
    .NET and .NET Framework August 2026 servicing releases updates

    Welcome to our combined .NET servicing updates for August 2026. Let's get into the latest release of .NET and .NET Framework. Here's a quick overview of what's new in our servicing releases: Security improvements .NET has been refreshed with the latest update as of August 11, 2026. This update contains security and …


    Read More
  • Today I will... manage Git Submodules without leaving the IDE

    calendar Aug 11, 2026 · devblogs.microsoft.com
    Today I will... manage Git Submodules without leaving the IDE

    If you've worked with Git submodules for any length of time, you probably have a love-hate relationship with them. They're genuinely useful for pulling a shared library, an SDK, or common build scripts into your project. But actually working with them usually means tabbing over to a terminal and trying to remember …


    Read More
  • Visual Studio Code 1.133 (Insiders)

    calendar Aug 11, 2026 · devblogs.microsoft.com
    Visual Studio Code 1.133 (Insiders)

    Learn what's new in Visual Studio Code 1.133 (Insiders) Read the full article Link to article: https://devblogs.microsoft.com/vscode-blog/visual-studio-code-1.133-(insiders)


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top