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?
1271Asp.net mvc application, makes use of settings at 2 places for routing to work correctly. What are these 2 places?
1122When 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?
956Post New Dot Net Framework Questions
What are differences between entity framework and l2s? : Entity framework
Can you explain renderbody and renderpage in asp.net mvc?
what is split entity?
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?
Explain what is asp.net mvc?
what is lazy loading in entity framework?
i have done enough testing in life but now stated developing intereset in development work,Can i think of entering into development work that too in >Net after more then 4 years of testing experiece?
Can we free memory explicitly without waiting for garbage collector to free the memory in .net compact framework?
Is the following route definition a valid route definition? {controller}{action}/{id}
In razor syntax, what is the escape sequence character for @ symbol?
How we can invoke child actions in ASP.Net MVC?
How the ‘page lifecycle’ of ASP.Net MVC does works?
Explain Sections is ASP.Net MVC?
What are the sub types of ActionResult?
Explain the methods used to render the views in mvc?