Click here to Skip to main content
15,892,737 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I am working on one big project which is implemented in asp.net web-forms (VS-13). Now My Head told me shift on MVC because it gives a good performance. My asp.net web-forms project took 4 months to complete. Now please tell me Is really good to go for MVC for performance purpose? can I achieved same performance with web-forms? and how much time/months I required to implement same project in MVC as i am new one in MVC.

thank you.
Posted
Comments
aarif moh shaikh 7-Sep-15 1:04am    
you should go with MVC.
Member 11922776 7-Sep-15 1:18am    
how many months i required? as I am just start today with MVC.
Member 11922776 7-Sep-15 3:00am    
aarif sir please reply. how many months i required? as I am just start today with MVC. it's urgent. I know its also depend on me. but i want suggestion from experience person.
F-ES Sitecore 7-Sep-15 4:36am    
Whether your project will be any quicker using MVC depends on how you've developed it using webforms. MVC isn't inherently quicker itself, it's just a "different way" to write web apps. If you have any kind of benchmarking or profiling tools you can look at your existing project to see what the worst performing aspects of it are.

If it took you four months to do it in webforms then I'd imagine it may take the same again in mvc. Where you'll probably struggle the most is if you've used things like gridview controls, as there are no real MVC equivalents, and writing that stuff yourself tends to need a good grasp of html\http which webforms shields you from having to know.

To sum up: your head is listening to too much rubbish on the net about the benefits of MVC, it's possible to have your webforms site still perform as well as mvc however if you're lacking experience that might be a struggle.
Member 11922776 7-Sep-15 5:50am    
Use of three tire architecture is same as MVC if we consider just coding part not front-end or is it affect a performance? Which tool should I used for checking performance of my project(web app)? Now the fact is this is my senior's project now handover to me, and he did a complete plain coding i.e. No use of moduler programming,he wrote a code like one aspx page and its .cs file contain 8000 of lines. same for all other pages.
thank you for u r time and reply.

1 solution

I think all your questions will be answered here - WebForms vs. MVC[^].
 
Share this answer
 
Comments
Member 11922776 7-Sep-15 1:17am    
Sir I go through most of links also WebForms vs. MVC[^]. but at final conclusion is both can't replace each others. and questions also provided that to choosed which one. but I am completely new in MVC. so which one is good? MVC as aarif said?
If you are new, then it will definitely take some time to grasp the concepts first and try some demos. In web forms app, many things and controls are staright forward, but in MVC they are not. You have to get those skills, but it would not take much time though.

If you have some time, then go with MVC, because future is MVC.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900