Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 339 Bytes

File metadata and controls

4 lines (3 loc) · 339 Bytes

Bulk Operation Using C# Reflection

Iterate through each properties of each object of a collection and perform any operation on those, like covert to CSV, clonning, mapping or bulk insert-update etc. Properties and types will be evaluated once then process will be executed on it. Two demo tools is created on Demo folder, check it out.