Last week I released some code that I created for work to get rid of the ASP.NET WebForms reliance to use a Report Viewer control on your MVC website. Immediately...
Here are a couple of handy C# extension methods I’ve created at work to get and set reflected property values. Required Namespaces: 1 2 using System; using System.Reflection;using System; using...
A while back, one of the guys at work asked me if it was possible to determine the Windows installation date of some computers. So after a short bit of...