Hello,


I need to create object to hold a collection of information about movies. Storing it, I think to use serialization.

I'm new in .NET so I have very little expierence how to do this best. Please suggest the best solution.

Movie object will contain lost of information like title, year, description, director, actors list and other. I would need quickly load/update information. Also I would need to find movie with some conditions.

Waiting your suggestion how to create such objects and how to save it (binary, xml or other methods?).

Regards in advance,
Good luck