SqlBulkCopy IList
What frameworks are available for performing bulk copy using an
IList
as the input?
There's DataTable
and FastMember
. I have used FastMember, but it's outdated and I'd rather use something current.3 Replies
I need something for Framework & Core.
afaik FastMember is still mantained by Marc. Last publish was 2 years ago, which isn't that outdated especially if you need something for Framework. HyperDescriptor, DataTable, and Fastreflect are the only others I really know of
Yeah, 2 years is out of date in the realm we work in. I did find a simple implementation of IDataReader which is similar to that one (doesn't expose all the methods). If there were more activity it would be an easier sell.
@Andrew (ryzngard | they/them) it would be nice if Microsoft updated DT to be more performant, or introduced a newer / efficient strategy