Skip to content

Instantly share code, notes, and snippets.

View qianthinkover's full-sized avatar

Guoqian qianthinkover

View GitHub Profile
@qianthinkover
qianthinkover / gist:c0345dd0faff74e6cba1
Created May 15, 2014 07:45
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!