Hi there
I have tables association such as (CaseClient is a bridge table):
- Cases has many CaseClients
- Client has many CaseClients
- ClientType has many CaseClient
The easiest way just use the view in database but I heard that with linq you can join this somehow? Or should I just created view in the database and linq query agains that view?
I am appreciated your comment