Thursday, July 7, 2016

Custom routing in MVC

The OOB routing module in MVC has somewhat rigid routing capabilities, an alternative can be Nuget package at https://www.nuget.org/packages/MvcCodeRouting/1.0.2 which enables routing based on namespaces.

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...