MVC .NET Core Report Viewer
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 after release, someone commented...
Software Developer, Husband, and Father
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 after release, someone commented...
Created this for easily printing exception details to string so that it can be logged or emailed quickly. View the code on Gist.
I made this enum and class today at work and figured I’d share it out here. It is used for converting from a byte based unit to a larger or smaller byte based unit....
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 System.Reflection; 1 2 3...
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 digging online, I found...
Windows 7 Well, today I finally took some time and had finished installing Windows 7 in a virtual machine on my work computer. At first glance it’s very shiny!!…ooohhh…ahhhh. But the virtual machine ran...
So, I’ve slowly been taking some time to watch and learn from the Stanford iPhone Development class that is being podcasted through iTunes. I haven’t had much time to watch them all yet, I’ve...
Alright, I tried having my own blog and it disappeared after a year of not much use 😛 I’m going to attempt to actually keep up on what’s going on at home and at...