Month: April 2007

Pitfalls of Automatic Update Utilities

Usually I’m a proponent of Microsoft. I generally like their developmet tools, and enjoy writing in .NET because of all the useful things I can accomplish with it. But today they pissed me off a little bit. I was trying to figure out how to interface with Exchange Server...

ADAL 1.0.7a

Not much to report, just that I accidently removed the icon for the ADAL exe, so the last release went out without it. So if you really were attached to that awesome icon, you can go re-download ADAL. -Andrew...

ADAL 1.0.7

 You can download now, or read and download at the bottom (recommended, lol) ADAL Version 1.0.7 was released today. Additions and fixes are included are: – Fixed bug in PopulateFromReader that caused an error when calling the SELECT method of DAL objects. The call to PopulateFromReader was not inside...

Dynamic Javascript Tag Insert – ASP.NET 2.0

A lot of JavaScript utilities need to be inserted at the bottom of the page so that the HTML elements that use them (or at least the function calls) do not generate errors. When using ASP.NET 2.0 master pages, you might want to insert the <SCRIPT> tags dynamically so...