In this chapter, you are going to examine the data context and the creation of models, as well as look in a bit more detail about how these objects work in concert for code-first database programming with Entity Framework.
By the end of the chapter, you will have reviewed and become even more familiar with some of the inner workings of the database context (DBContext). Through practical examples, you’ll also become very familiar with using models to build out your database tables.
Eventually, you will learn ...