Setting up nHibernate with an Oracle database and Visual Studio 2010

Posted by Geoff on Stack Overflow See other posts from Stack Overflow or by Geoff
Published on 2011-01-11T19:47:22Z Indexed on 2011/01/11 21:53 UTC
Read the original article Hit count: 407

Filed under:
|
|
|
|

I'm creating a .ASPNET project and I would like to setup nHibernate as my ORM tool. I will be using an existing oracle database and Visual Studio 2010. ORM tools are very new to me and really could use any advice to better understand the tool and the process required to implement them.

I've been following an article at http://nhforge.org/wikis/howtonh/your-first-nhibernate-based-application.aspx to learn about it and am stuck where they say to create a local database as mine only give me the option to create a SQL server database (perhaps this a new for visual studio 2010?). Is the purpose of this database just to cache results from the live database?

Thanks for your help!

Geoff

© Stack Overflow or respective owner

Related posts about Oracle

Related posts about visual-studio-2010