【发布时间】:2013-12-15 08:58:05
【问题描述】:
在 ASP.NET MVC5 应用程序中应该根据什么决定使用 IdentityDbContext 还是 IdentityDbContext<ApplicationUser>?
使用IdentityDbContext<ApplicationUser> 代替非通用IdentityDbContext 有什么好处?
【问题讨论】:
-
"我们基于什么决定在 MVC5 应用程序中应该使用 IdentityDbContext 或 IdentityDbContext" 你打算在这里写 IdentityDbContext
吗?下一句你问福利的地方也一样? -
感谢@ChristopherHarris
标签: asp.net asp.net-mvc entity-framework asp.net-mvc-5 entity-framework-6