ASP.NET WebForms与ASP.NET MVC共享虚拟主机

时间:2022-08-05 03:18:27

I am looking into creating a web application that will live on a shared web hosting provider. The majority of my professional work involves internal Asp.Net web form development on dedicated servers. I have not developed with MVC before, so my knowledge about its strengths and weaknesses is lacking.

我正在寻找创建一个将存在于共享的Web托管提供商的Web应用程序。我的大部分专业工作都是在专用服务器上进行内部Asp.Net Web表单开发。我之前没有使用过MVC,所以我对它的优点和缺点缺乏了解。

The application will allow users to create personal accounts and develop fan fiction stories. I will probably be incorporating OAuth for handling authorization. I also want leave room for growth, in the event that payments are ever taken on the site.

该应用程序将允许用户创建个人帐户并开发粉丝小说故事。我可能会将OAuth用于处理授权。如果在网站上付款,我也希望留出增长空间。

Which framework would give the best performance on this type of production environment?

哪种框架可以在这种类型的生产环境中获得最佳性能?

1 个解决方案

#1


0  

I suggest you go for Asp.net MVC and never look back to Web form again The point is it doesn't necessarily mean that you cannot develop the same kind of application in web form that you can in Asp.net MVC but the ease and flexibility and of course testable from the ground up that Asp.net MVC has to offer is not comparable to Web form development. Start on some professional Asp.net MVC book and get your hands dirty developing some small application and moving all the way up to professional and more sophisticated application that deals with OAuth and various aspect of the application you are trying to develop.

我建议你去Asp.net MVC,再也不回头看Web形式了。重点是它并不一定意味着你不能在Asp.net MVC中开发Web形式的同类应用程序,但是灵活性,当然可以从头开始测试,Asp.net MVC提供的无法与Web表单开发相媲美。从一些专业的Asp.net MVC书开始,轻松开发一些小应用程序,并一直向专业和更复杂的应用程序开始,处理OAuth和您正在尝试开发的应用程序的各个方面。

Asp.net MVC is getting better.....

Asp.net MVC越来越好.....

#1


0  

I suggest you go for Asp.net MVC and never look back to Web form again The point is it doesn't necessarily mean that you cannot develop the same kind of application in web form that you can in Asp.net MVC but the ease and flexibility and of course testable from the ground up that Asp.net MVC has to offer is not comparable to Web form development. Start on some professional Asp.net MVC book and get your hands dirty developing some small application and moving all the way up to professional and more sophisticated application that deals with OAuth and various aspect of the application you are trying to develop.

我建议你去Asp.net MVC,再也不回头看Web形式了。重点是它并不一定意味着你不能在Asp.net MVC中开发Web形式的同类应用程序,但是灵活性,当然可以从头开始测试,Asp.net MVC提供的无法与Web表单开发相媲美。从一些专业的Asp.net MVC书开始,轻松开发一些小应用程序,并一直向专业和更复杂的应用程序开始,处理OAuth和您正在尝试开发的应用程序的各个方面。

Asp.net MVC is getting better.....

Asp.net MVC越来越好.....