Scaffold-DbContext Server=localhost\SQLEXPRESS;Database=Tutorial Database;Trusted_Connection=True; Microsoft.EntityFrameworkCore.SqlServer -OutputDir Models code example

Example: ef core connection string sql server

{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft": "Warning",
      "Microsoft.Hosting.Lifetime": "Information"
    }
  },
  "AllowedHosts": "*",
  "ConnectionStrings": {
    "RazorPagesMovieContext": "Server=(localdb)\\mssqllocaldb;Database=RazorPagesMovieContext-bc;Trusted_Connection=True;MultipleActiveResultSets=true"
  }
}

Tags:

Sql Example