.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • API Versioning Should Be Your Last Resort

    calendar May 9, 2026 · milanjovanovic.tech
    API Versioning Should Be Your Last Resort

    Most teams reach for v2 too early because they don't have a contract evolution strategy. Here's the API change management approach I prefer: evolve contracts safely, deprecate deliberately, and version only when the old and new worlds can't coexist. Link to article: …


    Read More
  • Generate Embeddings Function and External Model Object Support Are Now Generally Available in Azure SQL

    calendar May 8, 2026 · devblogs.microsoft.com
    Generate Embeddings Function and External Model Object Support Are Now Generally Available in Azure SQL

    We are excited to announce the General Availability (GA) of AI_GENERATE_EMBEDDINGS and CREATE Link to article: https://devblogs.microsoft.com/azure-sql/generate-embeddings-function-and-external-model-object-support-are-now-generally-available-in-azure-sql


    Read More
  • LINQ Filtering in C#: Where, Any, All, Contains, and OfType

    calendar May 8, 2026 · devleader.ca
    LINQ Filtering in C#: Where, Any, All, Contains, and OfType

    Learn LINQ filtering in C# with Where, Any, All, Contains, and OfType. Covers compound predicates, null handling, and performance tips with .NET 6-9 examples. Link to article: https://www.devleader.ca/2026/05/08/linq-filtering-in-c-where-any-all-contains-and-oftype


    Read More
  • Announcing the public preview of the Microsoft 365 Copilot Agent Evaluations tool

    calendar May 8, 2026 · devblogs.microsoft.com
    Announcing the public preview of the Microsoft 365 Copilot Agent Evaluations tool

    Today we're announcing the public preview of the Microsoft 365 Copilot Agent Evaluations tool. The Agent Evaluations CLI tool helps developer Link to article: https://devblogs.microsoft.com/microsoft365dev/announcing-the-public-preview-of-the-microsoft-365-copilot-agent-evaluations-tool


    Read More
  • Go 1.26.3-1 and 1.25.10-1 Microsoft builds now available

    calendar May 8, 2026 · devblogs.microsoft.com
    Go 1.26.3-1 and 1.25.10-1 Microsoft builds now available

    A new release of the Microsoft build of Go including security fixes is now available for download. For more information about this release and the changes included, see the table below: Microsoft Release Upstream Tag Link to article: …


    Read More
  • Developing more confidence when tracking renames via Read­Directory­ChangesW

    calendar May 8, 2026 · devblogs.microsoft.com
    Developing more confidence when tracking renames via <code>Read­Directory­ChangesW</code>

    A customer was using Read­Directory­ChangesW to monitor the contents of a directory, and they were concerned about the FILE_ACTION_RENAMED_OLD_FILE and FILE_ACTION_RENAMED_NEW_FILE pair of actions. The documentation doesn't guarantee that the tw Link to article: …


    Read More
  • Halliburton enhances seismic workflow creation with Amazon Bedrock and Generative AI

    calendar May 8, 2026 · aws.amazon.com/blogs/machine-learning
    Halliburton enhances seismic workflow creation with Amazon Bedrock and Generative AI

    In this post, we'll explore how we built a proof-of-concept that converts natural language queries into executable seismic workflows while providing a question-answering capability for Halliburton's Seismic Engine tools and documentation. We'll cover the technical details of the solution, share evaluation results …


    Read More
  • Flyweight Design Pattern in C#: Complete Guide with Examples

    calendar May 8, 2026 · devleader.ca
    Flyweight Design Pattern in C#: Complete Guide with Examples

    Master the flyweight design pattern in C# with practical examples showing shared state optimization, memory reduction, and object pool management. Link to article: https://www.devleader.ca/2026/05/08/flyweight-design-pattern-in-c-complete-guide-with-examples


    Read More
  • Running Codex safely at OpenAI

    calendar May 8, 2026 · openai.com/blog
    Running Codex safely at OpenAI

    How OpenAI runs Codex securely with sandboxing, approvals, network policies, and agent-native telemetry to support safe and compliant coding agent adoption. Link to article: https://openai.com/index/running-codex-safely


    Read More
  • A Tour of Handoff Orchestration Pattern

    calendar May 8, 2026 · devblogs.microsoft.com
    A Tour of Handoff Orchestration Pattern

    A Tour of the Handoff Orchestration Pattern Most multi-agent systems start out simple: a router agent receives a user request, picks the right specialist, and forwards the conversation. As long as each specialist can complete its task in one pass, that model wor Link to article: …


    Read More
  • Announcing general availability of the mailbox import and export Microsoft Graph APIs

    calendar May 7, 2026 · devblogs.microsoft.com
    Announcing general availability of the mailbox import and export Microsoft Graph APIs

    We're excited to announce the general availability (GA) of the mailbox import and export Microsoft Graph APIs. After a successful public preview period, these APIs are now ready for production use, enabling organizations and developers worldwide to efficiently manage, migrate, and integrate mailbox data in Exchange O …


    Read More
  • Least privilege AI agents: A new azd template from Curity and Microsoft

    calendar May 7, 2026 · devblogs.microsoft.com
    Least privilege AI agents: A new azd template from Curity and Microsoft

    If you ever built an AI agent demo, you probably had this moment. Everything works: the agent interprets natural language, calls the right tools, and returns the right data. Then you start designing for the real users of the app. You think about data boundaries: what if someone tries to get data they're not supposed to …


    Read More
  • Debugging Event-Driven Systems: 5 Problems Teams Create

    calendar May 7, 2026 · codeopinion.com
    Debugging Event-Driven Systems: 5 Problems Teams Create

    A post on Medium was shared with me by a member of my channel. A team went all in on event-driven architecture, and now they feel like they can’t debug anything. I get it, debugging event-driven systems can seem challenging. But it’s not directly because of event-driven architecture. It’s because of their …


    Read More
  • LINQ in C#: Complete Guide to Language Integrated Query (.NET 6-9)

    calendar May 7, 2026 · devleader.ca
    LINQ in C#: Complete Guide to Language Integrated Query (.NET 6-9)

    Master LINQ in C# with this complete guide covering filtering, projection, ordering, grouping, joins, and every new operator added in .NET 6 through .NET 10. Link to article: https://www.devleader.ca/2026/05/07/linq-in-c-complete-guide-to-language-integrated-query-net-69


    Read More
  • Copilot Studio gets faster with .NET 10 on WebAssembly

    calendar May 7, 2026 · devblogs.microsoft.com
    Copilot Studio gets faster with .NET 10 on WebAssembly

    A few months ago, we shared How Copilot Studio uses .NET and WebAssembly for performance and innovation, describing how Microsoft Copilot Studio runs C# in the browser via .NET Link to article: https://devblogs.microsoft.com/dotnet/copilot-studio-dotnet-10-migration


    Read More
  • What's New in Aspire 13.3

    calendar May 7, 2026 · devblogs.microsoft.com
    What's New in Aspire 13.3

    Aspire 13.3 is here, and even though it's only been five weeks since 13.2, this one is still packed. We have the new Aspireify skill for agent-assisted onboarding. We have command results that bring structured output from resource commands into the dashboard, CLI, MCP tools, and integrations. We have browser logs, …


    Read More
  • Project-Specific Build Optimizations with GitHub Copilot

    calendar May 7, 2026 · devblogs.microsoft.com
    Project-Specific Build Optimizations with GitHub Copilot

    We are excited to announce that GitHub Copilot build performance for Windows now supports project-specific builds! Available in the latest Visual Studio Insiders, you can target a single MSBuild project or CMake target instead of analyzing your entire solution. For game developers and teams working with Link to …


    Read More
  • What's New in vcpkg (Apr 2026)

    calendar May 7, 2026 · devblogs.microsoft.com
    What's New in vcpkg (Apr 2026)

    This blog post summarizes changes to the vcpkg package manager as part of the 2026.04.27 registry release and the 2026-04-06 and Link to article: https://devblogs.microsoft.com/cppblog/whats-new-in-vcpkg-apr-2026


    Read More
  • Secure short-term GPU capacity for ML workloads with EC2 Capacity Blocks for ML and SageMaker training plans

    calendar May 7, 2026 · aws.amazon.com/blogs/machine-learning
    Secure short-term GPU capacity for ML workloads with EC2 Capacity Blocks for ML and SageMaker training plans

    In this post, you will learn how to secure reserved GPU capacity for short-term workloads using Amazon Elastic Compute Cloud (Amazon EC2) Capacity Blocks for ML and Amazon SageMaker training plans. These solutions can address GPU availability challenges when you need short-term capacity for load testing, model …


    Read More
  • Overcoming reward signal challenges: Verifiable rewards-based reinforcement learning with GRPO on SageMaker AI

    calendar May 7, 2026 · aws.amazon.com/blogs/machine-learning
    Overcoming reward signal challenges: Verifiable rewards-based reinforcement learning with GRPO on SageMaker AI

    In this post, you will learn how to implement reinforcement learning with verifiable rewards (RLVR) to introduce verification and transparency into reward signals to improve training performance. This approach works best when outputs can be objectively verified for correctness, such as in mathematical reasoning, code …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top