By tag: class
0
kicks
Choosing Between Classes and Structs
A little dry, but gets the basic concept about when to choose a structure over a class, and vice versa.
0
kicks
Creating a Generic Collection Class with Sorting Support in .NET 2.0
One of the coolest new features in .NET 2.0 is the introduction of Generics. For those of you that have been creating tons of strongly typed collections for your business objects I'm sure you had the same reaction I did when you heard about them. "Sweet!! Now I can stop generating and tweaking ...
0
kicks
Impersonation helper class
A full working, easy to use class to Impersonate (run code within other windows user account).