.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Build declarative agents for Microsoft 365 Copilot with MCP

    calendar Dec 15, 2025 · devblogs.microsoft.com
    Build declarative agents for Microsoft 365 Copilot with MCP

    The Model Context Protocol (MCP) is revolutionizing AI by providing a universal integration standard for the external systems, unlocking unprecedented capabilities, transforming how AI models access and utilize real-time data. Link to article: …


    Read More
  • How to Build iOS Widgets with .NET MAUI

    calendar Dec 15, 2025 · devblogs.microsoft.com
    How to Build iOS Widgets with .NET MAUI

    This is a guest blog from Toine de Boer. I'm a .NET developer primarily focused on .NET MAUI to ASP.NET backend services. Because I recently have worked a lot with Widgets and encountered many obstacles and very limited documentation in the initial phas Link to article: …


    Read More
  • Behind the scenes of the Visual Studio feedback system

    calendar Dec 15, 2025 · devblogs.microsoft.com
    Behind the scenes of the Visual Studio feedback system

    Here on the Visual Studio team, our top priority is making your coding experience smoother and more enjoyable. And that begins with truly listening to your feedback. We understand that sometimes sharing your thoughts can feel like tossing bug reports and suggestions into a black hole. It doesn’t feel good, and we get …


    Read More
  • Misunderstanding what the Cricket Celebration Bowl is

    calendar Dec 15, 2025 · devblogs.microsoft.com
    Misunderstanding what the Cricket Celebration Bowl is

    Apparently, late last week was an event known as the Cricket Celebration Bowl. I thought to myself, "The Cricket Celebration Bowl sounds like the name of the least popular item on the Panera menu." And no, it's not a cricket match either. Link to article: …


    Read More
  • The Windows clipboard automatic text conversion algorithm is path-dependent

    calendar Dec 15, 2025 · devblogs.microsoft.com
    The Windows clipboard automatic text conversion algorithm is path-dependent

    We closed last time with this table: To get First try Link to article: https://devblogs.microsoft.com/oldnewthing/20251215-00/?p=111869


    Read More
  • Resolving an ambiguity in the Windows clipboard automated text conversion table

    calendar Dec 12, 2025 · devblogs.microsoft.com
    Resolving an ambiguity in the Windows clipboard automated text conversion table

    Last time, we encountered a mystery where the synthesis of CF_OEM­TEXT from CF_TEXT did not use Ansi­To­Oem. Link to article: https://devblogs.microsoft.com/oldnewthing/20251212-05/?p=111862


    Read More
  • Retirement of Global Personal Access Tokens in Azure DevOps

    calendar Dec 12, 2025 · devblogs.microsoft.com
    Retirement of Global Personal Access Tokens in Azure DevOps

    In the new year, we’ll be retiring the Global Personal Access Token (PAT) type in Azure DevOps. Global PATs allow users to authenticate across all accessible organizations. While this can feel convenient, a single credential with broad reach creates a concentrated security risk — especially as a user’s access Link to …


    Read More
  • Studying the various locale mismatch scenarios in Windows clipboard text format synthesis

    calendar Dec 11, 2025 · devblogs.microsoft.com
    Studying the various locale mismatch scenarios in Windows clipboard text format synthesis

    So far, we've learned that the conversion between Unicode and the 8-bit ANSI and OEM code pages is performed with the assistance of the CF_LOCALE clipboard format, which itself c Link to article: https://devblogs.microsoft.com/oldnewthing/20251211-37/?p=111858


    Read More
  • Making Windows Terminal awesome with GitHub Copilot CLI

    calendar Dec 11, 2025 · devblogs.microsoft.com
    Making Windows Terminal awesome with GitHub Copilot CLI

    As someone who lives and breathes in the command line, I love making my terminal feel like home. Windows Terminal is full of personalization options that really allow for a custom experience. Additionally, I can stay within my terminal for my development with GitHub Copilot with the GitHub Copilot CLI. Let's walk …


    Read More
  • Aspire Integrations, Batteries Included

    calendar Dec 11, 2025 · devblogs.microsoft.com
    Aspire Integrations, Batteries Included

    Aspire Integrations: Batteries included Modern applications depend on many external services: databases, caches, message brokers, storage layers, observability tools, and sometimes AI systems. Each of these brings its own rules for configuration, connection strings, environment variables, authentication, and …


    Read More
  • Azure Cosmos DB vNext Emulator: Query and Observability Enhancements

    calendar Dec 11, 2025 · devblogs.microsoft.com
    Azure Cosmos DB vNext Emulator: Query and Observability Enhancements

    The Azure Cosmos DB Linux-based vNext emulator (preview) is a local version of the Azure Cosmos DB service that runs as a Docker container on Linux, macOS, and Windows. It provides a cost-effective way to develop and test applications locally without requiring an Azure Link to article: …


    Read More
  • Azure Cosmos DB : Becoming a Search-Native Database

    calendar Dec 11, 2025 · devblogs.microsoft.com
    Azure Cosmos DB : Becoming a Search-Native Database

    For years, “Database” and “Search systems" (think Elastic Search) lived in separate worlds. While both Databases and Search Systems operate in the same domain (storing, indexing and querying data), they prioritized different aspects. OLTP Databases prioritized Structured and Semi-structured data Link to article: …


    Read More
  • General Availability of SharePoint Framework 1.22 - A Major Refresh of the Build & Tooling Experience

    calendar Dec 10, 2025 · devblogs.microsoft.com
    General Availability of SharePoint Framework 1.22 - A Major Refresh of the Build & Tooling Experience

    We are excited to announce general availability of the SharePoint Framework (SPFx) 1.22 – with a focus on refreshing the build and toolchain areas. SharePoint Framework is the easiest and the most widely used model to build your enterprise solutions for Microsoft 365 with automatic single s Link to article: …


    Read More
  • November 2025 (version 1.107)

    calendar Dec 10, 2025 · devblogs.microsoft.com
    November 2025 (version 1.107)

    What's new in the Visual Studio Code November 2025 Release (1.107). Read the full article Link to article: https://devblogs.microsoft.com/vscode-blog/november-2025-(version-1.107)


    Read More
  • November 2025 Insiders (version 1.107)

    calendar Dec 10, 2025 · devblogs.microsoft.com
    November 2025 Insiders (version 1.107)

    Learn what is new in the Visual Studio Code November 2025 Release (1.107). Read the full article Link to article: https://devblogs.microsoft.com/external-blogs/november-2025-insiders-version-1-107


    Read More
  • Streamlining your Git workflow with Visual Studio 2026

    calendar Dec 10, 2025 · devblogs.microsoft.com
    Streamlining your Git workflow with Visual Studio 2026

    You’re a .NET developer with a busy morning, and an Azure DevOps ticket drops: “Login endpoint 500s under load.” You’ve got to fix it, review a teammate’s feature branch, and keep your repo clean - all before lunch. Visual Studio’s Git tools turn this everyday Git workflow of creating topic branches, stashing changes, …


    Read More
  • How does Windows synthesize the CF_LOCALE clipboard format?

    calendar Dec 10, 2025 · devblogs.microsoft.com
    How does Windows synthesize the <CODE>CF_<WBR>LOCALE</CODE> clipboard format?

    Last time, we finished with a nice table of now Windows synthesizes each of the three text clipboard formats from the other two. We saw that the CF_LOCALE clipboa Link to article: https://devblogs.microsoft.com/oldnewthing/20251210-00/?p=111856


    Read More
  • 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
    • ««
    • «
    • 1
    • 2
    • »
    • »»

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top