I use Entity Framework Code First,
Entity Framework Code First
My connection string is in a configuration file:
<
You're missing the following piece of code after the connectionString attribute (assuming that you're using SQL):
connectionString
providerName="System.Data.SqlClient"