Why Do We Need to Create an ApplicationDbContext That Inherits from DbContext in Our.NET Application?
Jan 1, 2025 · 3 min read · Introduction When building an API in a.NET application using the.NET Core framework, it is a convention to create a ApplicationDbContext class that inherits from DbContext. But why is this necessary? Let’s dive into the reasons. What is DbContext? D...
Join discussion































