I am working on MVC3 .NET Project with Entity framework and SQL Azure Database.
When i try to save multiple records at once in a table it takes several minutes to finish the operation!
I use the same Datacontext for adding Object and saving changes also i've tried to use multiple Datacontexts but the results are the same.