Many to many relationships and RavenDB models
4 min read
I've recently come across this question in StackOverflow titled "Many to many design for NoSql (RavenDB)", and I thought it is a really good case of a very frequently asked question worth featuring here:
I have two simple objects, 'user' and 'events'. A user can enter many events and an e...