I am developing a C # application that will use and store geographic locations using the Geography data type in SQL Server 2008. I planned to use the Entity Framework, but soon found that it lacked support for spatial data. Does anyone have experience with or knowledge of other OR cards with spatial support?
The system will have few records and many readings of geographic data. What is a good / preferred way to read / write spatial / geographic data from C #?
c # sql-server-2008 entity-framework spatial
Christian v
source share