Mention some action filters which are used regularly in ASP.Net MVC?
No Answer is Posted For this Question
Be the First to Post Answer
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?
What are the major improvements provided by the common language runtime and the base class libraries? Or what are the major improvements in .net framework 4.0?
If we not suppress finalize method in dispose what will happen?
If background completes its processing will it wait for foreground threads?
What does CLR do after the IL is generated and machine language is generated .Will it look for main method ?
Do you know about the new features in asp.net mvc 4 (asp.net mvc4)?
what are partial classes?
12 Answers Digimaker, HP, N Tech, TCS,
What is the difference between entity framework and mvc?
Can two application one using private assembly and other using Shared assembly be stated as a side-by-side executables?
How to update one of my table in database at 4pm every day how it is possible?
Is it possible to create a custom filter?
Requirement is: try { \\SQL Query } catch(Exception i) { print a } catch(SQLQueryException e) { \\SQL Query } Qu)I Got Exception in "try" block. Which "catch" statement (i.e. 1st catch or 2nd catch ) catches the exception and Why???