How to import bulk data in MySQL database using .net code! it can be done by MySqlBulkLoader class provided in MySQL to .Net connector (MySql.Data.dll) [More]
SqlBulkCopy Class in System.Data.SqlClient namespace lets you efficiently bulk load a SQL Server table with data from another sources like csv, xls etc. [More]