hi, i use some HTTP Handlers from my Web Forms days forms, to for example Generate Images Thumbnails, Serving CSS, Etc...
i like them, htey are easy to make and offer great abstraction, so can i still use them with optimal performance in MVC or should i use Action Filters ?
thanks in advanced.