News

Object-oriented programming has a lot of well-established design principles, such as the SOLID principles, but when moving towards functional programming many developers don’t know how to use ...
On a couple of occasions I've used Reflection to load classes at runtime rather than add references to those classes at design time. I won't say that it's made my applications easier to deploy, but I ...