Hi all,
I'm working on business ASP.NET 4 Web Form app with common 3-tier architecture. Communication with database is implemented using ADO.NET.
I'd like to use Web API in application. What are your recommendations to implement web API in existing solution?
The reason for Web API is that we have to announce the request for using our app on mobile devices.