Further reading
If you want to go deeper into some of the topics of this chapter, the following resources can provide more information:
- For more information on EF, refer to https://docs.microsoft.com/en-us/ef/core/
- For more information on C# generic classes and methods, refer to https://docs.microsoft.com/en-us/dotnet/csharp/fundamentals/types/generics
- For more information on 1:1, 1:N, and M:N relations, refer to the following links:
https://database.guide/database-relationships-explained/ https://en.wikipedia.org/wiki/One-to-one_(data_model) https://en.wikipedia.org/wiki/One-to-many_(data_model) https://en.wikipedia.org/wiki/Many-to-many_(data_model)