Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carlo-fontanos/b31e8e88fe2e0ce7f95d8ca1f7ddd54d to your computer and use it in GitHub Desktop.
Save carlo-fontanos/b31e8e88fe2e0ce7f95d8ca1f7ddd54d to your computer and use it in GitHub Desktop.
Consuming WCF in ASP.NET MVC 5 with Entity Framework 6 using Visual Studio 2017 Tutorial
<entityFramework>
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework">
<parameters>
<parameter value="mssqllocaldb" />
</parameters>
</defaultConnectionFactory>
<providers>
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
</providers>
</entityFramework>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment