0
Proper use of global:: (or Global.)
Posted by Sameer on June 8, 2007 in .NET articles | ∞
The C# global:: keyword (Global. in VB.NET) allows developers to differentiate between conflicting namespaces and classes.
SqlHelper Source Code (MS Data Access Block)
Posted by Sameer on June 8, 2007 in Uncategorized | ∞
The source code to SQLHelper as well as an explanation on how to use it to get more power and flexibility over your source code + the compiled DLL and XML