I have seen this ApplicationDbContext
class in identity models.cs in mvc Template and I am not understanding exactly what is the purpose of this class and how it works. Please shed some light on that.
Assuming you're talking about an asp.net-mvc-5 application: For the default templates, ApplicationDbContext
is used for all the ASP.NET Identity database CRUD operations.
If you don't know whats an Entity DBContext is, consider reading this guide.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With