Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

.Net Bulk Insert Benchmark

In this project, I have implemented bulk insert in different ways and elapsed time is calculated for every technique.

4 different techniques for bulk insert by Entity framework and without it :

1- EFCore.BulkExtensions => https://github.com/borisdj/EFCore.BulkExtensions

2- Bulk-Operations => https://github.com/zzzprojects/Bulk-Operations

3- EF core AddRange => https://github.com/dotnet/efcore

4- Microsoft SqlBulkCopy => https://docs.microsoft.com/en-us/dotnet/api/system.data.sqlclient.sqlbulkcopy?view=dotnet-plat-ext-5.0

you can add other techniques to this project

About

No description, website, or topics provided.

Resources

Stars

4 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages