EntityFramework.BulkInsert is an extension for Entity Framework that allows users to insert large amounts of data faster than with a regular insert
EntityFramework.BulkInsert is an extension for Entity Framework that allows users to insert large amounts of data faster than with a regular insert. It's project homepage on Codeplex exists here. It already ships with common providers for databases like SQLServer and Oracle, but also can be extended to use custom implementations. It supports advanced features like transactions and streaming of data.
The documentation for using EntityFramework.BulkInsert can be found here.