How can i export records of more than 1,00,000 from sql server database to CSV formats in LINQ?
- by Krishnan
My team working asp.net File manage project
In our project we need to export database contents to csv formats
We are using LINQ.
Please provide necessary instruction to do the task