Back to quiz

6. Microsoft’s primary data-access framework (i.e. a set of classes) for .NET

  • LocalDB
  • ADO.NET
  • Internet Information Server Express (IIS)

7. Packages are specially named zip files (.nupkg)

  • NuGet Package Manager
  • LINQ - Language INtegrated Query

8. Tables held in a single mdf file deployed with the application itself

  • LocalDB
  • ADO.NET
  • Internet Information Server Express (IIS)

9. Cut-down development version of MS’ full blown, enterprise-level web server solution Internet Information Server

  • Internet Information Server Express (IIS)
  • ADO.NET
  • LocalDB

10. Component which extends .NET languages by implementing native data querying capabilities

  • LINQ - Language INtegrated Query
  • NuGet Package Manager

11. Started on demand by VS2017 not installed as a permanently running service

  • LocalDB
  • Internet Information Server Express (IIS)
  • ADO.NET

12. Publicly published packages can be used other developers world-wide and used in their programs

  • NuGet Package Manager
  • LINQ - Language INtegrated Query

13. Integrated into VS2017

  • Internet Information Server Express (IIS)
  • ADO.NET
  • LocalDB

14. Facilities code-reuse and efficiency therefore

  • NuGet Package Manager
  • LINQ - Language INtegrated Query

15. Primarily intended as development or embedded application database

  • Internet Information Server Express (IIS)
  • LocalDB
  • ADO.NET

16. Does this with query expressions that are similar to SQL statements but allow consistent, native, type-safe extraction and processing of required data from arrays, enumerable classes (e.g. List class implementations), XML documents, relational databa

  • LINQ - Language INtegrated Query
  • NuGet Package Manager

17. Exposes data access services for .NET programmers (in other words, it’s allows programmers to access (among other things) SQL databases in their applications!)

  • ADO.NET
  • Internet Information Server Express (IIS)
  • LocalDB

18. Cut-down, self contained version of MS’ SQL Server

  • LocalDB
  • ADO.NET
  • Internet Information Server Express (IIS)

19. Based on their free SQL Server Express product

  • Internet Information Server Express (IIS)
  • LocalDB
  • ADO.NET

20. MS’ tool for creating, consuming and sharing reusable packages of (normally compiled) code as “NuGet Packages”

  • NuGet Package Manager
  • LINQ - Language INtegrated Query