Your Information Technology Answers are Here on SSWUG.ORG

SSWUG.ORG is the one of the largest community-driven sites that focuses on enterprise technology, as more than 570,000 members regularly visit our site for answers to their questions on data management, collaboration software, development tools and cloud computing.

Our staff works to issue relevant and in-depth articles, podcasts, webcasts, expos and classes to members and non-members alike.


ARTICLES

Article

Virtual Earth Meets SQL Server 2008 and ASP.NET AJAX This is an off-site link.  Please review our Terms of Service for additional information.


(Matthew Ellis) In this tutorial we'll analyze Microsoft Virtual Earth, the new SQL Server 2008 GEOGRAPHY data type and ASP.NET AJAX. We'll build a database of longitude and latitude records for specific locations, we'll then use ASP.NET AJAX and the Virtual Earth service to exploit these locations found in the database. We're also going to build a basic application that makes use of Yahoo's Geocode service to retrieve the longitude and latitude of a specific address, thus we'll be able to add additional locations easily and quickly. How is this useful, you may be asking, to answer your question I'll give you an example. My wife has been searching for homes recently online and has been using a popular home searching web application, which will remain nameless. This application makes use of Virtual Earth and the user can browse around a city and the map is populated with homes for sale, you can then click the home, a popup appears and gives you the opportunity to view the home details. In this tutorial we'll build a similar application, however, emphasizing the use of the new SQL Server 2008 GEOGRAPHY data type.

Read this article..