Explain when should you use .net web forms over asp.net mvc?



Explain when should you use .net web forms over asp.net mvc?..

Answer / Pankaj Tripathi

You should use .NET Web Forms when:
1. You're building a simple application.
2. Rapid application development is a priority and you don't need much control over HTML.
3. You're not familiar with MVC architecture.nHowever, ASP.NET MVC offers more flexibility, better performance, cleaner code, and testability compared to Web Forms.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

Explain .net framework overview?

1 Answers  


What is SOAP? How you will do windows and forms authentication?

1 Answers   Wipro,


How would ASP and ASP.NET apps run at the same time on the same server?

1 Answers  


Tell us what is json data, and what is one way that .net developers can work with json?

1 Answers  


What is the concept of inheritance and how it works in .net?

1 Answers  


Can we use data reader to bind gridview?

3 Answers   TCS,


Explain the process of serialization in .NET?

1 Answers  


Give an example program for Getter /read-only methods in JAVA

1 Answers  


What are the advantages of .net core?

1 Answers  


What is the root class in .net?

1 Answers  


Explain about managed heap?

1 Answers  


What is prerender event of a page?

3 Answers   C Squared Systems,


Categories