MSDN TV: Working with Medium Trust in ASP.NET

less than 1 minute read

Excellent short MSDN TV segment explaining the Code Access Security (CAS) features in ASP.NET 1.1. This allows you to lock down the permissions for differen...

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...

Nullable Types

1 minute read

A common problem that developers run into with .NET v1.1 is the situation where you want a value type such as an int or bool but you want to allow for the va...