how to create a rest api in c#?
please provide tutorials links or in answer response.
how to create a rest api in c#?
please provide tutorials links or in answer response.
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
With ASP MVC it's now even easier - just mark methods with ScriptMethod attribute