Skip to content

Instantly share code, notes, and snippets.

@dimlucas
Created October 21, 2018 07:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dimlucas/f610c540a55b6ef00eb79521787e517d to your computer and use it in GitHub Desktop.
Save dimlucas/f610c540a55b6ef00eb79521787e517d to your computer and use it in GitHub Desktop.
services.AddDbContext<AppDbContext>(options =>
{
options.UseSqlServer(Configuration.GetConnectionString("ToDos"));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment