asp.net mvc/dynamicdata 实体应该尝试哪一个
我要开发一个Web应用程序,客户让我选择应用程序开发,我目前正在使用vs2008(.net 3.5)进行此类工作,现在我希望在asp.net MVC中开发这个新应用程序或使用动态数据实体来开发它。
我想以此为学习机会,任何指导都会有所帮助。
从应用上来说,它不是一个很大的应用,但会在多个商品站中使用。
I am going to develop a web application, the client left me with the choice of application development, I am currently doing those kind of jobs with vs2008 (.net 3.5), now I wish to develop this new app either in asp.net MVC or develop it using dynamic data entities.
I would like to use this as an opportunity to learn, any guidance will be helpful.
Regarding the application, it is not a very big application but going to be used in multi merchandising stations.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我会选择MVC3。
我认为动态数据实体的缺点:
在 SO 或其他论坛中没有太多关于它的谣言......可能表明没有人使用它
我前段时间看过它,我不喜欢它可以扩展和修改的方式
我认为 DD 适合没有大逻辑的小型应用程序(实现、业务层、日志记录、安全性等可能很棘手)
I would set on MVC3.
Disadvantages in my opinion about Dynamic Data Entities:
There is not so much rumor about it in forums like SO or other... might be a indicator that nobody uses it
I had a look at it some times ago, and I didn't like the way it can be extend and modified
I think DD is good for small applications with no big logic (Implementing, Business Layer, Logging, Security etc might be tricky)