LA.NET [EN]
Ramblings about C#, .NET and Programming
Browse by Tags
All Tags
»
NHibernate
(
RSS
)
C#
NHibernate LINQ is out!
Sun, Jul 26 2009 14:22
Ayende has all the details here .
Read More...
NHibernate validator: improving the code with external rules
Sun, Apr 26 2009 11:15
One of the nice things you can do to improve the code we’ve seen in the previous post is define the validation rules in an external assembly. By doing this, you can change your rules without having to recompile the assembly that contains the domain objects. To illustrate this, we’ll change the example presented in the last post . The first thing we’ll do is create...
Read More...
Looking at the NHibernate Validator
Fri, Apr 24 2009 15:30
After started looking at the S#arp framework , I was almost obliged to take a look at NHibernate Validator framework .To see if it was really that good, I decide to pick a small example and apply some validation rules. This post contains some notes on my incursion into this framework. The first thing you need to do is to download the library and add a reference...
Read More...
Using the new Fluent NHibernate project
Fri, Oct 24 2008 14:38
If you’re a NHibernate user, you’ve surelly heard about the Fluent NHibernate , a project that allows you to define the mappings by using a fluent API. I didn’t really had the time for testing it until yesterday. Why did I only tested it yesterday? Simple: because I had to perform some major refactorings on the current project I’m working and that meant having...
Read More...
NHibernate and value objects
Fri, Sep 26 2008 9:23
I do love NHibernate but there’ some things that keeps bothering me: value objects. Yes, NH does support it, but it seems like it’s impossible for having inheritance mapping when you decide to use them. There are some scenarios where inheritance makes sense, even when you’re thinking about value objects. For instance, lets think about contacts…You can probably...
Read More...
Search
Go
This Blog
Home
Contact
About
Tags
ASP.NET
Books
C#
DDD
Design by Contract
Gadgets
Javascript
JQuery
MS AJAX
Multithreading
MVC
NHibernate
Parallel Extensions
PowerShell
S#arp
Silverlight
Tools
Trivia
VS
VS 2010
WCF
WF
Windows 7
WPF
XAML
Community
Home
Blogs
Media
Groups
Archives
November 2009 (35)
October 2009 (70)
September 2009 (35)
August 2009 (52)
July 2009 (48)
June 2009 (48)
May 2009 (44)
April 2009 (39)
March 2009 (39)
February 2009 (23)
January 2009 (22)
December 2008 (18)
November 2008 (20)
October 2008 (22)
September 2008 (31)
August 2008 (3)
July 2008 (25)
June 2008 (26)
May 2008 (30)
April 2008 (5)
March 2008 (11)
February 2008 (9)
January 2008 (15)
December 2007 (10)
November 2007 (20)
October 2007 (19)
September 2007 (29)
August 2007 (12)
July 2007 (20)
June 2007 (33)
May 2007 (44)
April 2007 (28)
March 2007 (27)
February 2007 (21)
January 2007 (37)
December 2006 (8)
November 2006 (17)
October 2006 (14)
September 2006 (5)
August 2006 (7)
July 2006 (4)
Syndication
RSS for Posts
Atom
RSS for Comments
Email Notifications
Go
News
My books