LINQ and Entity Framework - Day 1
Across
- 1. Performs a reversal of the order of the element in a collection
- 3. Returns the First element or the default value if no element is present
- 6. Provider use by application to perform data access
- 7. Namespace for using linq in Ado.Net
- 10. Sql like queries for .Net Collections
Down
- 2. Eliminates the need to write the Data Access code
- 4. Adds query capabilities to the Programming Language
- 5. Package Manager for installing ans uninstalling third party libraries
- 8. Contains mapping information of Conceptual Model to Storage Model
- 9. Last clause in a LINQ query