Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Do you plan move from ASP.Net Web Forms to ASP.Net MVC?

If yes, when? and how much time do you think that the process will take to migrate your current projects (if it's the case)?

like image 556
Click Ok Avatar asked Jan 04 '09 00:01

Click Ok


People also ask

When should you use .NET Web Forms Over ASP.NET MVC?

Asp.Net Web Form has built-in data controls and best for rapid development with powerful data access. Asp.Net MVC is lightweight, provide full control over markup and support many features that allow fast & agile development. Hence it is best for developing an interactive web application with the latest web standards.

Is it possible to create web application with both Web Forms and MVC?

Luckily, the answer is yes. Combining ASP.NET Webforms and ASP.NET MVC in one application is possible—in fact, it is quite easy. The reason for this is that the ASP.NET MVC framework has been built on top of ASP.NET.

Should I use Web Forms or MVC?

MVC is still “relatively” new The application framework should be chosen based upon the needs and resources of the company doing the development. If you have a development cycle that requires faster than expected turnaround, then Web Forms might be the best option for your company.

Should I still use ASP.NET Web Forms?

Despite what you might read online, ASP.NET Web Forms aren't dying out and they certainly aren't going away anytime soon. It's one of Microsoft's oldest . NET technologies, which means that it's also the most updated and mature as well.


1 Answers

ASP.NET MVC is not meant to replace WebForms. They are different technologies and are designed for different purposes.

Making a blanket statement of saying that I'll only use one and not the other is a very narrow minded approach, as you're missing the pros and cons of each technology.

Microsoft is commited to both technologies going forward and there are quite a few sweet new features coming in WebForms 4.0.

I'll be using WebForms and ASP.NET MVC, but looking at the needs of the current project so that I make the right decision for the current implementation

like image 166
Aaron Powell Avatar answered Sep 18 '22 23:09

Aaron Powell