If possible to use NHibernate in c#.net?How can use NHibernate in c#?
            Asked
            
        
        
            Active
            
        
            Viewed 1,151 times
        
    2 Answers
1
            If possible to use NHibernate in c#.net?
Yes.
How can use NHibernate in c#?
http://nhibernate.info/doc/tutorials/first-nh-app/your-first-nhibernate-based-application.html
        Owen Pauling
        
- 11,349
 - 20
 - 53
 - 64
 
        Heinzi
        
- 167,459
 - 57
 - 363
 - 519
 
0
            
            
        NHibernate is exactly the .NET version of Hibernate for Java, designed exactly to be used with .NET.
there are many many many examples on how to set up a NHibernate project with c#, either for ASP.NET web application or for Windows Forms, google for it or search here for examples.
        Davide Piras
        
- 43,984
 - 10
 - 98
 - 147