Skip to content

Instantly share code, notes, and snippets.

@wullemsb
Created October 4, 2025 09:18
Show Gist options
  • Select an option

  • Save wullemsb/d84515cc86892504fb48e1d620d5c486 to your computer and use it in GitHub Desktop.

Select an option

Save wullemsb/d84515cc86892504fb48e1d620d5c486 to your computer and use it in GitHub Desktop.
protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
{
optionsBuilder
.UseSqlServer(connectionString)
.UseQueryTrackingBehavior(QueryTrackingBehavior.NoTrackingWithIdentityResolution);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment