asp.net web api - Webapi with MVP based webform application -


we have web application built using asp .net 4.5 webforms stack , based on mvp pattern. in process of making aspects of application service-oriented can used serve relevant content third party clients.

rather doing major overhaul, 1 of options looking out exposing webapi endpoints. aware of codeplex/github hosted sample projects demonstrating use of webapi ends points mvp based webforms application? suggestions/insight/ recommendations helpful? thanks.

a sample using web forms + web api can found here:

http://aspnet.codeplex.com/sourcecontrol/latest#samples/webapi/webformsample/readme.txt


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -