Search found 1 match

by johnbucannan
Tue Oct 07, 2014 4:54 am
Forum: General XML Questions
Topic: batch xml generation
Replies: 1
Views: 2196

batch xml generation

I have a requirement where I read data from database and form list of objects. The count of the objects can go upto 500000. I want to serialize these objects into an xml file but also make sure the size of the file doesn't surpass certain size for example 10 MB. As soon as the size reaches around 10...