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 |
Explain .net framework overview?
What is SOAP? How you will do windows and forms authentication?
How would ASP and ASP.NET apps run at the same time on the same server?
Tell us what is json data, and what is one way that .net developers can work with json?
What is the concept of inheritance and how it works in .net?
Can we use data reader to bind gridview?
Explain the process of serialization in .NET?
Give an example program for Getter /read-only methods in JAVA
What are the advantages of .net core?
What is the root class in .net?
Explain about managed heap?
What is prerender event of a page?