Рет қаралды 9,038
📌 Course link: bit.ly/3CWvkqk
📌 Source code: bit.ly/3jvocZK
------------------------------------------------------------------
In the ASP.NET MVC application you have completed the Actor's section by adding the Create, Read, Update and Delete (CRUD) functionalities. Now, you will need to create the same methods for the Cinemas, Producers, and even Movies. But, instead of repeating the same code over and over again, we are to create a generic base repository.
Base or generic repositories are helpful for the main functionality of the app. You code less and you achieve the same goal. On this part, you will add all the necessary EntityBaseRepository files.
===================================
You can also watch my courses on:
🎯 Udemy: bit.ly/2MaEA5r...
🎯 LinkedIn Learning: bit.ly/2NJ5PEF...
🎯 Pluralsight: bit.ly/2EsgjlJ...
===================================
📍 Source code: bit.ly/3jvocZK
===================================
#mvc #aspnetmvc #csharp