CodeClimber

Climbing the cliffs of web development, on .NET

Monday, July 15, 2019 miniprofiler, performance, aspnetmvc

7 easy steps to install MiniProfiler on an ASP.NET MVC website

7 easy steps to install MiniProfiler on an ASP.NET MVC website

Adding MiniProfiler is an easy task, but documentation is a bit lacking. In 7 easy steps, I show how to install MiniProfiler on an empty ASP.NET MVC web application.…

Friday, June 21, 2019 aspnetcore, aspnetmvc, ebook, MVC

Free eBook on ASP.Net Core 2.2 is available for download

My latest ebook, ASP.NET Core Succinctly, written together with Ugo Lattanzi is been published and is available for free from Syncfusion.…

Wednesday, August 05, 2009 aspnetmvc, dropdownlist, htmlhelper

How to create a DropDownList with ASP.NET MVC

The DropDownList html helper differs a bit from the standard Html helper methods, and, not surprisingly, the way it works is one of the questions I get asked the most. So in this post I’m going to…