↧
How to set Culture in ASP.NET Web API ?
There are three ways to set the Culture information in any ASP.NET Web Api application : 1. Application Level 2. Page Level 3. Thread Level 1.Application Level: <configuration> <system.web>...
View ArticleHow to call web api method using jquery ajax in ASP.NET MVC 4
This tutorial will cover the following types of calling a web api method using jquery ajax. Call a GET method without parameters Call a GET method with a single parameter Call a GET method with...
View ArticleNg Table with ASP.NET MVC WEB API and Angular js
Before reading this post, I recommend you to visit the ng-table official documentation and site and get the basic ng-table working. Below is my api which accepts some grid params like PageNumber...
View Article