12. Adding your DbContext file | ASP.NET MVC

📌 Course link: https://reslug.link/ecommerce-fullcourse 📌 Source code: https://reslug.link/ecommerce-sourcecode ------------------------------------------------------------------ The DbContext file is also known as the translator file between the Models (C# classes) and the data storage (SQL in our case). You can create your custom DbContext by inheriting from the DbContext base class and configure your class to be used to translate C# code into SQL and vice versa. =================================== You can also watch my courses on: https://reslug.com/@etrupja =================================== #mvc #aspnetcore #csharp