Mike Gold
What does it mean when you a say programming model is RESTFUL
Posted by Mike Gold in .Net | ASP.NET on Jun 02, 2010
0
Do you know the answer for this question? Post it below.
Guest

Representational State Transfer (REST) is a pattern that allows you to represent http requests to a server via URL's  and content that are created in  a specific way.   The slash separated words of the URL are the resources of the call.  The Methods of the request (GET, PUT, POST, DELETE represent the operations of the call).  Often the methods are one-to-one mappings with CRUD (Create, Read, Update, Delete) operations on the server.

Posted by Mike Gold on Jun 02, 2010
Sponsored by
Team Foundation Server Hosting
Become a Sponsor
PREMIUM SPONSORS
  • ceTE software specializes in components for dynamic PDF generation and manipulation. The DynamicPDF™ product line allows you to dynamically generate PDF documents, merge PDF documents and new content to existing PDF documents from within your applications. Visit DynamicPDF here
    Get 2 Months Free of ASP.NET Hosting for Only $4.95/month! Receive FREE MS SQL and MySQL Databases Including ASP.NET 4/3.5, MVC 3.0, Silverlight 4, Windows 2008/IIS 7.0 Plus FREE IIS 7 Modules. Host UNLIMITED ASP.NET Web Sites - Click Here!
Sponsored by
6 Months Free & No Setup Fees ASP.NET Hosting!
Become a Sponsor
PRIVACY POLICY | TERMS & CONDITIONS | SITEMAP | CONTACT US | REPORT ABUSE © 2011 C# Corner. All contents are copyright of their authors.