c# entity framework code first connection string code example
Example: c# entity framework code first connection string
<connectionStrings>
<add name="SchoolDB"
connectionString="Data Source=Your Server Name ;Initial Catalog=SchoolDB;Integrated Security=false ; user id =sa ; password =*** "
providerName="System.Data.SqlClient"/>
</connectionStrings>