This document discusses fundamentals of ASP.NET MVC 5 and Entity Framework 6 including that the database, model, and code should be created first. It covers using migrations to create, seed, and apply schema changes to a database with support for multiple contexts. Scaffolding and an async API are discussed as well as using logging and Glimpse to view what is happening with database queries and performance.