Hello,
I haven't used much of the Web API as of now, so I was thinking how can I return Web API from API controller in ASP.NET?
Any Code sample, links?
Thanks
...I want to implement jquery datatable(With Displaying data, edit, delete, search, sort and paging should be there) with Web API and MVC
I had previously implemented jquery data table with asp.net MVC and it was working, but when I was started using jQuery Datatable with web API, I wasn't able to implement CRUD with searching and pagination in it.
If there are any links or sample code, please provide me for reference.
thanks and regards
G.Ram Mohan
...I have read and implemented "Token based authentication in C# using Web API" in my web-api project, now, I would like to enable CORS in my web-api so anyone can access api from different domain also. How can enable CORS in web-api?
...