Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
await _unitOfWorkManager.Current.SaveChangesAsync(); it too slow when i insert massive data
This problem has a solution in efcore, set context.Configuration.AutoDetectChangesEnabled false
In abp how to set AutoDetectChangesEnabled
Description
await _unitOfWorkManager.Current.SaveChangesAsync(); it too slow when i insert massive data This problem has a solution in efcore, set context.Configuration.AutoDetectChangesEnabled false In abp how to set AutoDetectChangesEnabled