Silverlight 中的用户管理、创建自定义 UI 或使用 ASP.NET 网站管理工具?
我正在为业务线应用程序创建 silverlight,并且正在使用表单身份验证。
对于用户管理,我决定是使用内置的“ASP.NET 网站管理工具”,还是在 Silverlight 中创建我自己的自定义内容(使这成为应用程序体验的一部分)。
这两种方法各有什么优缺点?您认为哪个最好?
I'm creating a silverlight for line of business application, and I'm using Forms Authentication.
For user management, I'm deciding between using the built-in "ASP.NET Web Site Administration Tool", or create my own custom thing in Silverlight (making this part of the application experience).
What are the pros and cons for each of the two approaches? and which do you think would be best?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我刚刚经历了所有这些,所以我将给出我想到的优点和缺点:
ASP.NET 网站管理工具
优点:
缺点:
推出您自己的 Silverlight 版本
优点:
缺点:
最后,我制作了自己的Silverlight版本。太多人抱怨我的“破解”版本(正如他们所说),它给人们留下了足够糟糕的印象,以至于我最终制作了自己的版本。
I just went through all of this, so I'll give the pros and cons I came up with:
ASP.NET Web Site Administration Tool
Pros:
Cons:
Roll your own Silverlight Version
Pros:
Cons:
In the end, I made my own Silverlight version. Too many people had complained about my 'hacked-up' version (as they put it), and it left a bad enough impression on people that I ended up making my own.