Summary
In this chapter, you learned:
- How to connect to an existing SQL Server database.
- How to execute a simple query and process the results using fast and low-level ADO.NET.
- How to execute a simple query and process the results using Dapper.
In the next chapter, you will learn how to use the more powerful and complex ORM from Microsoft named EF Core.