ASP.NET 动态数据?现实世界的用户管理应用程序

发布于 2024-09-17 09:06:25 字数 474 浏览 10 评论 0 原文

我需要开发一个用户管理应用程序。

我的架构如下所示:

alt text

查看完整尺寸

如您所见,我有自己的用户表和个人资料表版本,用于通过与 aspnet 成员资格表的一对一映射来存储我的数据。

我对使用 ASP.NET 动态来加速创建管理系统的过程感兴趣。

我想创建一个带有搜索和数据网格列表的自定义列表,其中仅包含基本详细信息,例如名称和状态信息、注册日期,然后当您单击编辑时,会显示数据的域表示形式,而不是确切的潜在信息数据。

有没有人有这样做或使用动态数据构建实际工作应用程序的经验?

任何提示建议、替代方案等。

谢谢

I need to develop a user admin application.

My schema looks like the following:

alt text

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

深白境迁sunset 2024-09-24 09:06:25

有人有这样做或使用动态数据构建实际工作应用程序的经验吗?

是的,我有几个系统使用 DD 和 f 会员资格的混合来管理用户。

Has anyone any experience in doing this or building a real work application with Dynamic data?

Yes I have several systems that use a Hybryd of DD anf Membership to manage users.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文