I find myself using Linux more and more as my go-to OS, since I’m not developing anything windows specific most of the time. Occasionally I’d…
fullstack thoughts
I find myself using Linux more and more as my go-to OS, since I’m not developing anything windows specific most of the time. Occasionally I’d…
So, let’s say you’re working on a shiny new piece of software, which needs to somehow integrate with existing legacy software. The big problem is…
One of these days I had the need to create and extensible enum. Extensible in a way that allows people to add items to it,…
I recently needed to map a C# class to a database table using FluentNHibernate. So far so good…. But then I got stuck as one…