In my work today, I faced a very weird thingy, here it is: I was retreiving a bit column from the table whose default value is set to 0 , and then using an SqlDataReader , and the weird thing is that I used: 1- (bool)reader[col] 2- Convert.ToBoolean(reader...