Wednesday, July 6, 2016

Debug MVC routes with Route Debugger

There are two interesting utilities in Nuget Package manager, RouteDebugger and WebApiRouteDebugger. These are quite useful to check how paths are matched by routes.config file.

No comments:

Regex obfuscate email

 Use this code in C# to obfuscate email using regex // Online C# Editor for free // Write, Edit and Run your C# code using C# Online Compile...