I Code, Therefore I Am

while(!(succeed == try()));

Extension Methods – Handling InvokeRequired

| July 3, 2010

Extension Methods can come in very handy, because in a lot of cases whatever you’re working with doesn’t have the exact functionality you’re looking for, and an Extension Method allows you to add this functionality (or extend it) without having to create a new class inheriting from said object.

Store & retrieve images in Microsoft SQL Server with VB.NET

| July 1, 2010

I’ve seen his question asked so many times that I’ve decided to blog about it it. The question … How to store and retrieve images in SQL Server. There are some who say this is a bad idea, and some who fully support this. I will go on the record as saying it’s bad practice [...]