Skip to content

Instantly share code, notes, and snippets.

@babaktaremi
Created August 22, 2021 07:32
Show Gist options
  • Save babaktaremi/b2020dcedb9dd9b6622270721d264fd2 to your computer and use it in GitHub Desktop.
Save babaktaremi/b2020dcedb9dd9b6622270721d264fd2 to your computer and use it in GitHub Desktop.
services.AddDbContext<ApplicationDbContext>(options =>
{
options
.UseSqlServer(Configuration.GetConnectionString("SqlServer"));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment