sql - How can I easily store my C# data structure(XML serialiazable) into a database? -


i have c# data structure consists of classes , collections have references each other. using serialization store structure in xml, works handy way save/load structure application.

if want able save/load structure database, there simple way? should use linq?

just 100% clear linq has nothing storing data in database. linq language query c# syntax resembles sql.

so in order answer question @ entity framework (i'd recommend if using .net 4.0) or linq sql


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -