Hello folks! I'm in a middle of some project and I want to know how should I implement Aggregation relation between tables, in database, in CSLA.net. Well, I have 3 tabels. The first one represents Blogs (with primary key - ID_Blog), the second one represents Categories (with primary key - ID_Category) and the third one represents relation between previous mentioned tables (with primary key - ID_Blog, ID_Category). I hope somebody responds me by some example.
Regards!