Profile
Achievement
jmcd's Recent Snippets
- All /
« Prev 1 Next »
Use it on your AreaRegistrationContext via the extension MapRouteLowercase
0
862
posted 14 years ago by jmcd
A style of code reuse. Breaking methods (in this case MVC controller) into very small reusable atomic chunks that either perform an operation then return an ActionResult OR return null, then using with the null-coalescing operator.
0
776
posted 15 years ago by jmcd