By tag: Objects
0
kicks
How To Use Reflection To Compare Two Objects
A code snippet which you can use to compare two objects (of the same type) to determine if they are equal.
0
kicks
Verifying calling objects
A simple trick to verify that the people calling your methods are exactly who you think they are.
0
kicks
Classes, Structs, and Objects
Explains these C# fundamentals and how to best use these C# types. Excerpt: The ability to invent your own types is tantamount to object-oriented systems. The cool thing is that, since even the built-in types of the language are plain-old CLR objects, the objects you create are on a level playing fi...