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.
我有两个使用相同 aspnetdb 数据库的不同应用程序- 一个位于本地的 WPF 应用程序和一个在线 silverlight 应用程序。我需要管理 aspnetdb 数据库中的用户(创建/编辑/分配角色等)。
我是否应该为 aspnetdb 创建数据模型并使用 linq 查询,还是应该使用 AspNetSqlMembershipProvider 来管理用户?
创建一个公开登录方法的 WCF 服务。我想您的 Silverlight 应用程序无论如何都需要一个。 然后,您可以在两个项目中为您的新 WCF 服务“添加服务引用”并通过它登录。