Posts

6/2009 20
Using an Object for an Id
It's not that uncommon to use an ID for a data object.  However, sometimes more information is needed to uniquely identify an object than a number.
Read the rest of this entry
6/2009 19
Extending the ASP.Net Security model to use rights: Cassini
I get a few messages about how the rights system fires many times per request and it is a lot of SQL traffic.  Allow me to address this issue and introduce to your silent partner Cassini.
Read the rest of this entry
6/2009 19
Variable boxing and == vs. Equals
Let's take a moment and think about exactly how boxed variables work when checking to see if they are equal. Here is a little Console application to do a quick comparison of how the Equals function and == operator work.
Read the rest of this entry