I am working on an asp.net mvc 3 web application using database-first approach.
I have a table called Results that contains two columns (min &
This is normal behaviour, as per MSDN.
Even SQL-server's real datatype is mapped to double, even though float would definitely be enough there.
But the type names are very confusing here. In fact float (t-SQL) is the same as double (.Net): a precision of 15 digits and a range of negative 1.79769313486232e308 to positive 1.79769313486232e308.