Often these days, i find managers requesting developers to get their hands on Hibernate methodologies to connect to various relational databases. As i was trying to check this out, i came across this very useful tutorial on nHibernate
@ http://www.hibernate.org/362.html
NHibernate handles persisting your .NET objects to and from an underlying relational database. Rather than you […]