Entity Framework Polymorphic associations
问题 I'm going to use Entity Framework soon for a Booking System ( made from scratch ). I have been doing a few Prototypes, trying to figure out what I want to do before the project is started (I'm still discussing requirements etc. with the client). Consider this case: I have a Booking, and a booking can have associated Ressources, that can be booked, but these ressource can be different, and have different Fields etc. I have never really used EF before, so I don't know how I can achieve this