.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • How can I get my shell thumbnail extractors to run in the same process?

    calendar Sep 17, 2025 · devblogs.microsoft.com
    How can I get my shell thumbnail extractors to run in the same process?

    We learned that Explorer uses the COM Surrogate as a sacrificial process when hosting thumbnail extraction plug-ins. A customer had a thumbnail extraction plug-in for which prepar Link to article: https://devblogs.microsoft.com/oldnewthing/20250917-29/?p=111604


    Read More
  • Record Scanner for vinyl collectors cuts costs with Azure Cosmos DB vector search

    calendar Sep 17, 2025 · devblogs.microsoft.com
    Record Scanner for vinyl collectors cuts costs with Azure Cosmos DB vector search

    by Artur Drozdz, Founder of Record Scanner (recordscanner.com) If you’re like me, there’s at least one room in your home with an entire cabinet dedicated to your growing vinyl collection. At this point, you’ve probably heard that vinyl is making a comeback, it’s not just vintage anymo Link to article: …


    Read More
  • Getting the most out of MCP in Visual Studio with Prompts, Resources, and Sampling

    calendar Sep 17, 2025 · devblogs.microsoft.com
    Getting the most out of MCP in Visual Studio with Prompts, Resources, and Sampling

    We're excited to announce that Visual Studio now supports MCP prompts, resources, and sampling (with even more coming soon!) to enhance your Copilot experience by bringing in more context from your engineering stack. These powerful new features unlock deeper integrations with your favorite tools and services, making …


    Read More
  • Prompt Files and Instructions Files Explained

    calendar Sep 17, 2025 · devblogs.microsoft.com
    Prompt Files and Instructions Files Explained

    GitHub Copilot is transforming the way developers write code by acting as an intelligent coding agent directly in your editor. Whether you’re building ASP.NET web applications, working with C#, or reviewing code with your team, Copilot can help automate repetitive tasks, suggest entire functions, and streamline code …


    Read More
  • SQL Server 2025 RC1: faster DiskANN and FP16 support

    calendar Sep 17, 2025 · devblogs.microsoft.com
    SQL Server 2025 RC1: faster DiskANN and FP16 support

    We’re excited to announce major improvements to DiskANN in SQL Server 2025 RC1, making vector search faster, more scalable, and more storage-efficient than ever before. ⚡ Significantly Faster Index Builds Building DiskANN indexes is now considerably faster, thanks to Link to article: …


    Read More
  • MSSQL Extension for VS Code: Fabric Integration and GitHub Copilot Slash Commands (Public Preview)

    calendar Sep 17, 2025 · devblogs.microsoft.com
    MSSQL Extension for VS Code: Fabric Integration and GitHub Copilot Slash Commands (Public Preview)

    The MSSQL Extension for VS Code continues to evolve, delivering features that make SQL development more integrated, more consistent, and more developer-friendly. In version v1.36.0, we’re announci Link to article: https://devblogs.microsoft.com/azure-sql/vscode-mssql-fabric-copilot


    Read More
  • Ground Your Agents Faster with Native Azure AI Search Indexing in Foundry

    calendar Sep 17, 2025 · devblogs.microsoft.com
    Ground Your Agents Faster with Native Azure AI Search Indexing in Foundry

    TL;DR Azure AI Foundry now lets you ingest data directly from Azure Blob Storage, ADLS Gen2, or Microsoft OneLake and create an Azure AI Search index in just one click. When you create an agent in Azure AI Foundry one of the most powerf Link to article: …


    Read More
  • .NET STS releases supported for 24 months

    calendar Sep 16, 2025 · devblogs.microsoft.com
    .NET STS releases supported for 24 months

    We are increasing the length of support offered for .NET Standard Term Support (STS) releases from 18 months to 24 months. This change is effective starting with .NET 9, which means .NET 9 will now reach end of support on November 10, 2026. There is no change for Long Term Support (LTS) releases, which will continue to …


    Read More
  • 🚀 Introducing the New VS Code Extension for Azure Cosmos DB

    calendar Sep 16, 2025 · devblogs.microsoft.com
    🚀 Introducing the New VS Code Extension for Azure Cosmos DB

    We’re excited to share that the Azure Databases extension for Visual Studio Code is now officially rebranded as the Azure Cosmos DB extension! Link to article: https://devblogs.microsoft.com/cosmosdb/introducing-the-new-vs-code-extension-for-azure-cosmos-db


    Read More
  • Announcing Computer Use tool (Preview) in Azure AI Foundry Agent Service

    calendar Sep 16, 2025 · devblogs.microsoft.com
    Announcing Computer Use tool (Preview) in Azure AI Foundry Agent Service

    Overview We are excited to announce Computer Use Link to article: https://devblogs.microsoft.com/foundry/announcing-computer-use-tool-preview-in-azure-ai-foundry-agent-service


    Read More
  • AI-based T-SQL Refactoring: an automatic intelligent code optimization with Azure OpenAI

    calendar Sep 16, 2025 · devblogs.microsoft.com
    AI-based T-SQL Refactoring: an automatic intelligent code optimization with Azure OpenAI

    [alert type="important" heading="Guest Post"]Saverio Lorenzini is a Senior Cloud Solution Architect with over 25 years of expertise in SQL Server. He specializes in migrations, performance tuning, and optimization. This fantastic work that shows a very practical use of AI to help Link to article: …


    Read More
  • Translating the STATUS_STACK_BUFFER_OVERRUN status code into customer-ready text

    calendar Sep 16, 2025 · devblogs.microsoft.com
    Translating the <CODE>STATUS_<WBR>STACK_<WBR>BUFFER_<WBR>OVERRUN</CODE> status code into customer-ready text

    A customer had a major client that was encountering this error message: INFOPATH.EXE The system detected an overrun of a stack-based buffer in this application. The overrun could potentially allow a malicious user to gain control of this application. (Note: Not actually Link to article: …


    Read More
  • Azure Boards integration with GitHub Copilot (Private Preview)

    calendar Sep 16, 2025 · devblogs.microsoft.com
    Azure Boards integration with GitHub Copilot (Private Preview)

    Several months ago, GitHub introduced the public preview of its Copilot coding agent, a powerful new capability that allows you to assign GitHub Issues directly to Copilot. From there, the agent works independently in the background, much like a human develo Link to article: …


    Read More
  • Diving Into Spec-Driven Development With GitHub Spec Kit

    calendar Sep 15, 2025 · devblogs.microsoft.com
    Diving Into Spec-Driven Development With GitHub Spec Kit

    Developers are increasingly relying on AI agents to both build new software as well as extend capabilities of existing projects that they support. One challenge with AI-based systems, however, is that to produce the right output you need to first establish really good context. If you don't decide what you're building …


    Read More
  • Python in Visual Studio Code - September 2025 Release

    calendar Sep 15, 2025 · devblogs.microsoft.com
    Python in Visual Studio Code - September 2025 Release

    We're excited to announce the September 2025 release of the Python, Pylance and Jupyter Link to article: https://devblogs.microsoft.com/python/python-in-visual-studio-code-september-2025-release


    Read More
  • Application Insights Code Optimizations for .NET Apps

    calendar Sep 15, 2025 · devblogs.microsoft.com
    Application Insights Code Optimizations for .NET Apps

    As engineers we know how frustrating it can be to chase and fix performance issues without clear guidance. That’s why we built Application Insights Code Optimizations — to give you actionable insights, reduce the guesswork, and help you focus on what you do best: building great software. Link to article: …


    Read More
  • Why is the name of the Microsoft Wireless Notebook Presenter Mouse 8000 hard-coded into the Bluetooth drivers?

    calendar Sep 15, 2025 · devblogs.microsoft.com
    Why is the name of the Microsoft Wireless Notebook Presenter Mouse 8000 hard-coded into the Bluetooth drivers?

    Some time ago, people noticed that buried in the Windows Bluetooth drivers is the hard-coded name of the Microsoft Wireless Notebook Presenter Mouse 8000. What's going on there? Does the Microsoft Wireless Notebook Presenter Mouse 8000 receive favorable treatment from the Microsoft Bluetooth drivers? Is this some sort …


    Read More
  • Introducing auto model selection (preview)

    calendar Sep 15, 2025 · devblogs.microsoft.com
    Introducing auto model selection (preview)

    Use auto model selection in VS Code to get faster responses, reduced rate limiting, and a 10% discount on premium requests for paid users. Read the full article Link to article: https://devblogs.microsoft.com/vscode-blog/introducing-auto-model-selection-(preview)


    Read More
  • How can I convert a third party in-process server so it runs in the COM surrogate?

    calendar Sep 12, 2025 · devblogs.microsoft.com
    How can I convert a third party in-process server so it runs in the COM surrogate?

    A customer had an app with a plugin model based on vendor-supplied COM objects that are loaded into the process via Co­Create­Instance. Main process Link to article: https://devblogs.microsoft.com/oldnewthing/20250912-00/?p=111589


    Read More
  • Microsoft C++ Team at CppCon 2025

    calendar Sep 11, 2025 · devblogs.microsoft.com
    Microsoft C++ Team at CppCon 2025

    It's that time of year again! We are excited to see you all at CppCon this year, where we'll once again b Link to article: https://devblogs.microsoft.com/cppblog/microsoft-at-cppcon-2025


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top