Testing the AdminLTE template on top of ASP.NET MVC web application

Posted: (EET/GMT+2)

 

Web applications need to look nice in addition to working fluently. ASP.NET web applications are no exception, and the ASP.NET MVC framework suits me well in many situations. Just recently, I've been testing a new Bootstrap based template, called AdminLTE, for web application development.

This template is a traditional Bootstrap template in the sense that it is a set of CSS and JS files. If you integrate these into your ASP.NET MVC project, it's straightforward to get the template working.

In case you are looking for a nice, free, and easy-to-install template for your Bootstrap site, AdminLTE is one good choice.

Hope this helps!