Tag Archives: API

Consuming a Web Service in ASP.NET Tutorial

My fitness site DeepFitness.com has over one thousand articles on fitness and nutrition topics. The other day I wrote an API that exposed a few WebMethods. Below I’m going to walk through setting up a page that consumes those Web … Continue reading

Posted in ASP.NET, C# | Tagged , | Comments Off

Displaying a SmugMug Gallery with ASP.NET

Back in the day I used to host all my own image galleries on my site. It’s a tedious process and you can quickly use up your allocated disk space with today’s multi-mega pixel cameras. Fortunately we have companies like … Continue reading

Posted in ASP.NET, C# | Tagged , , , , | Comments Off

Using Yahoo! Maps GeoCoding API in C#

Building a map using Yahoo! Maps or Google Maps requires Latitude and Longitude points. Until Yahoo! released it’s GeoCoding APIs getting address latitude and longitude was neither easy or free. At this time Yahoo! allows you to GeoCode 50,000 addresses … Continue reading

Posted in ASP.NET, C# | Tagged , , , | Comments Off