News

Jagged Arrays (video) Implement a vector (mutable array with automatic resizing): Practice coding using arrays and pointers, and pointer math to jump to an index instead of using indexing. New raw ...
Since .NET 6 there is a generic way to perform batched query execution in ADO.NET using the DbBatch feature. It allows for multiple queries to be ran in one round-trip to the server, sometimes ...