Profile
Achievement

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