Further reading
- Dapper vs Entity Framework vs ADO.NET Performance Benchmarking:
- Dapper tutorial:
- ADO.NET Tutorial for Beginners and Professionals:
- SQL Server Database Performance Tuning:
- Book – High Performance SQL Server: Consistent Response for Mission-Critical Applications by Benjamin Nevarez:
- Performance tips for Azure Cosmos DB and .NET:
- A technique for building high-performance databases with EF Core:
- How to improve SQL Server query performance in .NET: https://www.red-gate.com/products/dotnet-development/ants-performance-profiler/resources/how-to-improve-sql-server-query-performance-in-net
- Using Dapper and SQLKata in .NET Core for High-Performance Application:
- What are the best databases for a small .NET application?:
Point to Remember
Reading about performance in a book is all very good. But you should always do your own experimentation and benchmarking if performance is very important to you. Different hardware architecture...