REST and .NET 3.5 Part 1 – why REST based services?


REST is a very powerful way to build services. The model lends itself to high scalability as it uses the same model as the web. It is particularly applicable to services that are exposed on to the public internet as generally all a consumer needs to be able to do is manipulate XML and talk HTTP – which every platform supports.

You are able to compare why web service? Why REST under the following link.

http://www.developerfusion.com/article/7991/rest-and-net-35-part-1-why-rest-based-services/

About these ads

About Yeoh Eik Den

I am a SharePoint developer, and I like to bringing a visual exploration of the dot net in the real world.
This entry was posted in ASP.net, WCF and tagged , , , , . Bookmark the permalink.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s