Date: May 17th, 2005

SQLConnectionBuilder Class

17 May, 2005 (18:54) | General, .NET Code Related, Asp.Net 2.o | No comments

So there I was perusing the Beta MSDN Documentation when I came across this little ditty.
MS has finally decided to give us a class that lets us deal with a connection string in terms of properties as opposed to a straight out string. So now you can do stuff like “builder.Password = someNewPassword”.
Wadda ya […]

Use of Generics to Eliminate Casting

17 May, 2005 (18:49) | .NET Code Related, Asp.Net 2.o | No comments

Uuuuuhhhhh, ahhhh…. nice!
Peter Provost touches on the use of generics to replace casting certain interfaces. Now thats what I’m talking ’bout! What a fun concept.
Read more