By tag: test
0
kicks
Download new JSON stand-alone library for Microsoft .NET 1.1/2.0
Michael Schwarz has released the AJAX.NET JSON parser and serialiser as its own component. This is perfect for me and this site as I am currently only using the JSON serialiser from AJAX.NET. I am using the Dojo toolkit as the AJAX library.
0
kicks
Be sure to put in some default value when testing with Nullable types
Nullable types are a great feature in .NET 2.0 but even when the code compiles the functional behaviour can turn out to be completely different from what you would expect when comparing and the value is null.