Browse by Tags

All Tags » ASP.NEt Web API (RSS)

A Simple jQuery HttpClient by imran_ku07

Introduction: One of the reason why HttpClient getting popular day by day is that it is very simple to use and intuitive programming model. Due its simplicity, I have created a very simple HttpClient for jQuery(which abstract the jQuery.ajax calls) for...

Fixing the Model Binding issue of ASP.NET MVC 4 and ASP.NET Web API by imran_ku07

Introduction: Yesterday when I was checking ASP.NET forums, I found an important issue / bug in ASP.NET MVC 4 and ASP.NET Web API. The issue is present in System.Web.PrefixContainer class which is used by both ASP.NET MVC and ASP.NET Web API assembly...

Browser Specific Extensions of HttpClient by imran_ku07

Introduction: REpresentational State Transfer (REST) causing/leaving a great impact on service/API development because it offers a way to access a service without requiring any specific library by embracing HTTP and its features. ASP.NET Web API makes...

Handling HTTP 404 Error in ASP.NET Web API by imran_ku07

Introduction: Building modern HTTP/RESTful/RPC services has become very easy with the new ASP.NET Web API framework. Using ASP.NET Web API framework, you can create HTTP services which can be accessed from browsers, machines, mobile devices and other...
Filed under: ,

Adding AjaxOnly Filter in ASP.NET Web API by imran_ku07

Introduction: Currently, ASP.NET MVC 4, ASP.NET Web API and ASP.NET Single Page Application are the hottest topics in ASP.NET community. Specifically, lot of developers loving the inclusion of ASP.NET Web API in ASP.NET MVC. ASP.NET Web API makes it very...
More Posts