Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

RESTful web service tutorials for .NET

Can anyone please suggest a step by step tutorial for RESTful Web services in .NET?

like image 238
snail Avatar asked May 09 '11 15:05

snail


1 Answers

Here are a few (hopefully) useful links:

  • MSDN: WCF Web HTTP Programming Model, http://msdn.microsoft.com/en-us/library/bb412172.aspx
  • MSDN: WCF/Web Samples, http://msdn.microsoft.com/en-us/library/dd699772.aspx
  • MSDN Magazine Jan 2009, An Introduction to RESTful Services with WCF (is pre-.Net4 but still very readable), http://msdn.microsoft.com/en-us/magazine/dd315413.aspx
  • A blog post focussing on the new REST features in WCF 4 and how to use them, http://christopherdeweese.com/blog2/post/drop-the-soap-wcf-rest-and-pretty-uris-in-net-4
like image 174
mthierba Avatar answered Oct 30 '22 08:10

mthierba