Contents tagged with Spatial DB

  • Planning To Use DbGeography And Points In EF: The Correct Format

    Here's a really quick gotcha if you're planning to use Entity Framework and Spatial columns with the DbGeography class support. As you're probably aware, you can't instantiate DbGeography directly, but you use methods instead, eg: DbGeography.FromText(); This method takes in WKT / Well Known Text, which is apparently a standard. A standard that I can't seem to find the definitive documentation … more

  • 1