.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Announcing Azure DevOps Server General Availability

    calendar Dec 9, 2025 · devblogs.microsoft.com
    Announcing Azure DevOps Server General Availability

    We’re thrilled to announce that Azure DevOps Server is now generally available (GA)! This release marks the transition from the Release Candidate (RC) phase to full production readiness, delivering enterprise-grade DevOps capabilities fo Link to article: …


    Read More
  • .NET and .NET Framework December 2025 servicing releases updates

    calendar Dec 9, 2025 · devblogs.microsoft.com
    .NET and .NET Framework December 2025 servicing releases updates

    Welcome to our combined .NET servicing updates for December 2025. Let's get into the latest release of .NET & .NET Framework, here is a quick overview of what's new in our servicing releases: Update Overview .NET and .NET Framework has been refreshed with the latest update as of December 09, 2025. This update …


    Read More
  • Blue-green deployment in Azure Container Apps using Azure Developer CLI

    calendar Dec 9, 2025 · devblogs.microsoft.com
    Blue-green deployment in Azure Container Apps using Azure Developer CLI

    Blue-green deployment in Azure Container Apps using Azure Developer CLI If you follow the Azure Developer CLI blog posts, you already know that Azure Container Apps (ACA) support in Azure Developer CLI (azd) is GA. We want azd to be production-ready—you should be a Link to article: …


    Read More
  • Implementing Cross-Platform In-App Billing in .NET MAUI Applications

    calendar Dec 9, 2025 · devblogs.microsoft.com
    Implementing Cross-Platform In-App Billing in .NET MAUI Applications

    With the discontinuation of the popular InAppBillingPlugin, many .NET MAUI developers have been looking for guidance on implementing in-app purchases in their applications. Today, we're sharing a comprehensive sample that demonstrates how to implement cross-platform billing Link to article: …


    Read More
  • Previewing the JavaScript/TypeScript Modernizer for VS Code Insiders

    calendar Dec 9, 2025 · devblogs.microsoft.com
    Previewing the JavaScript/TypeScript Modernizer for VS Code Insiders

    Previewing the JavaScript/TypeScript Modernizer for VS Code Insiders Keeping JavaScript/TypeScript projects up-to-date can be a challenge, especially when it’s time to upgrade a bunch of npm packages or adopt the latest frameworks. We’ve heard from many JS/TS developers that modernizing an older app (upgrading de Link …


    Read More
  • How does Windows synthesize CF_UNICODE­TEXT from CF_TEXT and vice versa?

    calendar Dec 9, 2025 · devblogs.microsoft.com
    How does Windows synthesize <CODE>CF_<WBR>UNICODE­TEXT</CODE> from <CODE>CF_<WBR>TEXT</CODE> and vice versa?

    Last time, we started our exploration of how Windows synthesizes text clipboard formats by looking at the conversion between CF_OEM­TEXT and CF_TEXT Link to article: https://devblogs.microsoft.com/oldnewthing/20251209-00/?p=111854


    Read More
  • Announcing Microsoft Entra PowerShell v1.1.0

    calendar Dec 9, 2025 · devblogs.microsoft.com
    Announcing Microsoft Entra PowerShell v1.1.0

    We’re thrilled to introduce Microsoft Entra PowerShell v1.1.0 available on PowerShell Gallery. The headline feature is No more version pinning to Microsoft Graph PowerShell v2.25.0. You can now use the latest Graph modules wi Link to article: …


    Read More
  • Entra PowerShell Now Supports Latest Microsoft Graph PowerShell Versions

    calendar Dec 9, 2025 · devblogs.microsoft.com
    Entra PowerShell Now Supports Latest Microsoft Graph PowerShell Versions

    We’ve heard you and we’ve made it happen! One of the most requested changes from our community has been greater flexibility when working with Microsoft Graph PowerShell. Previously, Entra PowerShell pinned its dependency to Microsoft Graph PowerShell v2.25, which limited customers from leveraging Link to article: …


    Read More
  • Long-term data retention up to 10 years: Announcing Private Preview of Azure Backup for Azure Cosmos DB

    calendar Dec 8, 2025 · devblogs.microsoft.com
    Long-term data retention up to 10 years: Announcing Private Preview of Azure Backup for Azure Cosmos DB

    Azure Backup for Azure Cosmos DB is a new option that lets you securely protect and recover your Azure Cosmos DB data for compliance, audit, and ransomware protection scenarios. It leverages Azure Backup’s vault isolation and Azure Cosmos DB’s native backup streams to deliver scalable, long-term data protection that …


    Read More
  • Microsoft Learn MCP Server Elevates Development

    calendar Dec 8, 2025 · devblogs.microsoft.com
    Microsoft Learn MCP Server Elevates Development

    Have you tried asking GitHub Copilot about Aspire 13 or the new Agent Framework and found it either hallucinated an answer or told you that those things didn’t exist? This happens because the model used was trained before those things did exist, so it doesn’t know how to answer or help you. As you continue to innovate …


    Read More
  • .NET 10 Networking Improvements

    calendar Dec 8, 2025 · devblogs.microsoft.com
    .NET 10 Networking Improvements

    As with every release, we publish a blog post about the new and interesting changes and additions in .NET networking space. This time, we are writing about HTTP improvements, new web sockets APIs, security Link to article: https://devblogs.microsoft.com/dotnet/dotnet-10-networking-improvements


    Read More
  • Host Your Node.js MCP Server on Azure Functions in 3 Simple Steps

    calendar Dec 8, 2025 · devblogs.microsoft.com
    Host Your Node.js MCP Server on Azure Functions in 3 Simple Steps

    Building AI agents with the Model Context Protocol (MCP) is powerful, but when it comes to hosting your MCP server in production, you need a solution that's reliable, scalable, and cost-effective. What if you could deploy your regular Node.js MCP server to a serverless platform that handles scaling automatically while …


    Read More
  • Python is First Class in Aspire 13

    calendar Dec 8, 2025 · devblogs.microsoft.com
    Python is First Class in Aspire 13

    With the release of Aspire 13, Python has been elevated to a first-class citizen alongside .NET and JavaScript, transforming Aspire into a truly polyglot application platform. The new Aspire.Hosting.Python package provides comprehensive support for developing, debugging, and deploying Python applications within …


    Read More
  • How does Windows synthesize CF_OEM­TEXT from CF_TEXT and vice versa?

    calendar Dec 8, 2025 · devblogs.microsoft.com
    How does Windows synthesize <CODE>CF_<WBR>OEM­TEXT</CODE> from <CODE>CF_<WBR>TEXT</CODE> and vice versa?

    Windows has three built-in text formats for the clipboard: CF_UNICODE­TEXT: UTF-16 text. CF_TEXT: 8-bit text in ANSI code page. CF_OEM­TEXT: 8-bit text in OEM code page. If you don't provide all three formats, then the system Link to article: https://devblogs.microsoft.com/oldnewthing/20251208-00/?p=111849


    Read More
  • Join us for AI Dev Days - December 10-11

    calendar Dec 5, 2025 · devblogs.microsoft.com
    Join us for AI Dev Days - December 10-11

    2025 was a year of incredible progress for AI and our industry as a whole. At Microsoft and GitHub, we've innovated beyond isolated chats and prompts to building systems that collaborate with connected workflows and operational intelligence. This shift can be seen across the stack, from Microsoft Foundry, to GitHub …


    Read More
  • How can my process read its own standard output?

    calendar Dec 5, 2025 · devblogs.microsoft.com
    How can my process read its own standard output?

    A customer wanted to know how their C# program could read its own standard output. They tried this: // Get my process Process p = Process.GetCurrentProcess(); // Make sure my standard output is not redirected p.StartInfo.UseShellExecute = false; p.StartInfo.RedirectStandardOutput = false; // Now read it -- fails string …


    Read More
  • .NET Conf 2025 Recap - Celebrating .NET 10, Visual Studio 2026, AI, Community, & More

    calendar Dec 4, 2025 · devblogs.microsoft.com
    .NET Conf 2025 Recap - Celebrating .NET 10, Visual Studio 2026, AI, Community, & More

    At .NET Conf 2025 we celebrated the official launch of .NET 10 and Visual Studio 2026. The event provided a deeper dive into the world of .NET for developers worldwide and there were many announcements across the entir Link to article: https://devblogs.microsoft.com/dotnet/dotnet-conf-2025-recap


    Read More
  • Unlocking New Possibilities: Microsoft Azure Hyperscale AI Computing with H200 GPUs Accelerates Secure AI Innovation in Azure for U.S. Government Secret and Top Secret

    calendar Dec 4, 2025 · devblogs.microsoft.com
    Unlocking New Possibilities: Microsoft Azure Hyperscale AI Computing with H200 GPUs Accelerates Secure AI Innovation in Azure for U.S. Government Secret and Top Secret

    As artificial intelligence continues to reshape industries and redefine the boundaries of innovation, Microsoft is proud to announce a leap forward in secure, high-performance computing in our Secret and Top Secret clouds: the integration of NVIDIA H200 Tensor Core GPUs into Azure’s AI infrastructure. This advancement …


    Read More
  • Locking Down MCP: Create a Private Registry on Azure API Center and Enforce It in GitHub Copilot And VS Code

    calendar Dec 4, 2025 · devblogs.microsoft.com
    Locking Down MCP: Create a Private Registry on Azure API Center and Enforce It in GitHub Copilot And VS Code

    Ever since MCP launched, every customer has asked the same thing: Link to article: https://devblogs.microsoft.com/all-things-azure/locking-down-mcp-create-a-private-registry-on-azure-api-center-and-enforce-it-in-github-copilot-and-vs-code


    Read More
  • How can I read the standard output of an already-running process?

    calendar Dec 4, 2025 · devblogs.microsoft.com
    How can I read the standard output of an already-running process?

    A customer wanted to know if they could read the standard output of an already-running process. They didn't explain why, but my guess is that their main process launches a helper process (not written by them) to begin some workflow, and eventually that helper process launches a console process, which produces the …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top