Click here to Skip to main content
15,881,248 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am writing one .net API for Android, Ipad apps and Web application
So i am little bit confusion which is suitable for above kinds of app.
So Please give me guidance which can i pick to start (i.e) Web API (or) REST.

Thanks,

What I have tried:

So Please give me guidance which can i pick to start (i.e) Web API (or) REST.
Posted
Updated 2-Jul-17 17:31pm

1 solution

Web API is a framework capable of implementing/being RESTful.

Rest isn't a framework its more a methodology for going about implementing your API. There are restful APIs and non-restful API's. You could create a Web API application that isn't restful, its up to you to make it restful.

I suggest you look at this link, or a good search of "Restful Web API" should net you plenty of results.

Build RESTful APIs with ASP.NET Web API | Microsoft Docs[^]
 
Share this answer
 

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



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900