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
...Hello, I would like to know the difference between PUT & POST in Restful services.
As I am using Web API, I feel put and post are same or almost same but doesn't have any idea about when to which one.
...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
...Hi, anyone know how to make Input Validation in Web API? Data annotations do not work; I want to make it like in MVC [Required] or [RegularExpression] attributes. Any ideas?
I made something like this, but it's not working.
...