2
Shouts

Bring Bulk insert into the ORM era - [Export] Bnaya Eshet

posted by bnayabnaya 762 days, 1 hour, 41 minutes ago
Monday, April 18, 2011 10:27:18 AM GMT

Bring Bulk insert into the ORM eraBring Bulk insert into the ORM era modern application increasingly drifting toward Object Relational Mapping (ORM). but ORMs does not designed for bulk Insert operations, there were a few community solution, including this one, which deal with the issue, those solution are using the old ugly DataTable, which means ugly mapping from DTO to DataTable (and potential memory leak if the DataTable does not disposed).   this post will suggest alternative solution whic...

category: Architecture | clicked: 4 | | source: blogs.microsoft.co.il | show counter code
tags: Entity Frameworks, EF, DataReader, bulk insert, IDataReader, ORM

No comments yet, be the first one to post comment.

To post your comment please login or signup