TIL how to find latitude and longitude of a geolocation stored in SQL Server
I was recently working with an EF Core entity which contained a C# Point property representing a geolocation. This was stored in a single column in a SQL Server database. (I think this uses NetTopolog
May 7, 20262 min read1
