7/10 - Newtonsoft.Json.dll 6.x is installed in the GAC by an application on the dev server MSBuild no longer copys Newtonsoft.Json.dll during build. Build does not fail because old copies are in output folders. 8/11 - Newtonsoft.Json.dll 7.x is added…

The order system for Velocity uses Azure WebJobs behind the scenes. In this post, I'll explain how I use WebJobs and some things I've learned along the way. Introduction Azure WebJobs is really easy to work with. All you need to is build a console app, put in the functions…

Well the day has finally arrived and I am officially announcing Velocity 1.0. It is now a feature complete offline API documentation browser and search tool. Read all about on the product website. There are still plenty of features in Dash (the inspiration for Velocity) that I plan to…

I guess these days it's probably not as amazing to others as it seems to me. That I can be sitting in my home office in New Jersey and discuss making Velocity, a Windows version of Dash, with the developer who created it in Romania. I've had some doubts about…

Marc Gravell points out some interesting problems when generating IL manually. I was lucky that when working on ProxyFoo I did not run into any major headaches with this, but I do have some future ideas (that involve loading from disk) where based on Marc's info this could be a…