Hello,
Can you provide me a solution to bulk insert instead of using for each and insert 1 by 1? Thanks
5 Answer(s)
-
0
ASP.NET Zero does not provide this out-of-the-box, but you can use other libraries. Related issue: https://github.com/aspnetboilerplate/aspnetboilerplate/issues/648
-
0
Hi @aaron,
This is paid libraries! Can you provide other free & open source libraries ? Also can i custom IRepository using this libraries? Thanks
-
0
I do not have any recommendations at the moment. Yes, you should create a custom repository using a library of your choice.
-
0
Hi,
How to do that? can you give me a step by step sample ?
-
0
Hi,
You can check below documentations for defining custom repositories.
<a class="postlink" href="https://aspnetboilerplate.com/Pages/Documents/Repositories#custom-repositories">https://aspnetboilerplate.com/Pages/Doc ... positories</a> <a class="postlink" href="https://aspnetboilerplate.com/Pages/Documents/EntityFramework-Integration#DocCustomRepositoryMethods">https://aspnetboilerplate.com/Pages/Doc ... oryMethods</a>