August 2018
Important ASP.Net interview questions and answers for experienced developer
.
In this blog, I have collected the most common interview questions and answers based on my personal experience. Below are questions asked for the Senior Dot Net developer role. 1. What is Middleware? Middleware is software used to communicate between…
Tag Helpers in ASP.Net Core MVC
.
In this article, we will learn about Tag Helpers in .NET Core MVC. 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…
ActionName and NonAction Attribute in ASP.Net MVC
.
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. ActionName Attribute ActionName attribute actually provide a alias to the action method,…
