background preloader

Programing

Facebook Twitter

Eav entity attribute value. Compiler,Interpreter,Assembler,Hybrid.

PDFs

Assembly. UML. My thoughts on all things technical, programming and otherwise. NHibernate for .NET. NHibernate is a port of Hibernate Core for Java to the .NET Framework.

NHibernate for .NET

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.

Web