Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否有一种方法可以使用新的内置用户方法查询所有用户,或者我应该为应用程序用户创建一个存储库?
带有实体框架 6 和 c# 的 Asp.Net MVC5
所以你不能通过 1.0 RTM 中的 UserManager API,这将在 1.1 中通过 UserManager.Users 作为 IQueryable 来实现。
如果您存储用于构造 UserManager 的 DbContext/UserStore,即 myApplicationDbContext.Users,则可以通过 DbContext 本身执行此操作