I am using Entity Framework 6.x using the Code First approach on an MVC 5 application. In this particular situation my model (among other things) contains two properties named Latitude and Longitude:...[Required, Range(-90, +90)]
public decimal Latitude {...