Deserialize Json to Interface without Concrete Class
I was working on a generic class, something like this in fact: public class SweepDriver<InputType, OutputType> where InputType : class where OutputType : ICalcOutput1 { ICalculator& »
I was working on a generic class, something like this in fact: public class SweepDriver<InputType, OutputType> where InputType : class where OutputType : ICalcOutput1 { ICalculator& »
I couldn't find an example of Owin Middleware for VB.Net anywhere. After much experimentation I came up with this simple example: Public Class »
This year I have added a few new elements to the Christmas lights. The lights I used last year for my grid have been split into »
For many projects, MVC frameworks like angularjs [https://angularjs.org/] are a godsend. When you are working on something a little smaller though, these frameworks tend »
I previously wrote a post [https://www.lighthouselogic.com/node-domains-as-a-replacement-for-try-catch/] about using domains as a general exception handling mechanism in node. And while I am no »