What is the use of action filters in an mvc application?
Answer / Bhajan Veer Singh
Action Filters are used to execute code before or after the action method executes. They can be used for purposes such as authentication, caching, exception handling, and more.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the request flow in asp.net mvc framework?
Can we change web.config settings from iis?
what is explicit loading?
Explain entity lifecycle? : Entity framework
Why we need a separate mobile project template, while we can render our web application in mobile ?
Is it possible to share a view across multiple controllers?
Why is the .net framework 3.0 a major version number of the .net framework if it uses the .net framework 2.0 runtime and compiler?
Explain the difference between viewbag and viewdata in mvc?
About Assembly in .NET, types of assemblies, their difference, How to register into GAC. How to generate the strong names & its use ?
6 Answers Infosys, Microsoft, MMTS,
Can you Write the GC(Garbage Collector) Algoritham in .NET? (But not Explination of Working of GC).
Explain the role of assembly in the .net framework.
Is the lack of deterministic destruction in .NET a problem