c# class->xml->sql tables->c#class

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to store an object graph in a SQL tables (that map via a schema
generated using xsd.exe to my objects properties - generated using xsd.exe)
and then restore these objects from said tables.

Dose anyone know where I might find a good description of how to acheieve
this or of any tools/frameworks that might assism me.

Any suggestions really appreciated.

Thanx in advance,
Michael McD.

Ps Would NHibernate help me here?
 
Michael,

This class of tools is known as "object-relational mapping". Search the Web
using this name or its abbreviation, ORM as the keyword (don't forget to add
".NET" as well - otherwise you can get lots of Java-related links).
 
Back
Top