30 November 2006

How to use Hibernate with .Net?

NHibernate is built on top of Hibernate to use with .Net projects. you can download and can have a quick look at the features that NHibernate provides from the following page.

http://www.hibernate.org/343.html

you can go through an example of how to use NHibernate with .Net from the following page.
http://www.hibernate.org/362.html

29 November 2006

Hibernate usefull links

Hibernate is the most popular ORM(object relational mapping) tool from open source. it bridges the gap between the object model and relational model. some usefull links for the starters of Hibernate.

paper on What an object-relational mapper does?
http://www.gloegl.de/17.html

hibernate tutorials

http://www.jroller.com/page/garymak?entry=hibernate_tutorials


Hibernate reference documentation. first chapter in the reference doc also eplains well with example on how to write an application on hibernate.
http://www.hibernate.org/hib_docs/v3/reference/en/html/

hibernate presentatiuons
http://www.hibernate.org/159.html

demo applications
http://www.hibernate.org/159.html

external articles and tutorials
http://www.hibernate.org/78.html