.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Creating a fake agile wrapper that is technically agile but is not useful outside its home apartment, part 5

    calendar Aug 7, 2026 · devblogs.microsoft.com
    Creating a fake agile wrapper that is technically agile but is not useful outside its home apartment, part 5

    Last time, I confessed that I lied when i said that we can't use std::unique_ptr to manage the registration cookie. T Link to article: https://devblogs.microsoft.com/oldnewthing/20260807-00/?p=112597


    Read More
  • Test reporting in Microsoft.Testing.Platform: from red build to root cause

    calendar Aug 6, 2026 · devblogs.microsoft.com
    Test reporting in Microsoft.Testing.Platform: from red build to root cause

    When a test fails in CI, "the build is red" is only the starting point. The useful questions are whether this change caused the failure, whether the test has failed before, and where to find the evidence. If answering them means searching a job log, downloading an artifact, and finding the teammate who …


    Read More
  • Announcing the preview of the Work IQ Developer Tools

    calendar Aug 6, 2026 · devblogs.microsoft.com
    Announcing the preview of the Work IQ Developer Tools

    Software is shifting from apps built for people to agents that can reason over context and act on someone's behalf. Microsoft 365 Copilot put that shift in front of hundreds of millions of users, and Work IQ gave agents a production-ready intelligence layer to build on. What's been missing is the path in between: …


    Read More
  • Pull request annotations on work item cards

    calendar Aug 6, 2026 · devblogs.microsoft.com
    Pull request annotations on work item cards

    It's now easier to track development progress without leaving your Kanban board. Azure Boards now displays pull request annotations directly on work item cards, making it easy to see at a glance when work is actively moving through code review. Link to article: …


    Read More
  • You can now use the Azure DevOps Service Connection instead of a PAT or Build Session token

    calendar Aug 6, 2026 · devblogs.microsoft.com
    You can now use the Azure DevOps Service Connection instead of a PAT or Build Session token

    We're excited to announce the Azure DevOps service connection, a new way to access Azure DevOps from your pipelines using a Microsoft Entra workload identity (a service principal or managed identity) instead of a Personal Access Token (PAT) or session token. This post walks through what it is, how to set it up, and the …


    Read More
  • Visual Studio Code 1.132

    calendar Aug 5, 2026 · devblogs.microsoft.com
    Visual Studio Code 1.132

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


    Read More
  • Azure DevOps Remote MCP Server is generally available

    calendar Aug 5, 2026 · devblogs.microsoft.com
    Azure DevOps Remote MCP Server is generally available

    Today, we're excited to announce the general availability of the Azure DevOps MCP Server 🎉 The Azure DevOps MCP Server gives AI assistants secure, contextual access to your Azure DevOps projects so they can help you plan, build, and ship software more effectively. With the Link to article: …


    Read More
  • Beyond Chat: live Speech-to-Text with Foundry Local and C#

    calendar Aug 4, 2026 · devblogs.microsoft.com
    Beyond Chat: live Speech-to-Text with Foundry Local and C#

    A year ago, I wrote a .NET Blog post about running GPT-OSS locally with Ollama and C#. That sample used IChatClient from Microsoft.Extensions.AI to build one of the most familiar Local AI scenarios: a chat application. Chat is a great place Link to article: …


    Read More
  • Build Production-Ready Agents with the GitHub Copilot Harness and Agent Framework

    calendar Aug 4, 2026 · devblogs.microsoft.com
    Build Production-Ready Agents with the GitHub Copilot Harness and Agent Framework

    Developers increasingly want to build agents that can reason about code, modify files, execute commands, interact with developer tools, and work across entire repositories. While GitHub Copilot already provides a powerful coding harness for these scenarios, developers often need additional capabili Link to article: …


    Read More
  • Remove Is Not Uninstall

    calendar Aug 4, 2026 · devblogs.microsoft.com
    Remove Is Not Uninstall

    Just as https://devblogs.microsoft.com/insidemsix/there-is-no-install-its-stage-and-register/ explained that Install is not truly an installation operation in MSIX, Remove is similarly not an uninstall operation. This can be surprising - sometimes even alarming - to developers coming from traditional installer tech …


    Read More
  • Build Azure Skills Faster with Cloud Academy, a Visual Studio Subscriber Benefit

    calendar Aug 4, 2026 · devblogs.microsoft.com
    Build Azure Skills Faster with Cloud Academy, a Visual Studio Subscriber Benefit

    Link to article: https://devblogs.microsoft.com/visualstudio/build-azure-skills-faster-with-cloud-academy-a-visual-studio-subscriber-benefit


    Read More
  • Building an operations assistant on Azure that waits for approval before it acts

    calendar Aug 3, 2026 · devblogs.microsoft.com
    Building an operations assistant on Azure that waits for approval before it acts

    Grounding an assistant in runbooks is the easy half. The interesting engineering is in the boundary between what a model proposes and what an authenticated person actually authorizes. An operations assistant stops being a demo the moment it can act. Answering "which runbook covers this alert" is a search …


    Read More
  • Strengthening NuGet Supply Chain Security: Reducing API Key Lifetime

    calendar Aug 3, 2026 · devblogs.microsoft.com
    Strengthening NuGet Supply Chain Security: Reducing API Key Lifetime

    Many developers publish packages to NuGet.org via API keys. In recent years, API keys and Personal Access Tokens (PATs) have been frequently used as an attack vector to gain access to systems. There are multiple problems with API keys and PATs; the two biggest ones are that they are loose strings that are easy to lose, …


    Read More
  • From generated code to trusted code with a unit-test agent

    calendar Jul 31, 2026 · devblogs.microsoft.com
    From generated code to trusted code with a unit-test agent

    A common request to a coding agent is only one line: Generate unit tests. That request leaves important questions open. Which code needs tests? Which test framework does the project use? Where should the tests go? How does the build find them? What should the tests check? The agent can learn from the repository, Link …


    Read More
  • Power Pages Enhanced Authorization

    calendar Jul 31, 2026 · devblogs.microsoft.com
    Power Pages Enhanced Authorization

    Dataverse Native Authorization Model for Power Pages How mapped identities, security roles, and record filters move external-user authorization closer to the data. We’re introducing a major update to the Power Pages security model: authorization for external users is now enforced natively in Dataverse. Customers Link …


    Read More

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top