A Glimpse into the future of MVC debugging
What Firebug is for the client, Glimpse does for the server… in other words, a client side Glimpse into whats going on in your server.
What Firebug is for the client, Glimpse does for the server… in other words, a client side Glimpse into whats going on in your server.
No need to re-write this, Phil Haack has already provided all that is needed. I did this to test my own NuGet packages locally. Step 1: Create a new Empty Web Application in Visual Studio Step 2: Install the NuGet.Server Package Step 3: Add Packages to the Packages folder Step 4: Deploy and run your [...]