In this blog, I have collected the most common interview questions and answers based on my personal experience. Below questions asked for Senior Dot Net developer role.
Tag Helpers is new feature introduced in ASP.Net Core MVC. Tag Helpers do the same thing as HTML Helpers does in previous versions of MVC but with a variety of changes.
ActionName and NonAction attribute in MVC is the attribute applied to an action method. These attribute helps route engine to execute correct Action method and the respective View.