我需要开发一个用户管理应用程序。
我的架构如下所示:
查看完整尺寸
如您所见,我有自己的用户表和个人资料表版本,用于通过与 aspnet 成员资格表的一对一映射来存储我的数据。
我对使用 ASP.NET 动态来加速创建管理系统的过程感兴趣。
我想创建一个带有搜索和数据网格列表的自定义列表,其中仅包含基本详细信息,例如名称和状态信息、注册日期,然后当您单击编辑时,会显示数据的域表示形式,而不是确切的潜在信息数据。
有没有人有这样做或使用动态数据构建实际工作应用程序的经验?
任何提示建议、替代方案等。
谢谢
I need to develop a user admin application.
My schema looks like the following:
See full size
As you can see I've got my own version of the user table and profile tables to store my data with a one-to-one mapping with aspnet membership tables.
I'm interested in using ASP.NET dynamics to speed up the proccess of creating an admin system.
I would like to create a customised listing with a search and a data grid listing with just basic details such as name and state information, date registered and then when you click to edit your presented with the domain representation of the data and not the exact undelying data.
Has anyone any experiece in doing this or building a real work application with Dynamic data?
Any tip suggestion, alternative etc..
Thanks
发布评论
评论(1)
是的,我有几个系统使用 DD 和 f 会员资格的混合来管理用户。
Yes I have several systems that use a Hybryd of DD anf Membership to manage users.