Skip to content

Instantly share code, notes, and snippets.

@lucasselliach
Last active September 8, 2015 19:09
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 lucasselliach/8a7bc479f7afce80405e to your computer and use it in GitHub Desktop.
Save lucasselliach/8a7bc479f7afce80405e to your computer and use it in GitHub Desktop.
Connection strings to use with Entity Framework
<connectionStrings>
<add name="AppContext" connectionString="data source=(LocalDB)\v11.0;attachdbfilename=C:\Users\Pierry\Documents\Repositorios\ddd-ef-di-api-mvc\SpaUserControl.Data\MyDB.mdf;Database=MyDb;Trusted_Connection=Yes;" providerName="System.Data.SqlClient" />
</connectionStrings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment