NullableTypes v0.9 released

Luca Minudel <[email protected]> Tue, 15 Jul 2003 20:25:53 -0400
Newsgroups gmane.comp.windows.devel.dotnet.products
Message-ID <LISTSERV%[email protected]>
NullableTypes for .NET are a very reliable and efficient version of built-
in value-type that accept Null values: they pass more the 700 differents
test cases and have close-to-optimal efficiency as built-in value-types.
NullableTypes may be used every time you need to store a Null value in
a .NET built-in value-type.

NullableTypes is an open-source project under MIT license, you are free to
use it in your commercial products.

The version 0.9 (beta) has been just released, it is features complete and
has been released for public review to gather comments and to discover
bugs. It include binary, tests, samples, help and source code.

Visit project home-page for more details:
http://nullabletypes.sourceforge.net

Regards,
Luca Minudel
NullableTypes Project Manager