If you are facing this issue where Entity Framework puts on 2 decimal places when inserting or updating records which is a major problem, especially when dealing with GPS Coordinates. Then you need to add this sample line to your DataModel which is mostly found in the Model folder. For example, if your Table class name is CommunityBanks then you will need to do this to get the GPS Coordinates to the length of 5 decimal places.