Skip to content

Instantly share code, notes, and snippets.

@qianthinkover
Created May 15, 2014 07:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save qianthinkover/c0345dd0faff74e6cba1 to your computer and use it in GitHub Desktop.
Save qianthinkover/c0345dd0faff74e6cba1 to your computer and use it in GitHub Desktop.
Entity FrameWork data batch process
when I use the ef as ORM tool,I often foreach a data collection to add every item to my sql
,while the collection is a big data,my programm will be too slow
do you get the same problem,and how to solve that!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment