LINQ and Entity Framework - Day 1

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