ASP.NET MVC 4

A few weeks ago I started work on a monitoring dashboard web application.  This work involved a lot of new things for me, which I wanted to write a quick blog post about.

  1. The web application is being built using the ASP.NET MVC 4 framework, which previously I hadn’t used much before as I have been working primarily in backend development over the last few years.
  2. The application includes real-time functionality using the ASP.NET SignalR library
  3. We chose and then integrated a Bootstrap theme from WrapBootstrap, which is a marketplace for premium Bootstrap themes and templates.  Bootstrap is an HTML5 & CSS3 framework designed to help you kick start the development of web apps and sites.  We chose the Core Admin theme.

I aim to post some updates on anything interesting that I come across whilst working on the dashboard.