I need to build a web service to handle HTTP Form posts (CRUD) using .Net Web API
Although I am aware that the API can be run under WebForms I have heard that type of thing before (see 'Dynamic Data') and then in the reality encountered the need for functional work-arounds, limitations etc.
Has anyone used Web API for CRUD under Web Forms? Any issues?
Thanks for any insights!