Skip to content

Instantly share code, notes, and snippets.

@fsanggang
Created November 2, 2020 20:04
Show Gist options
  • Save fsanggang/7f5ffb5c18e6abfaaf44171e06d963c3 to your computer and use it in GitHub Desktop.
Save fsanggang/7f5ffb5c18e6abfaaf44171e06d963c3 to your computer and use it in GitHub Desktop.
// Startup.cs
services.AddDbContext<ApplicationDbContext>(options =>
options.UseSqlServer(
Configuration.GetConnectionString("DefaultConnection")));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment