I want to design new web application using ASP.Net web forms. Which also do AJAX based communication from client side. I also need to put those services on my APP server so that it can also use by mobile applications.
I check about Web API on Google and it seems that majorly used for ASP.Net MVC but it can use with Web Forms. But not sure how easy it is and easy to maintain with Web Forms.
Can you please suggest which one is best design for services REST services and Web API? Which one is better from performance and security of point view?
Go to the complete details ...