0

I have seen a ton of sites on tutorials and how-to's for building your own RESTFul API using ASP.NET. All of them seem to use MVC though. Is it possible to build my own RESTFul API using ASP.NET and WebForms, without using MVC? If anyone has links to a tutorial or something, that'd be great!

Icemanind
  • 47,519
  • 50
  • 171
  • 296

1 Answers1

2

Use ASP.NET Web API. It will be the canonical HTTP API server framework moving forward.

Mike Marshall
  • 7,788
  • 4
  • 39
  • 63