Answers for "connection string entity framework"

SQL
0

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>
Posted by: Guest on January-14-2021

Code answers related to "connection string entity framework"

Code answers related to "SQL"

Browse Popular Code Answers by Language