Archives
-
SharePoint 2010 Service Pack 1
Install updates by this order:
-
NHibernate Tools: Visual NHibernate
You probably know that I’m a big fan of Slyce Software’s Visual NHibernate. To me, it is the best tool for generating your entities and mappings from an existing database (it also allows you to go the other way, but I honestly have never used it that way).
-
NHibernate Pitfalls: Private Setter on Id Property
This is part of a series of posts about NHibernate Pitfalls. See the entire collection here.
-
NHibernate Pitfalls Index
Updated on June 22th
-
NHibernate Pitfalls: Flushing Changes
This is part of a series of posts about NHibernate Pitfalls. See the entire collection here.
-
Adding Custom SQL Functions to NHibernate at Runtime
The classic way to register custom SQL functions on NHibernate consists in subclassing a specific Dialect (for example, MsSql2008Dialect) and making a call to the protected method RegisterFunction somewhere in the constructor. Of course, if you use multiple dialects, you have to subclass them all.
-
LINQ to NHibernate Extensions
Giorgetti Alessandro, aka, Guardian, author of the blog PrimordialCode, has published recently some great posts on extending LINQ to NHibernate. You can read them here, here and here.
-
NHibernate Pitfalls: Adding to a Bag Causes Loading
This is part of a series of posts about NHibernate Pitfalls. See the entire collection here.