文件名称:NHibernate 2.0.1 + Movies + Sample Source Part1
文件大小:15.7MB
文件格式:RAR
更新时间:2013-04-04 14:11:17
NHibernate 2.0.1 + Movies +
NHibernate-2.0.1 + Movies + Sample Source Part1 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.