Writing your own Html Helpers for the ASP.NET MVC Framework
Anyone who’s dipped a toe in the ASP.NET MVC Framework will have encountered Html Helpers. These remove the need to drop large chunks of code into your markup to generate common elements that can’t be hard-coded by giving you the means to use small chunks of code instead. Which is better. For example, if you […]