English 中文(简体)
ASP. 净动态数据或MVC2
原标题:ASP.Net Dynamic Data or MVC2?

我早就与网络格式合作,我想根据我看到的一些事实和其他情况,转而采用MVC模式。 我在谈到最新的动态数据(过去称为动态数据模板)时,正好接受多指标类集调查审查。

如果我错了,但我认为支持MVC2 &DD使用MVC模式,但随后DD支持服务器方控制,并且使用其最新的手法进行大量自动化。 我们可以在几个小时后建立一个运行的网站,而DD为我们处理大部分网站。

居民日复一日,它非常灵活,可以想象。 然而,由于我一直在寻找在线资源,我感到失望(与多国公司现有的解决办法相对照)最近从网上论坛的一个哨所对我进行了沉重打击——

Re: Why I won t be using Dynamic Data any more - please read this Microsoft!

And it looks like a non-MS guy has done more in DD then the actual team! His website has some complex solutions - http://csharpbits.notaclue.net/


So, 是MVC2 &DD实际上有两种不同的东西,或者它们如何类似? 此外,我对DD认为的一个重大关切是,它会在时间上产生一切,而与MVC相比,它的速度缓慢,业绩也较少。

Below, I ve attached some of my screens which I ve accomplished in Web-forms (I need to be able to plug such features in my web-app). For example, Grid-cascading, optimized pagination, header-filters, frozen grid-header, bulk edit, etc...grid-header, bulk edit, etc...

请分享您的经验,说明它是否明智地等到DD成熟为止,并有足够的文件和解决办法,或MVC是否有更好的时机?

Some Screens: alt text

“alt

“alt

最佳回答

如果我错失,但我认为支持MVC2 &DD使用MVC。

Yeah错了。 DD是“泥石球”模式。

So, are MVC2 & DD actually two different things or how similar are they?

它们是完全分开的,几乎完全相同,只有共同的语言和框架。

请分享您的经验,说明它是否明智地等到DD成熟时,并有足够的文件证明和解决办法,或者说MVC有什么改进?

这一点对你和你的项目非常贴近。 如果能满足个人项目的需要,但愿意等待稳定的Im工作,我将使用成熟项目。

问题回答

暂无回答




相关问题
WebForms and ASP.NET MVC co-existence

I am trying to make a WebForms project and ASP.NET MVC per this question. One of the things I ve done to make that happen is that I added a namespaces node to the WebForms web.config: <pages ...

Post back complex object from client side

I m using ASP.NET MVC and Entity Framework. I m going to pass a complex entity to the client side and allow the user to modify it, and post it back to the controller. But I don t know how to do that ...

Create an incremental placeholder in NHaml

What I want to reach is a way to add a script and style placeholder in my master. They will include my initial site.css and jquery.js files. Each haml page or partial can then add their own required ...

asp.net mvc automapper parsing

let s say we have something like this public class Person { public string Name {get; set;} public Country Country {get; set;} } public class PersonViewModel { public Person Person {get; ...

structureMap mocks stub help

I have an BLL that does validation on user input then inserts a parent(PorEO) and then inserts children(PorBoxEO). So there are two calls to the same InsertJCDC. One like this=>InsertJCDC(fakePor)...

ASP.NET MVC: How should it work with subversion?

So, I have an asp.net mvc app that is being worked on by multiple developers in differing capacities. This is our first time working on a mvc app and my first time working with .NET. Our app does not ...

System.Web.Mvc.Controller Initialize

i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...