I have an EF6 / ASP.NET 4.5 Webforms solution up and running, and now I need to add some functionality to allow bulk inserts from Excel files....I am aware that EF out of the box isn't optimized for bulk operations, so I looked around and found "EF BulkIn...