Last active
July 5, 2019 10:25
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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