Tagged Questions

4
votes
2answers
405 views

How to speed up LINQ inserts with SQL CE?

History I have a list of "records" (3,500) which I save to XML and compress on exit of the program. Since: the number of the records increases only around 50 records need to be updated on exit ...