Skip to content

Demo Implementation of SqlBulkCopy for Generic Class. Free and simple version of "Dapper Plus - Bulk Insert"

License

Notifications You must be signed in to change notification settings

ayrat162/BulkInsert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BulkInsert Demo

Demo Implementation of SqlBulkCopy for Generic Database Model.

This repository was created as a simplified version of Dapper Plus - Bulk Insert.

It uses Dapper.Contrib, FastMember, and SqlBulkCopy for uploading large chunks of data to MS SQL Server.

Known issues:

  • If the field is to be truncated, the app throws an error and crashes

About

Demo Implementation of SqlBulkCopy for Generic Class. Free and simple version of "Dapper Plus - Bulk Insert"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages