Summary
In this chapter, you learned how to connect to a database, how to execute an SQL statement and process the results, and how to build Code First data models for an existing database such as Northwind.
In the next chapter, you will learn how to write a LINQ query to select, filter, sort, join, and group data of all types.