In my previous article I show how to use Basic Authentication in Web API and hosting in IIS. This article I will going to show how to protect our site from CSRF (Cross-Site Request Forgery) attacks.
In this article I want to show how to create inline editing in angularJs with Wen Api. In my previous article I show how to create web api application.
In this post I want to show how to implement CRUD operation in AngularJs with web API and Stored procedure.
To know more about Web API, Please follow my previous article.
Browser always preferred client by which we consumed data exposed over HTTP. So Microsoft introduced a features Web Service, WCF, Web API.
But now Web API is more suitable than others because it is lightweight and when we need to use restful service it is more appropriate.