Table of Contents
General C#
- Heap, Stack, Boxing and Unboxing, Performance ... let's order things!
readonly
, Docs: Write safe and efficient C# code
Querying
- Docs: Efficient Querying
- Streaming vs Buffered results in EF Core 5
- Streaming Results from Entity Framework Core and Web API Core
- Query Splitting
Concurrency
Memory
- How is 1GB of byte[] just using 14mb of memory when allocated inside an async task?
- Memory is complicated
- Find, Fix, and Avoid Memory Leaks in C# .NET: 8 Best Practices