The past wednesday with a couple of friends we had the oportunity to listen in a talk to our dear Angel “Java” Lopez at Corrientes Capital City.
The talk was pretty good, Angel spoke about the software reality, a little about the System’s evolution, and the complexity that we must to [...]
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 [...]
Winforms but … Web! No comments… take a look at http://www.visualwebgui.com/
Aparently the ActiveRecord guys want to move ActiveRecord to NHibernate 2.0, for now, this means, move to NHibernate trunk (just for now).
This will bring more capabilities to ActiveRecord, for example, here I show you how to use DetachedQuery with ActiveRecord. Moving to NHibernate 2.0, I will able to commit a [...]
Ben Scheirman proposed at this entry a interesting theme for apply to NHibernate:Fluent Interfaces.
The main idea it’s create the NHibernate mappgins programmatically instead of using XML, but not only that, but also using fluent interfaces too.
There are many ways to create fluent interfaces for specific domain, and exists [...]
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 [...]
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
