Answers for "c# entity framework code first connection string"

C#
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 "c# entity framework code first connection string"

C# Answers by Framework

Browse Popular Code Answers by Language