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



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

Answer / Anupam Saxena

While ASP.NET MVC offers a more flexible and powerful way to build web applications, .NET Web Forms might be preferred in cases where developers are already familiar with the older technology or have existing projects based on it. Additionally, for simple, data-driven websites, Web Forms can provide an easier development experience due to its simplicity compared to ASP.NET MVC's more complex architecture.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

Compare client server application with n-tier application

1 Answers  


Explain what rare the types of jit and what is econo-jit?

1 Answers  


I am constantly writing the drawing procedures with system.drawing.graphics, but having to use the try and dispose blocks is too time-consuming with graphicsobjects. Can I automate this?

1 Answers  


How to load a user control dynamically in runtime?

1 Answers  


Tell me what is serialization?

1 Answers  


Please explain about "this" object

4 Answers   CTS,


What is meant by localization?

1 Answers  


What is the advantage of .net core?

1 Answers  


Explain the Difference between value and reference type.

2 Answers   Infosys, Wipro,


What is the root class in .net?

1 Answers  


Is the COM architecture same as .Net architecture? What is the difference between them (if at all there is)?

1 Answers   Infosys,


Please explain what is the difference between a class and an object?

1 Answers  


Categories