Entity Framework Tutorial by Joydip Kandilal – Chapter 2 and 3 – Book Review

In my earlier post, We had seen the Review of Chapter 1 in the book “Entity Framework Tutorial” written by Joydip Kanjilal. In this post, let us see what Chapter 2 and 3 have in store for us.

Book : Entity Framework

Author: Joydip Kandilal

Publisher: PACKT publishing (http://www.packtpub.com/)

Chapter 2: Getting Started

Pages: 37-57

The second chapter begins with how to create an ADO.NET Entity Data Model in Visual Studio using Entity Data Model Wizard with step by step instruction and screen-shots. It also describes the alternate way of generating Entity Data Model from the database using the EDMGen.exe command line tool. There is a table which describes the different command line switches of EDM Gen.exe and their purpose.

ADO.NET Entity Data Source Control is then introduced. A sample application is implemented with Entity Data Source Control and GridView to load the data from the Database and display it in a screen.

Chapter 3: Entities, Relationships and Entity Data Model

Pages: 59-84

The third Chapter deals with the Entity Data Model. In Chapter 3, we can learn

  1. What is Entity
  2. What is Entity Set
  3. How to define Entity Types and how they can be derived
  4. What is Relationship and what are the relationships that can be defined in Entity Data Model
  5. What are Entity Containers
  6. What does Mapping Details Window in Visual Studio represent?
  7. What does the Model Browser window in Visual Studio represent?
  8. How to define CSDL schema layer?
  9. How to define SSDL schema layer?
  10. How to define MSL schema layer?

It then explores the Entity Data Model created in the previous chapter for all these concepts.

Happy Reading and Happy Coding!!!