Forum Discussion
Konstantin_Pankratov
Jul 17, 2022Copper Contributor
Multiple tables in MVC application
Hello all, I am new to the ASP.NET Core and MVC development. My goal is to create a simple Movie Management Web Application, just like the one in this tutorial: https://docs.microsoft.com/en-us/as...
NelPrinsloo_DVT
Jul 18, 2022Copper Contributor
If you have a look at the tutorial mentioned below, it has some good examples of how to define entity classes and relationships between them using Entity Framework.
https://docs.microsoft.com/en-us/aspnet/mvc/overview/getting-started/getting-started-with-ef-using-mvc/creating-an-entity-framework-data-model-for-an-asp-net-mvc-application
https://docs.microsoft.com/en-us/aspnet/mvc/overview/getting-started/getting-started-with-ef-using-mvc/creating-an-entity-framework-data-model-for-an-asp-net-mvc-application