What are the action filters available in asp.net mvc
Answer / sravankumar
An action filter is an attribute that you can apply to a controller action -- or an entire controller -- that modifies the way in which the action is executed. The ASP.NET MVC framework includes several action filters.
• OutputCache – This action filter caches the output of a controller action for a specified amount of time.
• Handle Error – This action filter handles errors raised when a controller action executes.
• Authorize – This action filter enables you to restrict access to a particular user or role
for more questions
https://subhashnetworld.blogspot.in/2017/02/tcs-dot-net-interview-questions.html
Is This Answer Correct ? | 0 Yes | 0 No |
In try catch blocks one is normal catch block and another is sqlcatchexception block
what is difference between .net 3.0 and 3.5
Explain the difference between the web config and machine config.
what are configuration files?
when to use webservice and when to use remotong diff between them
What is meant by role based security? when we use this one
How do you do client-side validation in .net? How to disable validator control by client side javascript?
public key?
What are standard controls?
Do you know about caching with the datasource controls?
About CLS and CTS?
8 Answers Microsoft, Syncfusion,
What is the difference between web.config and machine.config in ASP.NET?