Welcome to MSDN Blogs Sign in | Join | Help

January 2005 - Posts

Nullable trilogy part II: a == b -> a>=b && a <=b ?

A question that often comes up when we discuss Nullable<T> is about the anti-symmetric property. This property states that if a==b then a>=b and a<=b. If a and b are null then this property is not satisfied in the current design as the result
Posted by lucabol | 3 Comments
Filed under:

New C# things happening...

Express yourself about this DCR: http://blogs.msdn.com/scottno/archive/2005/01/19/356347.aspx Partecipate to the C# language chat: http://blogs.msdn.com/scottno/archive/2005/01/19/356358.aspx That's it.
Posted by lucabol | 0 Comments
Filed under:

Nullable trilogy Part I: why not just SQL?

This is the first of a weekly three part serie of posts about Nullable<T>. In these posts I want to describe the reasons behind three design choices: 1. Why not just use SQL semantics for null? 2. Why null == null doesn't imply null >= null and
Posted by lucabol | 3 Comments
Filed under:
 
Page view tracker