Forum Discussion
Konstantin_Pankratov
Jul 18, 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
- Konstantin_PankratovJul 18, 2022Copper Contributor
NelPrinsloo_DVT
Thank you for the link.
I find that really strange that's to see a note at the beginning of this article, that the MVC is outdated and you should switch to Razor instead.
While in Razor, they say that it is better to use MVC.A really confusing information...