Author: Scott Hanselman - ASP.NET | Posted on: 7/20/2013 4:07:23 AM | Views : 1393

I've blogged about Glimpse since the day I first saw it at Mix 2011's open source fest . It's popular, but frankly, Glimpse is so useful more people need to know about it. From within your ASP.NET application in Visual Studio, install Glimpse using NuGet. You'll want to install the right Glimpse packages for the ASP.NET features you're using. For example, I'm using MVC4 and Entity Framework 5, so I will use NuGet and: install-package Glimpse.MVC4 install-package Glimpse.EF5 These packages pull in the core Glimpse libraries plus the hooks for the specific ASP.NET modules and handlers needed for Glimpse to collect all the information about your application and present it to the client side. Be sure to pick the right NuGet...(read more) Go to the complete details ...