Concurrency Control in .NET: Optimistic vs Pessimistic
Data integrity in high-traffic applications relies on how you handle concurrent updates. We compare DB locks (Pessimistic) against Row Versioning (Optimistic) in EF Core.
9 articles found
Data integrity in high-traffic applications relies on how you handle concurrent updates. We compare DB locks (Pessimistic) against Row Versioning (Optimistic) in EF Core.
Why BlueRobin moved from standard UUIDs to NanoIDs for primary keys: URL aesthetics, database considerations, and a custom alphabet implementation.
How to safely migrate from a monolithic ASP.NET MVC app to modern microservices using the Strangler Fig Pattern and YARP (Yet Another Reverse Proxy).
How to extract entities (NER) from documents using LLMs and model them effectively in FalkorDB for knowledge graphs.
Why we chose the Document Model and RavenDB's impressive GUI, despite the challenges of a smaller ecosystem and specialized hosting requirements.
Manage database schema evolution with EF Core migrations, including multi-environment strategies and zero-downtime deployments.
Model and query entity relationships using FalkorDB (Redis Graph) for knowledge graphs and connected data in .NET applications.
A comprehensive guide to securing PostgreSQL in a production environment, covering pg_hba.conf, enforced SSL/TLS, RBAC, Row-Level Security (RLS), and credential management with Infisical.
Deploy and configure Qdrant for production semantic search with collection management, filtering, and high availability on Kubernetes.