Skip to content

Instantly share code, notes, and snippets.

@chrismoutray
chrismoutray / gist:9286664
Created March 1, 2014 07:50
insert image as varbinary
using System;
using System.IO;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data.SqlClient;
using System.Data;
namespace blobstoretest
{