When using razor views, do you have to take any special steps to protect your asp.net mvc application from cross site scripting (xss) attacks?
What filters are executed in the end?
Describe the .net framework architecture.
Which version of .net framework is installed?
What does a viewmodel do?
What is html.renderpartial?
What is the difference between adding routes, to a webforms application and to an mvc application?
Can we have enum in entity framework?
What is object service? : Entity framework
What is the use of view model in asp.net mvc?
Can we change web.config settings from iis?
What is mapping in entity framework? : Entity framework
What are non action methods in mvc?
What are ajax helpers in mvc?
How the ‘page lifecycle’ of ASP.Net MVC does works?