What is it?
Lightning Bug is a collection of flashy but short-lived bits of code for common tasks.
LightningBug.Data
- Extensions to
SqlBulkCopy
for bulk updates. - An implementation of
IDataReader
from anIEnumerable<T>
data source, suitable for use withSqlBulkCopy
. - Extensions to convert between
object
s,DataRow
s, andDataTable
s - Extensions to generate SQL tables from the schema of
DataTable
s
LightningBug.Reflection
- Cached delegates for property getters and setters