How To Start

Asked By Sukesh Marla
17-Apr-09 03:37 AM
Earn up to 0 extra points for answering this tough question.
Hi,
I want 2 Learn NHibernate But By my one not in class
Can Anyone Tell Me How To Start Please,
Thanks in advance

  Re: How To Start

Vasanthakumar D replied to Sukesh Marla
17-Apr-09 03:43 AM

Hi,

nhibenate is used to map object data model and relation data model.

you can find lot of articale about that in goole....

here is the tutorials for this

http://www.codeproject.com/KB/database/Nhibernate_Made_Simple.aspx

http://www.codegod.de/WebAppCodeGod/nhibernate-tutorial-1---and-aspnet-AID25.aspx

 

  thanks

Sukesh Marla replied to Vasanthakumar D
17-Apr-09 03:49 AM
Thanks A lot
I Will Go through this Examples....
thank u again
Bye

  tnx

Asked By Sukesh Marla
17-Apr-09 04:01 AM
tnx,
I will try this link.
  Re:How To Start
Santhosh N replied to Sukesh Marla
17-Apr-09 04:48 AM

NHibernate is an Object Relational Mapper (ORM) tool - which is to say it takes your living, squirming objects from a running application and stuffs them into some kind of database. It also will be happy dig into the database, grab some sleeping object, shake it awake and toss it back into your running application when you need it.

There are many links which take you to the learning of NHibernate just a search away for you :)

http://www.hanselman.com/blog/LearnHowToUseNHibernateWithTheSummerOfNHibernateScreencastSeries.aspx

http://www.thefreakparade.com/2008/07/so-you-want-to-learn-nhibernate-part-12-prerequisites-or-nhibernate-marijuananet/

  tnx
Sukesh Marla replied to Santhosh N
17-Apr-09 05:13 AM
tnx
  `How To Get Started with NHibernate
mv ark replied to Sukesh Marla
17-Apr-09 10:00 PM
One more nice intro article here -
http://dotnetslackers.com/articles/aspnet/Configuring-NHibernate-with-ASP-NET.aspx
Create New Account