Info
Version: | 4.6.1.2 |
Author(s): | Robert Grueneis |
Last Update: | Friday, December 7, 2018 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/northwind.ef.codefirst |
Install
Install-Package northwind.ef.codefirst
dotnet add package northwind.ef.codefirst
paket add northwind.ef.codefirst
northwind.ef.codefirst Download (Unzip the "nupkg" after downloading)
Dependencies
- EntityFramework(>= 6.2.0)
Tags
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 timeout=5;MultipleActiveResultSets=True;App=EntityFramework"
providerName="System.Data.SqlClient"/>
</connectionStrings>.