Tags / .net
Limitations of Using Binary Columns as Primary Keys with LINQ to SQL
Updating Values Within a JSON String Stored in a Database Table Using SQL's $JSON_MODIFY Modifier
Implementing EntityFramework.Partitioned Views: A Step-by-Step Guide to Scaling Your Database with Partitioned Views
Executing Multiple Non-SELECT MySQL Statements as a Single Command Text in .NET for Improved Performance and Reduced Round-Trip Times to the Database Server
Implementing Optimistic Concurrency Control in Postgres Stored Functions: A Practical Guide