Navigation

Search

Categories

 
 
 
 
 
 
 
 
 

On this page

Simple object/class to database persisting technique based on reflection

Archive

Blogroll

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.

RSS 2.0 | Atom 1.0 | CDF

Send mail to the author(s) E-mail

Total Posts: 8
This Year: 0
This Month: 0
This Week: 0
Comments: 5

Sign In
Pick a theme:

# Wednesday, 28 March 2007
Wednesday, 28 March 2007 22:07:08 (GMT Daylight Time, UTC+01:00) ( .net | OO | Reflection | SQL )
Maybe you too have seen many database persistance systems/techniques, but most of them are very complex. I wanted to have a very simple and transparent way to persist my objects to a SQL Database. I wanted to do as few changes as possible to my classes when my database changes. And therefore I developed this technique for persisting classes to a (any) database.
Comments [0] | | #