In general, when you create a new SignalR connection you are obliged to have already defined any of your handlers on the hub object...
Read MoreThis post serves as a reminder to myself...largely because I have wasted time tracking this down twice now!
Read MoreI came across a problem on a recent WebAPI project where I wanted to use Autofac to inject some tenant information (i.e. derived per request) into the constructor of each controller
Read MoreI, like most of the human race, started 2016 with an an absolute conviction to improve my fitness and I, like a decent percentage of people, decided that the best way to fool myself into following through was to invest in a fitness tracker
Read MoreTypeScript is generally pretty good at persisting `this` in functions but there are certain circumstances where you can get a class function to run in the wrong context.
Read MoreOne of the many ways to customise Swagger output with Swashbuckle.
Read MoreGenerating custom reports from Visual Studio Online.
Read More