Skip to content

Instantly share code, notes, and snippets.

@csharpfritz
Created August 14, 2017 14:31
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 csharpfritz/73a0a197b40567f8dea4451c62cd855d to your computer and use it in GitHub Desktop.
Save csharpfritz/73a0a197b40567f8dea4451c62cd855d to your computer and use it in GitHub Desktop.
EF Core Context pooling
services.AddDbContextPool<BloggingContext>(
options => options.UseSqlServer(connectionString)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment