nhibernate
Posted: Thursday, September 18, 2008 by Ric in
0
learned to use nhibernate..
it seems to be a huge overkill while we are learning this..
I mean.. create the XML, the class definition.. the database tables...all in sync.. just to have a persisntent object oriented approach to database connectivity and use..
but as soon as its done, it just feels good!
now I can say "User u = new User(); u.Name = "Ric"; u.Save(); transaction.Commit();" or something like that..
feels just like coding, which is all I wanna do..