Ever since Microsoft’s first efforts to deliver a REST style framework in .net, back in 3.5, there has been a continuous stream of questions that has asked: how to I add a service reference to that API? How do I generate a client proxy? How do I access the WSDL for the REST service? Can […]
I’ve been writing an alternative to the MVC routing mechanism for ASP.NET Web API based on prior approaches that I have worked with. I’ll blog more about that in the future. Part of my motivation for writing this new router was because I didn’t know how to do what I wanted to do with MVC Routing and […]
Much of my career has been spent with me as the most senior developer on my team. It has its pros and cons, I have learned how to figure stuff out on my own, but I have had to re-make many mistakes that I could have avoided. However, one of the most memorable pieces of […]