DarioSantarelli.Blog(this);

Archive for the ‘Web Services’ Category

ASP.NET AJAX v1.0 Released!!!

Posted by dariosantarelli on January 30, 2007


Finally, ASP.NET AJAX v1.0 Released!!!
This technology enable a developer to create next-generation interfaces with reusable AJAX components. Moreover, it enhances existing Web pages using powerful AJAX controls with support for all modern browsers such as IE, Firefox and Opera.
You can continue using Visual Studio 2005 to take your ASP.NET 2.0 sites to the next level and access remote services and data directly from the browser without writing complicated script.
Downloads:
ASP.NET AJAX consists of the two essential downloads shown below. In the ASP.NET AJAX Downloads Page You’ll also find related downloads on this page including the Futures CTP, the sample applications, and the Microsoft AJAX Library for development on non-Windows platforms.

  • ASP.NET 2.0 AJAX Extensions 1.0
  • ASP.NET AJAX Control Toolkit (a shared-source community project from CodePlex consisting of samples and components that make it easier to work with AJAX-enabled controls and extenders. The Control Toolkit provides both ready-to-run samples and a SDK to simplify creating custom ASP.NET AJAX controls and extenders. Make sure you install ASP.NET AJAX 1.0 first!)

Posted in .NET Framework, AJAX, ASP.NET, Programming, Web Development, Web Services | Leave a Comment »

Microsoft MapPoint Web Service SDK v4.1

Posted by dariosantarelli on December 14, 2006


The MapPoint Web Service is a programmable web service hosted by Microsoft and used by enterprises and independent software developers to integrate location-based services such as maps, driving directions and proximity searches into software applications and business processes. By using the MapPoint Web Service, companies can improve business results through better discoverability of store locations and business assets trough powerful server-based mapping, including street-level address lookups, point-to-point directions, and other features that you’ve become accustomed to on many mapping or retail portals.

MapPoint Web Service Features
The MapPoint Web Service includes several features like

  • Finding Addressable and Non-addressable places (rivers, landmarks etc.) in North America, South America and Europe.
  • Reverse Geocoding by listing geographic entities that are associated with a particular coordinate.
  • Finding Nearby Places: Points of interest (POI) based on the proximity to a selected location (also along a specified route). Customers can upload custom POI datasets as well.
  • Customizing Locations: geocode and storing of custom databases to be used with MapPoint Web Service applications. Customers can include up to 300 searchable attributes for each record such as types of services and hours of operation.
  • Routing by optimized driving directions with step-by-step instructions. Worldwide City-to-City Routing is possible as well.
  • Polygons: you can define and render a region on a map and then use this region to find relations to other polygons, point data sources, addresses, and specific geographic locations for defining neighborhoods, delivery areas, cell phone coverage and territories. The MapPoint Web Service offers a polygon creation tool and several command line tools for converting existing ESRI, MapInfo, Autodesk, Intergraph and GML files to the MWS polygon file format. It also offers a COM Add-in for MapPoint 2006 North America and MapPoint 2004 Europe which allows you to draw your own polygons and save them to the MapPoint Web Service polygon XML file format.
  • Real-Time Traffic Incidents (accidents, congestion, or construction) for over 70 major metropolitan areas in the United States. Data about the traffic incident include the severity, traffic flow diversion, the expected duration and the expected delay.
  • Map Rendering in many different styles and font sizes, optimized for a wide variety of devices and applications, including Line Drive, Night Time and Urban Inset Maps.

MapPoint Web Service Developer Account
Before using the MapPoint Web Service SDK, you need to sign up for a MapPoint Web Service Developer Account and start building location-enabled solutions. With a Developer Account, you get full access to the rich set of MapPoint Web Service APIs that allow you to integrate maps, driving directions and proximity searches into a wide range of solutions. A free Developer Account also gives you access to the MapPoint Web Service staging environment , which you can use to build applications for trial, demonstration, and proof-of-concept purposes.

MapPoint Web Service Downloads
The MapPoint Web Service SDK v 4.1 includes detailed documentation and describes the basic services, requirements, development guidelines, object model and comprehensive reference information for the MapPoint Web Service. It also includes sample code demonstrating common uses of MapPoint. You can also browse the MapPoint Web Service SDK on MSDN.

MapPoint Web Service Object Model
MapPoint Web Service is an XML Web service with a SOAP API. You can use MapPoint Web Service to add location-based functionality to your applications, including high-quality maps, location finding, and routing capabilities. MapPoint Web Service consists of four constituent services: common, find, render, and route. A second XML Web Service, called “Customer Data Service”, allows you to upload, download, and manage custom data sources, including points-of-interest and polygon data. You can find the reference documentation for the MapPoint Web Service and Customer Data Service class libraries here.

Posted in .NET Framework, Web Development, Web Services | Leave a Comment »