Click here to Skip to main content
15,887,363 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
If we use filters for action methods in MVC, Will it reduce the performance of the programme.

if yes, How to overcome it?

What I have tried:

C#
[CustomFilter]
public Actionresult Sample()
{
return view();
}
Posted
Updated 5-Apr-16 0:29am
v2

1 solution

Hello,

Please go through the below links, for the performance track while using custom filters.
Building Performance Metrics into ASP.NET MVC Applications[^]
Performance Tip : Measure performance of asp.net MVC Action Filters[^]

Thanks
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900