.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • From Real-Time Analytics to AI: Your Azure Cosmos DB & DocumentDB Agenda for Microsoft Ignite 2025

    calendar Nov 6, 2025 · devblogs.microsoft.com
    From Real-Time Analytics to AI: Your Azure Cosmos DB & DocumentDB Agenda for Microsoft Ignite 2025

    Microsoft Ignite 2025 is your opportunity to explore how Azure Cosmos DB, Cosmos DB in Microsoft Fabric, and DocumentDB power the next ge Link to article: https://devblogs.microsoft.com/cosmosdb/azure-cosmosdb-documentdb-agenda-microsoft-ignite-2025


    Read More
  • Troubleshooting recent MIDI issues in Windows 11 (and Windows 10)

    calendar Nov 6, 2025 · devblogs.microsoft.com
    Troubleshooting recent MIDI issues in Windows 11 (and Windows 10)

    If you are on Windows 11 (or Windows 10 for the UAD issue) and recently had either of these two issues, please read on: You use a Universal Audio (UAD) device and found that all or most of your MIDI devices are no longer recognized in your DAW in Windows 11 or Windows 10 You have a new MIDI 2.0 (UMP Data Format – mo …


    Read More
  • Dynamic MCPs with Docker: Stop Hardcoding Your Agents’ World

    calendar Nov 6, 2025 · docker.com
    Dynamic MCPs with Docker: Stop Hardcoding Your Agents’ World

    The MCP protocol is almost one year old and during that time, developers have built thousands of new MCP servers. Thinking back to MCP demos from six months ago, most developers were using one or two local MCP servers, each contributing just a handful of tools. Six months later and we have access to thousands... Link …


    Read More
  • Transform your MCP architecture: Unite MCP servers through AgentCore Gateway

    calendar Nov 6, 2025 · aws.amazon.com/blogs/machine-learning
    Transform your MCP architecture: Unite MCP servers through AgentCore Gateway

    Earlier this year, we introduced Amazon Bedrock AgentCore Gateway, a fully managed service that serves as a centralized MCP tool server, providing a unified interface where agents can discover, access, and invoke tools. Today, we're extending support for existing MCP servers as a new target type in AgentCore Gateway. …


    Read More
  • Non-recursively deleting a binary tree in constant space: Synthesizing the parent pointer

    calendar Nov 6, 2025 · devblogs.microsoft.com
    Non-recursively deleting a binary tree in constant space: Synthesizing the parent pointer

    Last time, we looked at a way to delete a binary tree non-recursively, assuming that we had parent pointers. But nodes in a classical binary tree does not remember t Link to article: https://devblogs.microsoft.com/oldnewthing/20251106-00/?p=111771


    Read More
  • From Pilot to Practice: How BBVA Is Scaling AI Across the Organization

    calendar Nov 6, 2025 · openai.com/blog
    From Pilot to Practice: How BBVA Is Scaling AI Across the Organization

    BBVA is reimagining how employees work with ChatGPT Enterprise, embedding AI into everyday operations. The bank has saved hours per week per employee, created 20,000+ Custom GPTs, and achieved up to 80% efficiency gains. Link to article: https://openai.com/index/bbva-2025


    Read More
  • The Critter Stack Gets Even Better at Testing

    calendar Nov 6, 2025 · jeremydmiller.com
    The Critter Stack Gets Even Better at Testing

    My internal code name for one of the new features I’m describing is “multi-stage tracked sessions” which somehow got me thinking of the ZZ Top song “Stages” and their Afterburner album because the sound track for getting this work done this week. Not ZZ Top’s best stuff, but there’s still some bangers on it, or … …


    Read More
  • AI progress and recommendations

    calendar Nov 6, 2025 · openai.com/blog
    AI progress and recommendations

    AI is advancing fast. We have the chance to shape its progress—toward discovery, safety, and a better future for everyone. Link to article: https://openai.com/index/ai-progress-and-recommendations


    Read More
  • Introducing the Teen Safety Blueprint

    calendar Nov 6, 2025 · openai.com/blog
    Introducing the Teen Safety Blueprint

    Discover OpenAI’s Teen Safety Blueprint—a roadmap for building AI responsibly with safeguards, age-appropriate design, and collaboration to protect and empower young people online. Link to article: https://openai.com/index/introducing-the-teen-safety-blueprint


    Read More
  • Open Source AI Editor: Second Milestone

    calendar Nov 6, 2025 · devblogs.microsoft.com
    Open Source AI Editor: Second Milestone

    Ghost text suggestions are now open source as part of the Copilot Chat extension - the second milestone in making VS Code an open source AI editor. Read the full article Link to article: https://devblogs.microsoft.com/vscode-blog/open-source-ai-editor:-second-milestone


    Read More
  • Roadmap for AI in Visual Studio (November)

    calendar Nov 5, 2025 · devblogs.microsoft.com
    Roadmap for AI in Visual Studio (November)

    Today, we’re excited to share our public roadmap, which outlines the next steps in evolving Visual Studio with AI-powered agentic experiences. With every month, we aim to deliver smarter, faster, and more intuitive tools that enhance your coding experience. Disclaimer: The items outlined here represent ongoing work for …


    Read More
  • How Copilot Studio uses .NET and WebAssembly for performance and innovation

    calendar Nov 5, 2025 · devblogs.microsoft.com
    How Copilot Studio uses .NET and WebAssembly for performance and innovation

    Microsoft Copilot Studio is at the forefront of conversational AI and automation, empowering organizations to build, customize, and manage intelligent copilots and bots for a wide range of enterprise scenarios. As the platform has evolved, so too have the t Link to article: …


    Read More
  • How Amazon Search increased ML training twofold using AWS Batch for Amazon SageMaker Training jobs

    calendar Nov 5, 2025 · aws.amazon.com/blogs/machine-learning
    How Amazon Search increased ML training twofold using AWS Batch for Amazon SageMaker Training jobs

    In this post, we show you how Amazon Search optimized GPU instance utilization by leveraging AWS Batch for SageMaker Training jobs. This managed solution enabled us to orchestrate machine learning (ML) training workloads on GPU-accelerated instance families like P5, P4, and others. We will also provide a step-by-step …


    Read More
  • The Rider 2025.3 Release Candidate Is Now Available

    calendar Nov 5, 2025 · blog.jetbrains.com
    The Rider 2025.3 Release Candidate Is Now Available

    The next big release for Rider is just around the corner! If you’re eager to get a sneak peek, you can download the Release Candidate version of Rider 2025.3 from our website right now. Here are the feature highlights of the Rider 2025.3 RC build: If you encounter any issues when using the Rider 2025.3 […] Link to …


    Read More
  • The ReSharper, .NET Tools, and ReSharper C++ 2025.3 Release Candidates Are Now Available

    calendar Nov 5, 2025 · blog.jetbrains.com
    The ReSharper, .NET Tools, and ReSharper C++ 2025.3 Release Candidates Are Now Available

    Get a preview of all the latest features and improvements set to be shipped with the next major ReSharper by downloading the Release Candidate builds that have just landed. The ReSharper 2025.3 Release Candidate For the full list of changes included in this build, please refer to the issue tracker. dotTrace, dotMemory, …


    Read More
  • Non-recursively deleting a binary tree in constant space: Traversal with parent pointers

    calendar Nov 5, 2025 · devblogs.microsoft.com
    Non-recursively deleting a binary tree in constant space: Traversal with parent pointers

    As a challenge, a colleague of mine told me to find a non-recursive constant-space algorithm for deleting a binary tree.¹ After a moment's thought, I was able to come up with an algorithm. It is often the case that solving a problem is easier once you are told that a solution exists. When I asked the Internet for a …


    Read More
  • dotInsights | November 2025

    calendar Nov 5, 2025 · blog.jetbrains.com
    dotInsights | November 2025

    Did you know? C# includes a feature called “expression-bodied members“, which allows you to define one-line methods, properties, constructors, and destructors in a very concise way. Welcome to dotInsights by JetBrains! This newsletter is the home for recent .NET and software development related information. 🔗 Links …


    Read More
  • Java Annotated Monthly – November 2025

    calendar Nov 5, 2025 · blog.jetbrains.com
    Java Annotated Monthly – November 2025

    This edition is packed with insightful, practical, and curiosity-fueling reads. From hands-on advice to thought-provoking pieces, we’ve gathered a nice selection of stories that will help you stay sharp and inspired in the tech world. We’re also happy to have Josh Long as our featured content author this month! Expect …


    Read More
  • Now Available: Sort Geospatial Query Results by ST_Distance in Azure Cosmos DB

    calendar Nov 5, 2025 · devblogs.microsoft.com
    Now Available: Sort Geospatial Query Results by ST_Distance in Azure Cosmos DB

    Azure Cosmos DB’s geospatial capabilities just got even better! We're excited to announce that you can now sort query results by distance using an ORDER BY ST_DISTANCE(...) clause in the NoSQL query language while leveraging a spatial index. [video width="1920 Link to article: …


    Read More
  • Query Advisor for Azure Cosmos DB: Actionable insights to improve performance and cost

    calendar Nov 5, 2025 · devblogs.microsoft.com
    Query Advisor for Azure Cosmos DB: Actionable insights to improve performance and cost

    Azure Cosmos DB for NoSQL now features Query Advisor, designed to help you write faster and more efficient queries. Whether you’re optimizing for performance, cost, or scalability, Query Advisor provides actionable recommendations to help you get the most out of your data. Why Query Optimization Matters Azure Cosmos …


    Read More
    • ««
    • «
    • 1
    • 2
    • 3
    • 4
    • »
    • »»

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top