Summary
In this chapter, we downloaded the Northwind SQL Server database script. Then, we added some stored procedures to insert, update, select, and delete data from the Products
table.
After making sure that we have our database in place with the required stored procedures, we started a .NET 6.0 console application. We added our model class and data access classes for performing data access operations in Entity Framework, Dapper, and ADO.NET.
In the next chapter, we will be benchmarking the data access methods for each of these frameworks. In the Further reading section, you can further your knowledge of Entity Framework, Dapper, and ADO.NET using the links provided.