LINQ and Entity Framework - Day 2

12345678910
Across
  1. 5. Allows you to implement POCO for creating Models
  2. 7. Process in which data is automatically loaded from the database when the entity referring the data is selected
  3. 8. Allows you to group several values into a single type
  4. 9. Helps to create foreign key
  5. 10. Used to create database schema visually
Down
  1. 1. Provides facilities for querying and working with entity data as objects
  2. 2. Helps to differentiate between Entity and Entity set
  3. 3. Helps you to design Entity Data Model Visually
  4. 4. Provides LINQ Support to query against Entity Framework Model
  5. 6. Makes changes permanent to database