Update: Code in this series has been tested with NHibernate’s latest 4.0 as well as 3.3.3. Recently I wrapped up a large project long term project for a client where NHibernate was used. We chose to use NHIbernate’s Map by Code feature for this project and due to the complex nature of our domain we ran across many different mapping scenarios. …
Month: September 2014
The NoSQL Movement
The NoSQL movement is a hot topic in the development world right now. If you’re not familiar with NoSQL, check out http://en.wikipedia.org/wiki/NoSQL and http://nosql-database.org/. NoSQL is often a misleading term and doesn’t refer to just one type of database technology as SQL does (think relational database management systems such as Microsoft SQL Server, Oracle, MySQL, and SQLite. NoSQL can refer…