Click here to Skip to main content
15,883,535 members
Articles / Web Development / ASP.NET

Create and Consume RESTFul Service in .NET Framework 4.0

Rate me:
Please Sign up or sign in to vote.
4.82/5 (81 votes)
23 Mar 2012CPOL11 min read 854.7K   20.6K   230  
Explains the basics of REST services and create & consume RESTful service in ASP.NET
<Person xmlns="http://schemas.datacontract.org/2004/07/RESTFulDemo">
  <Age>26</Age>
  <ID>1</ID>
  <Name>Thiyagu</Name>
</Person>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Technical Lead
India India
Artha is a Technical Lead in Windows Phone, WPF [MVVM, PRISM], ASP.NET [MVC 3.0 & 4.0], C#.NET, VB.NET and ASP.

Windows Phone

Microsoft Developer Network


Published Tools in Visual Studio Galleries


Published Source Codes in CodePlex


Microsoft Virtual Academy Profile


Published Articles in Code Project


Microsoft Certified Professional Developer (MCPD) Microsoft ASP.NET Developer 3.5 (070-564, 070-536, 070-562, 070 315)

Comments and Discussions