Profile
Achievement

jmcd's Recent Snippets
- All /
« Prev 1 Next »
Use it on your AreaRegistrationContext via the extension MapRouteLowercase
0
966
posted 15 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
884
posted 15 years ago by jmcd