Richard McCutchen | 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.
Category: C#, Extension Methods, General .Net, VB.NET |
9 Comments »
Tags: C#, extension methods, ISynchronizeInvoke, System.Action Delegate, VB.NET
Richard McCutchen | 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 [...]
Category: SQL Server, Stored Procedures, VB.NET |
2 Comments »
Tags: MSSQL, store images in SQL, VB.NET