I tried looking for this question, but found nothing relevant. So here goes... I have three tables, the extremely simplified versions of which are:
In the book .NET Domain-Driven Design with C# from Tim McCarthy there\'s an example of a link table (two foreign keys + one boolean column) that gets it\'s own class in the domain. Is this common?