.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Implementing the Inbox Pattern for Reliable Message Consumption

    calendar Apr 4, 2026 · milanjovanovic.tech
    Implementing the Inbox Pattern for Reliable Message Consumption

    The Outbox pattern guarantees reliable publishing. But what about the consumer side? The Inbox pattern ensures each incoming message is processed exactly once, even when the broker retries or delivers duplicates. Here's how to implement it in .NET with MassTransit and PostgreSQL. Link to article: …


    Read More
  • Stop Sacrificing Performance for "Pure" Domain Models

    calendar Mar 31, 2026 · milanjovanovic.tech
    Stop Sacrificing Performance for "Pure" Domain Models

    Get the source code for this video here → https://the-dotnet-weekly.kit.com/ddd-trilemma-2026 Join the .NET Architects Club: ... Link to article: https://www.youtube.com/watch?v=P1wAvBKriVs


    Read More
  • Getting Started With PgVector in .NET for Simple Vector Search

    calendar Mar 28, 2026 · milanjovanovic.tech
    Getting Started With PgVector in .NET for Simple Vector Search

    Vector search doesn't require a dedicated vector database. PostgreSQL with pgvector gives you similarity search right next to your relational data. Here's how to set it up in .NET with Aspire, Dapper, and Ollama. Link to article: …


    Read More
  • How to Implement TOTP-Based 2FA in .NET the Right Way

    calendar Mar 27, 2026 · milanjovanovic.tech
    How to Implement TOTP-Based 2FA in .NET the Right Way

    Join the .NET Architects Club: https://www.skool.com/mj-tech-community-5418/about Get the 2026 .NET Developer roadmap here ... Link to article: https://www.youtube.com/watch?v=pNEaBQIJ_Dg


    Read More

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top