How do you persist you application objects in one file?  
Author Message
CodeScribler





PostPosted: .NET Base Class Library, How do you persist you application objects in one file? Top

Hi All,

I know how to use a databse to store data in my objects. I know about application settings in .Net 2.0 and I have successfuly saved my application details in one file by serializing an object which contained all the objects I wanted to save. The problem is that as soon as you change a class you can no longer open it as it does not match the original class structure.

Without including any 3rd party programs, does anyone have any advice for me

Danny




.NET Development28  
 
 
nobugz





PostPosted: .NET Base Class Library, How do you persist you application objects in one file? Top

Check this MSDN Library article...


 
 
CodeScribler





PostPosted: .NET Base Class Library, How do you persist you application objects in one file? Top

Thanks NoBugz!

That has realy made my day!