Hi,
How to generate 5600000 lakh records in CSV using asp.net with C#
Regards,
Pratik
Hi,
How to generate 5600000 lakh records in CSV using asp.net with C#
Regards,
Pratik
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mukesh SagarPosted Jun 21, 2024, 7:20 AM
We can add the large number of records asynchronously using the sollowing code snippet:
Jithu ThomasPosted Jun 20, 2024, 8:45 PM
It is possible by using a streaming approach to write the records directly to the response output stream, minimizing memory usage.