adspace
Explain when should you use .net web forms over asp.net mvc?
Answer Posted / 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 View All Answers