CSharpFeeds - All your C# feeds in one place.

Wednesday, November 19, 2008

Reverse GEO lookup in C#

by Mads Kristensen via .NET Slave on 11/19/2008 8:42:00 PM

Google’s maps API now supports reversed GEO lookup which allows you to find an address based on geo coordinates.  All you need is a latitude, a longitude and this handy method: private const string endPoint = "http://maps.google.com/maps/geo?q={0},{1}&output=xml&sensor=true&key=YOURKEY";   private static string GetAddress(double latitude, double longitude) {   string lat = latitude.ToString(CultureInfo.InvariantCulture);   string ...

[ read more ]

Reverse GEO lookup in C#

by Mads Kristensen via .NET Slave on 11/19/2008 8:42:00 PM

Google’s maps API now supports reversed GEO lookup which allows you to find an address based on geo coordinates.  All you need is a latitude, a longitude and this handy method: private const string endPoint = "http://maps.google.com/maps/geo?q={0},{1}&output=xml&sensor=true&key=YOURKEY";   private static string GetAddress(double latitude, double longitude) {   string lat = latitude.ToString(CultureInfo.InvariantCulture);   string ...

[ read more ]

Reverse GEO lookup in C#

by Mads Kristensen via .NET Slave on 11/19/2008 8:42:00 PM

Google’s maps API now supports reversed GEO lookup which allows you to find an address based on geo coordinates.  All you need is a latitude, a longitude and this handy method: private const string endPoint = "http://maps.google.com/maps/geo?q={0},{1}&output=xml&sensor=true&key=YOURKEY";   private static string GetAddress(double latitude, double longitude) {   string lat = latitude.ToString(CultureInfo.InvariantCulture);   string ...

[ read more ]

Code Coverage Is Not Enough

by Brendan Enrick via Brendan Enrick on 11/19/2008 3:55:19 PM

When people write tests there is one metric I hear them mention quite often. Yes, you guessed it. Code coverage is mentioned by many people when talking about how well their code is tested. I believe this is a very useful metric, but as the title of this post states, code coverage is not enough. When testing code it is important to try to check all cases which are likely to be able to produce different results. Odd and interesting cases are important. Tests should be written to handle different ...

[ read more ]

Copenhagen C# talk videos now up

by skeet via Jon Skeet: Coding Blog on 11/19/2008 7:17:31 AM

The videos from my one day talk about C# in Copenhagen are now on the MSDN community site. There are eight sessions, varying between about 25 minutes and 50 minutes in length. I haven't had time to watch them yet, but when I do I'll submit brief summaries so you can quickly get to the bits you're most interested in. (As far as I'm aware, they're only available via Silverlight, which I realise isn't going to be convenient for everyone.) Feedback is very welcome. ...

[ read more ]

Copenhagen C# talk videos now up

by skeet via Jon Skeet: Coding Blog on 11/19/2008 7:17:31 AM

The videos from my one day talk about C# in Copenhagen are now on the MSDN community site. There are eight sessions, varying between about 25 minutes and 50 minutes in length. I haven't had time to watch them yet, but when I do I'll submit brief summaries so you can quickly get to the bits you're most interested in. (As far as I'm aware, they're only available via Silverlight, which I realise isn't going to be convenient for everyone.) Feedback is very welcome. ...

[ read more ]

Subscribe

New Feed

Product Spotlight

Recently Updated Sources

Legal Note

The content of the postings is owned by the respective author. CSharpFeeds is not responsible for the contents of the postings. This site is automatically generated and cannot be reviewed for abusive content. If you find abusive content on CSharpFeeds, please contact us. Designated trademarks and brands are the property of their respective owners. All rights reserved.

Advertise with us