This is true I seen it with my own eyes.
public object GetNull()
{
return null;
}
It was actually used in the app, and even had a stored procedure to go with it too, an sp_GetNull that would return null....
that made my day.
I think the sp was used for a classic asp site .. something to do with a result set. the .net one was someone idea of "converting" the code into .net...