开发者

Sample project to compare ASP.Net and ASP.Net MVC2

I am trying to explain ASP.Net MVC 2 to my colleagues and the management. I have to develop a sample application in both ASP.Net and ASP.Net MVC 2 to show case the differences between the two.

What would be a good application that can bring out the differences between the two开发者_StackOverflow社区? I am planning to demonstrate performance and testability. Any other key points that I can demonstrate?

Any ideas is really appreciated.


If they're web developers that likes to keep up with all the latest stuff, show 'em your complete control over the generated source. Show them how they can create HTML5 compliant websites with no extra effort. No more (unless you want) viewstate or document wrapping form tags.

You could also show them the extensibility abilities with action filters and action results.

But, as you mentioned, the biggest win for everyone is testability.

Edit: I can really recommend TardisBank as a great sample application. It uses MVC3 with Razor and RavenDB as the database. The code is well structured and clean.


Show them the page size, that should be helpful

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜