Category Debug

Debugging MVC Routes

Debugging MVC Routes Today I found this excellent nuget package from Phil Haack. Using this nuget package we can easily check/debug the routes which are configured for a ASP.NET MVC application. Phil has documented about this tool here.

Debug open source .Net Library using public symbol server and visual studio

As the title suggests in this blog entry I will try to explain how I debug an open source .Net library in visual studio using public symbol server. Introduction Some time back for Cloud FileXchange, when I was using an open source library “DotNetOpenAuth” to write a client for “Login with Amazon”, I ran into issues […]