The Artima Developer Community
Sponsored Link

Java Buzz Forum
.NET Nullable Trilogy

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
dion

Posts: 5028
Nickname: dion
Registered: Feb, 2003

Dion Almaer is the Editor-in-Chief for TheServerSide.com, and is an enterprise Java evangelist
.NET Nullable Trilogy Posted: Feb 3, 2005 2:07 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by dion.
Original Post: .NET Nullable Trilogy
Feed Title: techno.blog(Dion)
Feed URL: http://feeds.feedburner.com/dion
Feed Description: blogging about life the universe and everything tech
Latest Java Buzz Posts
Latest Java Buzz Posts by dion
Latest Posts From techno.blog(Dion)

Advertisement
Luca Bolognese has put up a three part series on .NET's Nullable<T>. In his posts he describes the reasons behind three design choices: Why not just use SQL semantics for null? Why null == null doesn't imply null >= null and null <= null? Why inside a generic class with a type parameter t the expression t == null will return false, when t is a nullable type and the value of it is null. Part One: Why not just SQL? Part Two: a == b -> a>=b && a <=b ? Part Three: Nullable as type parameter in a generic class Will Java have a Nullable?

Read: .NET Nullable Trilogy

Topic: Is Test-First Development an Impediment to Creative Flow? Previous Topic   Next Topic Topic: JetBrains .NET Profiler

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use