-
Book Overview & Buying
-
Table Of Contents
Apps and Services with .NET 10 - Third Edition
By :
Test your knowledge and understanding by answering some questions, getting some hands-on practice, and exploring this chapter’s topics with deeper research.
Online material can be extra content written by me for this book, or it can be references to content created by Microsoft or third parties.
The data tier can have an outsized influence on the overall performance of an app or service.
Docs: https://learn.microsoft.com/en-us/ef/core/performance/.
In the ModernApps solution, create a console app named Exercise_ADONETvsEFCore that uses Benchmark.NET to compare retrieving all the products from the Northwind database using ADO.NET (SqlClient) and using EF Core.
You can learn how to use Benchmark.NET by reading the online-only section Benchmarking Performance and Testing...