asp.net web api2 - Sharepoint Provider Hosted app with Odata Web API -


we have requirement build sharepoint provider hosted app, needs call asp.net web api built odata. could't find exact solution this. perform highly approciated

it should other web application provider hosted app totally independent sharepoint.

if building app using asp.net, can add reference odata endpoint, ex: http://yourservice/odata/$metadata

visual studio generate proxy entities in odata service.

if building app using other technology, deal service normal rest service , call using http client, browser or backend.


Comments

Popular posts from this blog

sql - can we replace full join with union of left and right join? why not? -

javascript - Parallax scrolling and fixed footer code causing width issues -

iOS: Performance of reloading UIImage(name:...) -