Can I get help using NHibernate?
The XML mapping file (hbm.xml)
Laying the foundation—table layouts
Time for action - creating an ordering system database
Time for action - adding some tables to our Ordering system database
Time for action - creating our first class
Public properties and private variables
Time for action - adding a few properties
Converting SQL database types to .NET types
Time for action - mapping basic types
Time for action - mapping relationships
What is an NHibernate session?
Time for action - getting ready
NHibernate session versus database session?
Time for action - creating a session and doing some CRUD
Time for action - adding some logging
Time for action - adding some custom logging
Time for action - moving our configuration
Time for action - creating our basic Data Access Object
Time for action - adding some CRUD methods
Time for action - expanding our capabilities
Paging and Sorting GetAll() methods
Time for action - replacing our inline code
Why should we use data binding?
Time for action - adding an ASP.NET project
Time for action - adding our first data bound control
Time for action - adding a login to our page
Time for action - create a membership provider
Time for action - using MyGeneration
NGen NHibernate Code Generator
How does this relate to NHibernate?