PreviousNext

Building a Better MVC Helper

by bill-s, 2015-09-23T22:03:18.000Z

Readers are great. For example: One of the most common things I do when creating a View in ASP.NET MVC is to add a block of HTML that includes a label, an input control and a validation control. I've done that so often, that I created an HtmlHelper extension to take care of it.

Read More