Sometime ago I wrote this template project using Spring.Net and NHibernateprimarily. I use NHibernate for the data access and Spring.Netfor the IoC and Aop. With the Aop support, the transaction managmente it’s very easy to implement.
This it’s the CustomerService class:
public class CustomerService : BaseService, ICustomerService [...]
This weekend I wrote the classes necessaries to support IDetachedQuery with ActiveRecord. DetachedQuery it’s not available yet at any version of NHibernate, you can find it only in uNHAddIns and at the SVN of NHibernate.
I add a project to uNHAddIns: uNHAddIns.ActiveRecord. This consist in [...]
The open door that the EventListeners port let for us, it’s the possibility to create some classes in order to validate objects before them were saved (and before were deleted too).
An option is port Hibernate.Validator, but… will be used by anyone? I don’t think so. Looking it implementation and what it [...]
By internal policies uNHAddins not have yet a release number o release version name, by now we are using the revision number at SVN for this purpose. Probably will come a branch when NHibernate 2.0 release appear, and that will be the time.
Features of new version:
Added UserType: [...]
Fabio Maulo, with who I got the honor of moderate NHibernate-Hispano, put to our disposition this new project calls uNHAddIns. UnOfficial NHibernate Add-Ins provide resources to interactuate with NHibernate, it’s like Contrib package. For now, and just for now, we can use this cool features:
DetachedCriteria, DetachedQuery DetachedDynQuery Paginator.
DetachedQuery it’s [...]
tweets
Recent Posts
- How To: Configure Access Control Service on Windows Azure
- Installing Windows 8 Consumer Preview with VMWare Workstation 8
- Authorizable content with Razor
- NHibernate Validator on GitHub
- NHibernate Validator 1.3.1 GA
- NHibernate Validator 1.2 Beta3 released
- NHibernate Validator 1.2 Beta2 released
- jqGrid + Linq + Asp.Net MVC example
- Asp.net MVC: Testing a custom Authorize filters
- NHibernate Validator Quickstart
Recent Comments
- Dario on Installing Windows 8 Consumer Preview with VMWare Workstation 8
- Steve C on Installing Windows 8 Consumer Preview with VMWare Workstation 8
- Quang on StatelessSession: NHibernate without first-level cache
- Luis Fernando on NHibernate Validator 1.3.1 GA
- Daniel on NHibernate – Bulk Manipulation with SQL Native
