Nhibernate

Nhibernate

what is NHibernate ?

View Answers

January 13, 2011 at 11:16 AM

Hi Friend,

NHibernate is an Object-relational mapping (ORM) solution for the Microsoft .NET platform: it provides an easy to use framework for mapping an object-oriented domain model to a traditional relational database. Its purpose is to relieve the developer from a significant amount of relational data persistence-related programming tasks.

Thanks









Related Tutorials/Questions & Answers:
Nhibernate
Nhibernate  what is NHibernate
Lazy loading
object is actually queried for the data. The lazy="proxy" means that NHibernate will lazily initialize instances of your class; When NHibernate retrieves
Advertisements

Ads