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