Creating a NHibernate session to access database within ASP.NET
NHibernate is an open source object-relational mapper, or simply put, a way to rapidly retrieve data from your database into standard .NET objects. This article teaches you how to create NHibernate sessions, which use database sessions to retrieve and store data into the database. In this article we'll talk about: * What is an NHibernate session? * How does it differ from a regular database session? * Retrieving and committing data * Session strategies for ASP.NET
|
|
Full Story |
This topic does not have any threads posted yet!
You cannot post until you login.