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[…]
Read moreI was working on a generic class, something like this in fact: public class SweepDriver<InputType, OutputType> where InputType : class where OutputType : ICalcOutput1[…]
Read moreI couldn't find an example of Owin Middleware for VB.Net anywhere. After much experimentation I came up with this simple example: Public Class SimpleMiddleware[…]
Read moreThis year I have added a few new elements to the Christmas lights. The lights I used last year for my grid have been split[…]
Read moreFor many projects, MVC frameworks like angularjs are a godsend. When you are working on something a little smaller though, these frameworks tend to get[…]
Read moreI previously wrote a post about using domains as a general exception handling mechanism in node. And while I am no longer working on the[…]
Read moreI have been implementing a zoho creator database for a client of mine. Why Zoho? I selected it for this client because they have limited[…]
Read more