I am working on an MVC3.NET Project with Entity infrastructure and Azure SQL Database.
When I try to save several records at a time in a table, it takes several minutes to complete the operation!
I use the same Datacontext to add the object and save the changes, I also tried to use several Datacontexts, but the results are the same.
source share