Adjustments for SQL Azure – NO OLE DB

Same Same, But Different Lately, I’ve been working with SQL Azure a lot more. For some of our simpler projects the differences aren’t that palpable, but the more data centric applications have started to tease out some of the more notable differences. Over next couple of months I’ll write up some of the more glaring … Continued

.NET 4: GAC’ING ASSEMBLIES MADE SIMPLE

Installing assemblies into the GAC is no longer straight forward. In the good ol’ days it used to be as simple as dragging a file into the Assembly folder. Or using the gacutil.exe. Neither is available any longer. According to various posts out in the wild wild web, the updated .NET 4 version of gacutil.exe … Continued