EF Classes for NORTHWND.MDF generated as Code First.
Add a connection string like this to App.config:
<connectionStrings>
<add name="NorthwindDb"
connectionString="data source=(LocalDB)\MSSQLLocalDB;attachdbfilename=|DataDirectory|\NORTHWND.MDF;integrated security=True;connect...
More information
This is a simple library that moks an in memory repository of a database similar to the famous Northwind database. This can be usefull in case you want to have a ready to use Entities/Business Logic library to test you application and in particular your User Interface