Home Archive Issue #535
Issue #535

PostgreSQL, API speed, PDF extraction, mappers

PostgreSQL 19 WAIT FOR LSN, Web API optimization, PDF extraction in C#, AutoMapper alternatives, and concurrency primitives for .NET.

Jasen's top three picks

  1. 1
    PostgreSQL 19 WAIT FOR LSN: Solving Read-Your-Writes Consistency in .NET

    c-sharpcorner.com

    PostgreSQL 19 WAIT FOR LSN solves a real distributed consistency headache—especially for replicated reads.

  2. 2
    6 Ways to Speed Up Your .NET Web API

    martinbrn.medium.com

    Six solid techniques; caching and async are table stakes, but EF Core and pooling tuning often get overlooked.

  3. 3
    I Tried Extracting Tables from PDFs in C# — Here’s Where It Breaks

    adityamangal98.medium.com

    PDF table extraction remains messy; local .NET 10 approach avoids cloud costs but surfaces real parsing limits.

Editor's note

This week’s mix spans database consistency, performance tuning, and architectural choices. PostgreSQL 19’s WAIT FOR LSN is a game-changer for read-your-writes scenarios, and the six API speed techniques hit the essentials. I also flagged the AutoMapper debate and locking primitives piece because they challenge common defaults—worth revisiting your own code.

Today's articles

Related issues

📬 Save the search. Get the .NET stories worth reading at 7 AM ET.