NHibernate Extensibility Index
Updated on January 19th
A list of all my posts on NHibernate extensibility:
- Strongly Typed Delete with NHibernate
- Implementing an Interceptor Using NHibernate’s Built In Dynamic Proxy Generator
- Querying an Uninitialized Collection with NHibernate
- Checking if an Unloaded Collection Contains Elements with NHibernate
- Adding Custom SQL Functions to NHibernate at Runtime
- LINQ to NHibernate Extensions
- Loading Entities from the First Level Cache
- NHibernate Id Generator With Suffix
- NHibernate Interceptor for Dynamic Proxy Generation
- Local Entities with NHibernate
- Include LINQ Extension
- Speeding Up NHibernate Startup Time
- INotifyPropertyChang{ed,ing} and NHibernate
- NHibernate Image User Type
- Custom LINQ Extensions for NHibernate
- Delete By Id in NHibernate
- Custom NHibernate Criteria Projections
- NHibernate Connection Resiliency
- Making Better Use of the NHibernate HiLo Generator
- NHibernate Pitfalls: Refreshing Manually Created Entities Does Not Bring Lazy Properties of Base Types
- Getting the SQL from a LINQ Query in NHibernate
- Adding Support for ISupportInitialize in NHibernate
- Getting the SQL for HQL and Criteria Queries