ASMX 2.0 - Nullable Types

less than 1 minute read

ASP.NET Web Services (ASMX) in .NET 2.0 introduces support for nullable types. In .NET 1.0 and 1.1, the framework didn’t support xsi:nil for value types be...