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?
1256Asp.net mvc application, makes use of settings at 2 places for routing to work correctly. What are these 2 places?
1113When using aspx view engine, to have a consistent look and feel, across all pages of the application, we can make use of asp.net master pages. What is asp.net master pages equivalent, when using razor views?
944Post New Dot Net Framework Questions
What are advantages of Dependency Injection (DI) in ASP.Net MVC?
Explain unit test done by tester on development team?
What is the use .Glimpse in ASP.Net MVC
What “beforFilter()”,“beforeRender” and “afterFilter” functions do in Controller?
What is the use of viewmodel in mvc?
How we can invoke child actions in ASP.Net MVC?
What are the sub types of ActionResult?
Explain the 'page lifecycle' of an ASP.NET MVC?
Does razor engine supports for tdd?
Does windows 10 need .net framework?
How to enable Attribute Routing?
What is entity framework in asp net?
What are Scaffold templates in ASP.Net MVC?
Can I add asp.net mvc testcases in visual studio express?
Explain linq to entities? : Entity framework