tags:

views:

99

answers:

3

how to create a rest api in c#?

please provide tutorials links or in answer response.

+1  A: 

Pluralsight (and Aaron Skonnard in particular) have some good stuff on RESTful WCF. Videos can be found on Channel 9 here: Part 1 and Part 2

HTH

Gordon Mackie JoanMiro
+1, Thanks :-) .
klausbyskov
A: 

With ASP MVC it's now even easier - just mark methods with ScriptMethod attribute

Konstantin