Question

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.

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.

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

Was it helpful?

Solution

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 is getting better.....

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top