By tag: Filter
0
kicks
MVC: Error Handler Action Filter
An Action Filter for the MVC Preview 2 release that allows you to say "hey, Mr. Action, if you throw [ThisException], please show [ThisPage]".
0
kicks
SQL Server: Filtering Numeric data from a character based column
Explanation how IsNumeric doesn't really return what you expect it to return and how to overcome the problem in data filtering.