.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Go 1.26.5-2 Microsoft build now available

    calendar Jul 10, 2026 · devblogs.microsoft.com
    Go 1.26.5-2 Microsoft build now available

    A new release of the Microsoft build of Go 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: https://devblogs.microsoft.com/go/go-1-26-5-2-microsoft-build-now-available


    Read More
  • Shrinking Azure Pipeline task extensions using esbuild

    calendar Jul 10, 2026 · devblogs.microsoft.com
    Shrinking Azure Pipeline task extensions using esbuild

    TL;DR We bundled an internal Azure Pipelines task extension into a single bundled JavaScript file using esbuild. The task package dropped from tens of megabytes and thousands of files to three files per task ( script.js , task.json , and icon.png ). The change took about 20 lines of b Link to article: …


    Read More
  • The case of the mysterious changes to integers when there shouldn't have been any code generation effect

    calendar Jul 10, 2026 · devblogs.microsoft.com
    The case of the mysterious changes to integers when there shouldn't have been any code generation effect

    A colleague made some code changes that should not have had any effect on the generated binary. Specifically, they migrated from the NDIS_STRING_CONST macro to Link to article: https://devblogs.microsoft.com/oldnewthing/20260710-00/?p=112514


    Read More
  • Microsoft Agent Framework for Go public preview

    calendar Jul 10, 2026 · devblogs.microsoft.com
    Microsoft Agent Framework for Go public preview

    We are excited to announce the public preview of Microsoft Agent Framework for Go, a Go implementation of Microsoft Agent Framework for building, orchestrating, and deploying AI agents and multi-agent workflows. Link to article: https://devblogs.microsoft.com/go/microsoft-agent-framework-for-go-public-preview


    Read More
  • Pure Virtual C++ 2026 [Meet the Speakers, Part 1]: Build Faster, Run Faster

    calendar Jul 9, 2026 · devblogs.microsoft.com
    Pure Virtual C++ 2026 [Meet the Speakers, Part 1]: Build Faster, Run Faster

    Pure Virtual C++ 2026 is almos Link to article: https://devblogs.microsoft.com/cppblog/pure-virtual-cpp-2026-meet-the-speakers-part-1-build-faster-run-faster


    Read More
  • Modernize .NET applications in the GitHub Copilot app

    calendar Jul 9, 2026 · devblogs.microsoft.com
    Modernize .NET applications in the GitHub Copilot app

    Upgrading a .NET application isn't a single prompt. Every upgrade begins with understanding your application, evaluating dependencies, planning the work, applying code transformations, fixing build failures, and validating the results. Each phase uncovers new information that shapes the work that follows. A dependency …


    Read More
  • SharePoint Copilot Apps Now in Public Preview: From Intent to Action in Microsoft 365 Copilot

    calendar Jul 9, 2026 · devblogs.microsoft.com
    SharePoint Copilot Apps Now in Public Preview: From Intent to Action in Microsoft 365 Copilot

    It's here. Starting today, SharePoint Copilot Apps are in public preview - and they change what Copilot can do for your users. Instead of describing a task in a back-and-forth chat, users can approve an expense, triage an incident, or run an onboarding checklist as a real, interactive app Link to article: …


    Read More
  • I've decoded a #pragma detect_mismatch error and fixed the mismatch, but I still get the error

    calendar Jul 9, 2026 · devblogs.microsoft.com
    I've decoded a <code>#pragma detect_mismatch</code> error and fixed the mismatch, but I still get the error

    Some time ago, I showed how to decode a #pragma detect_mismatch error. A colleague ran into this error because they sync'd a change that modified the configuration of a common header file. "No Link to article: https://devblogs.microsoft.com/oldnewthing/20260709-00/?p=112512


    Read More
  • Agent Harness: Scaling the claw or harness capabilities

    calendar Jul 9, 2026 · devblogs.microsoft.com
    Agent Harness: Scaling the claw or harness capabilities

    Part 3 of Build your own claw and harness with Microsoft Agent Framework. In Part 2 our personal Link to article: https://devblogs.microsoft.com/agent-framework/agent-harness-scaling-the-claw-or-harness-capabilities


    Read More
  • From Noisy Queries to Precise Frames: Query Decomposition for Media Asset Search

    calendar Jul 9, 2026 · devblogs.microsoft.com
    From Noisy Queries to Precise Frames: Query Decomposition for Media Asset Search

    Introduction: The Problem Media and entertainment teams work with massive asset catalogs for films and TV series. Each asset often includes structured metadata such as episode ID, scene ID, and shot ID, along with the visual content itself. Teams want a unified search experience that understands both metadata …


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

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

    This blog post summarizes changes to the vcpkg package manager as part of the 2026.06.01 and 2026.06.24 registry releases and the Link to article: https://devblogs.microsoft.com/cppblog/whats-new-in-vcpkg-june-2026


    Read More
  • Go 1.26.5-1 and 1.25.12-1 Microsoft builds now available

    calendar Jul 8, 2026 · devblogs.microsoft.com
    Go 1.26.5-1 and 1.25.12-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
  • Let’s Learn GitHub Copilot App - Free Virtual Training Event

    calendar Jul 8, 2026 · devblogs.microsoft.com
    Let’s Learn GitHub Copilot App - Free Virtual Training Event

    Last month, we announced the general availability of the GitHub Copilot app, a desktop application for agent-driven development. The Copilot app is a game changer for productivity, integrating natively with GitHub, so your repositories, branches, and Link to article: …


    Read More
  • Visual Studio Code 1.128

    calendar Jul 8, 2026 · devblogs.microsoft.com
    Visual Studio Code 1.128

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


    Read More
  • Visual Studio Code 1.129 (Insiders)

    calendar Jul 8, 2026 · devblogs.microsoft.com
    Visual Studio Code 1.129 (Insiders)

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


    Read More
  • Announcing TypeScript 7.0

    calendar Jul 8, 2026 · devblogs.microsoft.com
    Announcing TypeScript 7.0

    Today we are proud to announce the availability of TypeScript 7, a 10x faster native port of TypeScript! Since its early days, TypeScript has promised to deliver on JavaScript that scales. By bringing strong type-checking and rich tooling to the world of JavaScript, TypeScript made it possible to build non-trivial …


    Read More
  • Building on Vercel's eve + Azure Cosmos DB: An Agent That Remembers

    calendar Jul 8, 2026 · devblogs.microsoft.com
    Building on Vercel's eve + Azure Cosmos DB: An Agent That Remembers

    Most "AI agent" demos forget everything the moment the process exits. That's fine for a toy project, but useless for anything real. An agent that helps you write, triage, or support needs two things a language model alone can't give it: durable state and the ability to recall the right context by meaning. …


    Read More
  • The other kind of control flow guard check: The combined validate and call

    calendar Jul 8, 2026 · devblogs.microsoft.com
    The other kind of control flow guard check: The combined validate and call

    Some time ago, I discussed how to extract the function pointer from the control flow guard check. I gave the code for LdrpValidateUserCallTarget, but there's another ve Link to article: https://devblogs.microsoft.com/oldnewthing/20260708-00/?p=112510


    Read More
  • The hidden variables in your agent eval

    calendar Jul 8, 2026 · devblogs.microsoft.com
    The hidden variables in your agent eval

    This is the seventh article in a series about Agent Experience (AX): the practice of making AI coding agents work correctly with your technology. The series covers what you can and can't control in the agent stack, how to measure whether your extensions are helping or hurting, and how to iterate toward better outcomes. …


    Read More
  • Agent Framework’s Orchestration Patterns Reach 1.0

    calendar Jul 8, 2026 · devblogs.microsoft.com
    Agent Framework’s Orchestration Patterns Reach 1.0

    Python's agent-framework-orchestrations package is now 1.0.0. That puts Microsoft Agent Framework's orchestration layer at 1.0 across Python and .NET. Sequential, concurrent, group chat, handoff, and magentic orchestration are now stable in both SDKs. You can pick the coordination pattern that fits your problem instead …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top