.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Collection Performance: AddRange() vs. InsertRange() When Populating Lists

    calendar May 10, 2026 · dotnettips.wordpress.com
    Collection Performance: AddRange() vs. InsertRange() When Populating Lists

    When populating collections in .NET, choosing the right bulk operation improves both clarity and efficiency. Methods like AddRange() and InsertRange() allow multiple items to be added in a single call, reducing overhead compared to repeated individual inserts and clearly expressing intent. When combined with proper …


    Read More
  • The Software Dark Factory and the Future of Software Development

    calendar May 10, 2026 · build5nines.com
    The Software Dark Factory and the Future of Software Development

    The term “dark factory” comes from manufacturing. It refers to a factory that is so automated it can run with the lights off. No people walking the floor. No operators watching machines. No manual handoffs between stations. The machines do the work, the systems coordinate the flow, and humans step in only when …


    Read More
  • LINQ Projection in C#: Select, SelectMany, and Flattening Collections

    calendar May 9, 2026 · devleader.ca
    LINQ Projection in C#: Select, SelectMany, and Flattening Collections

    Learn LINQ projection in C# with Select, SelectMany, and the .NET 9 Index() method. Covers anonymous types, records, flattening nested collections, and real examples. Link to article: https://www.devleader.ca/2026/05/09/linq-projection-in-c-select-selectmany-and-flattening-collections


    Read More
  • Bridge vs Adapter Pattern in C#: Key Differences Explained

    calendar May 9, 2026 · devleader.ca
    Bridge vs Adapter Pattern in C#: Key Differences Explained

    Compare bridge vs adapter pattern in C# with side-by-side code examples, key structural differences, and guidance on when to use each. Link to article: https://www.devleader.ca/2026/05/09/bridge-vs-adapter-pattern-in-c-key-differences-explained


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top