Debugging an MVC call

Sometimes, when trying to debug an MVC method, you need to inspect what the app is receiving from the client. You could use a sniffer, like WireShark, but I believe there is an easier way. The Problem Some time ago I was tasked with integrating with a third […]