.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • 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
  • Introducing WPA MCP: Early Preview of AI-assisted trace analysis in Windows Performance Analyzer

    calendar Jul 30, 2026 · devblogs.microsoft.com
    Introducing WPA MCP: Early Preview of AI-assisted trace analysis in Windows Performance Analyzer

    Windows Performance Analyzer (WPA) is one of the most powerful tools available for understanding system performance on Windows. It helps engineers investigate Event Tracing for Windows (ETW) traces across CPU, memory, disk, networking, scheduling, input, and many other areas of the operating system. That power also …


    Read More
  • Azure Developer CLI (azd) July 2026

    calendar Jul 30, 2026 · devblogs.microsoft.com
    Azure Developer CLI (azd) July 2026

    This is the July round-up for the Azure Developer CLI (azd). Five releases shipped since the last post: 1.27.0, 1.27.1, Link to article: https://devblogs.microsoft.com/azure-sdk/azure-developer-cli-azd-july-2026


    Read More
  • Building agent teams with Agent Framework, GitHub Copilot CLI and Squad

    calendar Jul 30, 2026 · devblogs.microsoft.com
    Building agent teams with Agent Framework, GitHub Copilot CLI and Squad

    Microsoft Agent Framework supports creating agents that use the GitHub Copilot SDK as their backend. GitHub Copilot agents provide access to powerful coding-oriented AI capabilities, including shell command execution, file operations, URL fetching, Model Context Prot Link to article: …


    Read More
  • Azure SDK Release (July 2026)

    calendar Jul 29, 2026 · devblogs.microsoft.com
    Azure SDK Release (July 2026)

    Thank you for your interest in the new Azure SDKs! We release new features, improvements, and bug fixes every month. Subscribe to our Azure SDK Blog RSS Feed to get notified when a new release is available. You can find links to packages, code, and docs on our Link to article: …


    Read More
  • Visual Studio Code 1.131

    calendar Jul 29, 2026 · devblogs.microsoft.com
    Visual Studio Code 1.131

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


    Read More
  • Visual Studio Code 1.132 (Insiders)

    calendar Jul 29, 2026 · devblogs.microsoft.com
    Visual Studio Code 1.132 (Insiders)

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


    Read More
  • Tell your model when to think harder

    calendar Jul 29, 2026 · devblogs.microsoft.com
    Tell your model when to think harder

    Not every question deserves the same amount of thought. Renaming a variable isn't the same as debugging a memory leak, and they don't need the same level of thinking. So why should your model treat them the same way every time? Starting in Visual Studio 18.9 Insiders 2, it doesn't have to. Supported models now come …


    Read More
  • Making an agile version of a Windows Runtime delegate in C++/WinRT, part 8

    calendar Jul 29, 2026 · devblogs.microsoft.com
    Making an agile version of a Windows Runtime delegate in C++/WinRT, part 8

    Last time, we fixed the problem of an exception thrown from the custom deleter's constructor resulting in a reference leak. But wait, there's another source of exceptions. Link to article: https://devblogs.microsoft.com/oldnewthing/20260729-00/?p=112570


    Read More
  • MAI-Code-1-Flash: early results from real developer workflows

    calendar Jul 29, 2026 · devblogs.microsoft.com
    MAI-Code-1-Flash: early results from real developer workflows

    MAI-Code-1-Flash is a lightweight coding model purpose built for the fast, iterative work developers do every day in GitHub. In this post, we share what the data is telling us about how it performs in real developer workflows. Read the full article Link to article: …


    Read More
  • Announcing v2.0 of the official MCP C# SDK

    calendar Jul 28, 2026 · devblogs.microsoft.com
    Announcing v2.0 of the official MCP C# SDK

    The Model Context Protocol (MCP) C# SDK has reached v2.0, implementing the 2026-07-28 revision of the MCP specification. It's the largest revision of the protocol since it launched. Link to article: https://devblogs.microsoft.com/dotnet/announcing-v20-of-the-official-mcp-csharp-sdk


    Read More
  • Package Integrity and Enforcement

    calendar Jul 28, 2026 · devblogs.microsoft.com
    Package Integrity and Enforcement

    A recent conversation started (as many interesting conversations do) with a simple question: "Why is MSIX secure?" MSIX includes multiple layers of protection designed to defend against both accidental damage and malicious tampering. But as with all good security solutions, it's not the individual elements so …


    Read More
  • Visual Studio July Update — Meet the New Agent, Powered by the GitHub Copilot SDK

    calendar Jul 28, 2026 · devblogs.microsoft.com
    Visual Studio July Update — Meet the New Agent, Powered by the GitHub Copilot SDK

    The best AI assistance is the kind you can steer, understand, and rely on. The July update is built around all three. There's a new Agent (Preview) in Copilot Chat, built on the same GitHub Copilot SDK that powers the GitHub Copilot CLI, that gets more done with less back-and Link to article: …


    Read More
  • Find any commit in seconds: Commit Search comes to Azure DevOps

    calendar Jul 28, 2026 · devblogs.microsoft.com
    Find any commit in seconds: Commit Search comes to Azure DevOps

    Great code has a long memory. The fix you shipped last quarter, the refactor that touched a dozen files, the one-line change that explained why something works the way it does — it's all there in your commit history. The hard part has always been finding it. Today, we're excited to announce that Commit Search is …


    Read More
  • Refactor your database with SQL projects in VS Code

    calendar Jul 28, 2026 · devblogs.microsoft.com
    Refactor your database with SQL projects in VS Code

    SQL database projects are a fundamental tool for keeping your database in source control, tracking changes and collaborating on quickly evolving database needs. Not to be forgotten, their superpower is being able to dynamically generate deployment scripts that match the dec Link to article: …


    Read More
  • Discover Agent Skills from MCP servers in .NET

    calendar Jul 28, 2026 · devblogs.microsoft.com
    Discover Agent Skills from MCP servers in .NET

    Your agents can now discover and load Agent Skills directly from a Model Context Protocol (MCP) server. Instead of shipping every skill inside your application or copying skill folders into each deployment, you point an agent at an MCP server and it pulls the skills it needs on demand. A central team can p Link to …


    Read More
  • Query Performance Tuning in Azure DocumentDB: A Practical Guide

    calendar Jul 27, 2026 · devblogs.microsoft.com
    Query Performance Tuning in Azure DocumentDB: A Practical Guide

    Writing a query that works is easy. Writing a query that scales is a different story. Link to article: https://devblogs.microsoft.com/documentdb/query-performance-tuning-guide


    Read More
  • Analyze MSBuild Binary Logs with Copilot in VS Code

    calendar Jul 27, 2026 · devblogs.microsoft.com
    Analyze MSBuild Binary Logs with Copilot in VS Code

    You know the moment. CI goes red, or a build that took 8 seconds yesterday now takes 40, and you're staring at a wall of MSBuild output trying to find the one line that matters. The answer is almost always sitting in the bi Link to article: https://devblogs.microsoft.com/dotnet/msbuild-binlog-analyzer-vscode


    Read More
  • A new way to bring native Windows APIs to JavaScript - introducing dynamic API projections for Node.js

    calendar Jul 27, 2026 · devblogs.microsoft.com
    A new way to bring native Windows APIs to JavaScript - introducing dynamic API projections for Node.js

    E Link to article: https://devblogs.microsoft.com/ifdef-windows/a-new-way-to-bring-native-windows-apis-to-javascript-introducing-dynamic-api-projections-for-node-js


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top