I have ObservableCollection for my Collection og Movie files. Im using ListView to display filename, size, type, length of movie files i add to my Collection. Im am now trying to build database to store the info i display with the ListView so when i close and open my program later previously addded files will be in the listview. I was thinking if there was some method to connect SQL database (using VS 2010 and SQL database file) to my Collection.
Or is it unneccecary to use collection if i am going to build database for my info?
Have you looked at LINQ to SQL
http://weblogs.asp.net/scottgu/archive/2007/05/19/using-linq-to-sql-part-1.aspx
http://www.codeproject.com/KB/WPF/binding_in_linq-sql.aspx talks about using LINQ to SQL and WPF binding