In this article, explaining best MVC ASP.Net Interview Questions and Answers as following: Q.What is ActionResult() ? Ans: It is an abstract Class
Category: QA-MVC
What is MVC?
MVC is a framework pattern that splits an application’s implementation logic into three component roles: models, views, and controllers.
What is CSRF?
Cross-Site Request Forgery (CSRF) is an attack that forces an end user to execute unwanted actions on a web application in which they’re currently authenticated.