0
jamsecgmbh created
Hi, is it somehow possible to insert a complete list (mapped with Automapper) within an application service method? Or is it only possible to iterate the list and use single insert of IRepository? Thank you very much!
2 Answer(s)
-
0
Hi,
AspNet Zero does not have such a feature, you can use a batch insert library like EntityFramework.Extended. We haven't tried any of them but I think you can find a a good one.
-
0
OK, thank you!