The order of the filters that get executed, if the multiple filters are implemented?
Answer / Amit Pandit
In ASP.NET MVC, filters are executed in the following order:n1. Authorization filters (before action execution)n2. Action filters (before action execution)n3. Result filters (after action execution, before returning the result to the client)n4. Exception filters (if an exception occurs during action execution)
| Is This Answer Correct ? | 0 Yes | 0 No |
What does mvvm mean?
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?
What is renderbody?
What are the difference between asynchronous controller implementation between asp.net mvc 3 & asp.net mvc 4?
what is more complex to implement property, methods or event? how can I define criteria to compare the difficulty of implementation between them? for example the number of methods wanted to implements property is 2 methods. how many methods I need it to implements events?
Is razor a server side?
What is a serverside technology? what is a clientside technology? what is a clientserver technology? what is a internet based application? what is a intranet based application? what is a windows application? what is a console application? Difference between console application and windows application?
Is any files are generated,when we are adding the web reference to the web service?
What is ViewData and TempData in ASP.Net MVC?
Explain something about model, view and controllers in asp.net mvc?
how to face first interview in .NET?
What’s the advantage of using System.Text.StringBuilder over System.String?