NHibernate 2.0.0 Beta1 release

关键字:NHibernate,2.0.0,Beta,Download

      摘要:NHibernate 2.0.0 Beta1 release is now available.

    NHibernate 2.0.0 Beta1 release is now available.
    Requirements: .NET Framework 1.1 or 2.0 
    
    Download

    NHibernate is a port of Hibernate Core for Java to the .NET Framework. It handles persisting plain .NET objects to and from an underlying relational database. Given an XML description of your entities and relationships, NHibernate automatically generates SQL for loading and storing the objects. Optionally, you can describe your mapping metadata with attributes in your source code.
   NHibernate supports transparent persistence, your object classes don't have to follow a restrictive programming model. Persistent classes do not need to implement any interface or inherit from a special base class. This makes it possible to design the business logic using plain .NET (CLR) objects and object-oriented idiom.
   Originally being a port of Hibernate 2.1, the NHibernate API is very similar to that of Hibernate. All Hibernate knowledge and existing Hibernate documentation is therefore directly applicable to NHibernate. Hibernate documentation is here but for NHibernate documentation, forums and information, best to go to the NHibernate community site.*