Introduction: I know you all must be really anxious to find out that how NHibernate works and how it can make your life easier. In this article we will look at the add feature of the NHibernate. I will go step by step so you understand what is going on. Making a Class Library: The first task is to create a class library which will be mapped using the NHibernate. So, lets make a simple class User. publicclass User { privateint personID; privatestring email; privatestring password; privatebool...
|
3
shouts |
|
|||
No comments yet, be the first one to post comment.