.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Reinventing how .NET Builds and Ships (Again)

    calendar Nov 20, 2025 · devblogs.microsoft.com
    Reinventing how .NET Builds and Ships (Again)

    After I wrote my last post on how .NET builds and ships, I was cautiously optimistic that I wouldn't be writing another one. Or at least not another one about how we build and ship. That problem was done and dusted. .NET had done it! We'd struck a Link to article: …


    Read More
  • Microsoft 365 Copilot APIs: What’s New and What’s Next

    calendar Nov 20, 2025 · devblogs.microsoft.com
    Microsoft 365 Copilot APIs: What’s New and What’s Next

    At Build 2025, we introduced the Microsoft 365 Copilot APIs to help developers bring grounded AI into their solutions without rebuilding indexes or compromising security. The response has been encouraging, and your fee Link to article: …


    Read More
  • Develop Faster with VS Code for the Web – Azure: Your Browser-Based Dev Environment

    calendar Nov 20, 2025 · devblogs.microsoft.com
    Develop Faster with VS Code for the Web – Azure: Your Browser-Based Dev Environment

    Developers can now move from idea to Azure-ready code in minutes with VS Code for the Web – Azure. This browser-based environment removes setup time, reduces friction, and gives you immediate access to pre-configured run Link to article: …


    Read More
  • From Complexity to Simplicity: Intelligent JVM Optimizations on Azure

    calendar Nov 20, 2025 · devblogs.microsoft.com
    From Complexity to Simplicity: Intelligent JVM Optimizations on Azure

    Introduction As cloud-native architectures scale across thousands of containers and virtual machines, Java performance tuning has become more distributed, complex, and error-prone than ever. As highlighted in our public preview announcement, traditional JVM optimization relied on ex Link to article: …


    Read More
  • Announcing the Public Preview of Azure Command Launcher for Java

    calendar Nov 20, 2025 · devblogs.microsoft.com
    Announcing the Public Preview of Azure Command Launcher for Java

    Today we are announcing the Public Preview of the Azure Command Launcher for Java, a new tool that helps developers, SREs, and infrastructure teams standardize and automate JVM configuration on Azure. The goal is to simplify tuning practices and reduce resource waste across Java workloads. Link to article: …


    Read More
  • Foundry Local comes to Android—plus on-device speech, on-prem support, and a simpler SDK

    calendar Nov 20, 2025 · devblogs.microsoft.com
    Foundry Local comes to Android—plus on-device speech, on-prem support, and a simpler SDK

    Today, we’re introducing a powerful new way to bring AI directly to your mobile apps: Foundry Local on Android. Starting now, you can build Android applications that run AI on-device—no cloud round trips required. Sign up for the gated preview here: https://aka.m Link to article: …


    Read More
  • Announcing: Dynamic Data Masking for Azure Cosmos DB (Preview)

    calendar Nov 20, 2025 · devblogs.microsoft.com
    Announcing: Dynamic Data Masking for Azure Cosmos DB (Preview)

    Today marks a big step forward with the public preview of Dynamic Data Masking (DDM) for Azure Cosmos DB. This feature helps organizations protect sensitive data without requiring changes to application logic or database interactions. What is Dynamic Data Masking? Dynamic Data Masking (DDM) is a server-side, …


    Read More
  • Use Azure SRE Agent with Azure Cosmos DB: Smarter Diagnostics for Your Applications

    calendar Nov 20, 2025 · devblogs.microsoft.com
    Use Azure SRE Agent with Azure Cosmos DB: Smarter Diagnostics for Your Applications

    We’re excited to announce the Link to article: https://devblogs.microsoft.com/cosmosdb/use-azure-sre-agent-with-azure-cosmos-db-smarter-diagnostics-for-your-applications


    Read More
  • Announcing Private Preview: Safe Account Key rotation using Account Key Usage Metadata

    calendar Nov 20, 2025 · devblogs.microsoft.com
    Announcing Private Preview: Safe Account Key rotation using Account Key Usage Metadata

    Account Key Usage Metadata is a new security and observability feature that helps Azure Cosmos DB customers avoid service disruptions during key rotations. It provides visibility when each account key was last used Link to article: …


    Read More
  • Azure DevOps to GitHub migration Playbook: Unlocking Agentic DevOps

    calendar Nov 20, 2025 · devblogs.microsoft.com
    Azure DevOps to GitHub migration Playbook: Unlocking Agentic DevOps

    Azure DevOps or GitHub Enterprise ? Today, in the Microsoft ecosystem, two Software Development Lifecycle management platforms coexist: - Azure DevOps is designed from the ground up for enterprise with advanced planning features through Azure Boards, build and release automation with Azure Pipelines, and a unique Link …


    Read More
  • Ignite 2025 - What's new for Office Add-ins

    calendar Nov 19, 2025 · devblogs.microsoft.com
    Ignite 2025 - What's new for Office Add-ins

    This blog outlines the new and exciting features now available in the Office Add-ins ecosystem for Ignite 2025. Continue reading for platform updates, developer experience improvements, and store enhancements. Copilot Agents work with office.js to read and write document content, enabling powerful workflows At Build …


    Read More
  • Supercharge Your Test Coverage with GitHub Copilot Testing for .NET

    calendar Nov 19, 2025 · devblogs.microsoft.com
    Supercharge Your Test Coverage with GitHub Copilot Testing for .NET

    Writing high-quality unit tests is critical for reliable software, but it’s often time-consuming and repetitive. What if GitHub Copilot could take care of that for you? Today we’re thrilled to announce GitHub Copilot testing for .NET is now available in Visual Studio Insiders. This new capability brings AI-powered unit …


    Read More
  • Announcing the azd AI agent extension: Publish Microsoft Foundry agents directly from your development environment

    calendar Nov 19, 2025 · devblogs.microsoft.com
    Announcing the azd AI agent extension: Publish Microsoft Foundry agents directly from your development environment

    Announcing the new azd AI agent extension: Publish Microsoft Foundry agents directly from your development environment If you've ever built an AI agent, you know the real challenge is more than writing the code, it's the complex dance of provisioning resources, managing models, and securely deploying everything to the …


    Read More
  • Microsoft Agent 365 Interoperability for Smart, Secure Productivity

    calendar Nov 19, 2025 · devblogs.microsoft.com
    Microsoft Agent 365 Interoperability for Smart, Secure Productivity

    Yesterday we launched Agent 365 - Microsoft’s enterprise control plane for AI agents, designed to make agents secure, compliant, and ready for large-scale deployment within organizations. Agents enabled with Agent 365 have a unique identi Link to article: …


    Read More
  • Azure Developer CLI (azd) Nov 2025 - Container Apps (GA), Layered Provisioning (Beta), Extension Framework, and Aspire 13

    calendar Nov 19, 2025 · devblogs.microsoft.com
    Azure Developer CLI (azd) Nov 2025 - Container Apps (GA), Layered Provisioning (Beta), Extension Framework, and Aspire 13

    Welcome to the November 2025 edition of the Azure Developer CLI (azd) release blog! This post covers releases 1.20.1 through 1.21.2. To share your feedback and questions, join the November release discussion on GitHub. Highlights: Az Link to article: …


    Read More
  • Is Write­Process­Memory faster than shared memory for transferring data between two processes?

    calendar Nov 19, 2025 · devblogs.microsoft.com
    Is <code>Write­Process­Memory</code> faster than shared memory for transferring data between two processes?

    Say you need to transfer a large amount of data between two processes. One way is to use shared memory. Is that the fastest way to do it? Can you do any better? One argument against shared memory is that the sender will have to copy the data into the shared memory block, and the recipient will have to copy it out, …


    Read More
  • Announced at Ignite 2025: Azure DocumentDB, MCP Toolkit, Fleet Analytics, and more!

    calendar Nov 19, 2025 · devblogs.microsoft.com
    Announced at Ignite 2025: Azure DocumentDB, MCP Toolkit, Fleet Analytics, and more!

    Link to article: https://devblogs.microsoft.com/cosmosdb/announced-at-ignite-2025-azure-documentdb-mcp-toolkit-fleet-analytics-and-more


    Read More
  • PowerToys 0.96 is here: endpoints for Advanced Paste, metadata support for PowerRename and more!

    calendar Nov 19, 2025 · devblogs.microsoft.com
    PowerToys 0.96 is here: endpoints for Advanced Paste, metadata support for PowerRename and more!

    Link to article: https://devblogs.microsoft.com/commandline/powertoys-0-96-is-here-endpoints-for-advanced-paste-metadata-support-for-powerrename-and-more


    Read More
  • New T-SQL AI Features are now in Public Preview for Azure SQL and SQL database in Microsoft Fabric

    calendar Nov 18, 2025 · devblogs.microsoft.com
    New T-SQL AI Features are now in Public Preview for Azure SQL and SQL database in Microsoft Fabric

    At the start of this year, we released a new set of T-SQL AI features for embedding your relational data for AI applications. Today, we have brought those features to Azure SQL and SQL database in Microsoft Fabric. This post will help you get started usi Link to article: …


    Read More
  • A step-by-step guide to modernizing .NET applications with GitHub Copilot agent mode

    calendar Nov 18, 2025 · devblogs.microsoft.com
    A step-by-step guide to modernizing .NET applications with GitHub Copilot agent mode

    Upgrading an old .NET app doesn’t have to mean chasing broken builds and cryptic errors. Yet for many developers, a simple version bump turns into hours of dependency conflicts and manual fixes. Modernization isn’t just about staying current. Older frameworks can introduce security risks, slow performance, and block …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top