Tuesday, June 27, 2006

Mash-ups with ASP.NET and Atlas

In a typical Web application, a browser communicates with a server and gets all its data from that server until the browser is pointed to a different Web host. However, it is often useful if the browser can access data from multiple hosts while staying connected to the current home site. With a growing number of Web services available, developers are finding it increasingly useful to access data from remote domains and serve it to clients through one primary site. Applications like these are often called mash-ups, because they consume data from one or more remote services, combine ("mash") that data into a usable form, and then serve the data to clients in the current application.


Here is an excellent article about mashup with ASP.NET and Atlas

No comments: