Unit-testing HtmlHelper extension methods

I sometimes find myself doing extension methods for the HtmlHelper class in ASP.NET MVC. I like HtmlHelper, but I don’t really dig when the methods generate HTML. This is what partial views are for, right? I usually add small utility methods related to a single view on the…

Welcome to my blog

Hi and welcome to my new blog. During my years as a professional software developer, I’ve learned a thing or two about performance-optimizing software applications (both desktop and web applications). I’ve studied a lot of blog posts in order to solve different performance-related problems. This blog is my…