It is more than a common scenario that our apps(be it mobile apps or web apps) are backed by a service. These services are often RESTful these days as the benefits and flexibility of REST in undeniable. But its more than often that I see these services that are being written for consumption from the apps tend to have the endpoints exposed as per client app requirements. Continue reading
WEB API
A Beginner’s Tutorial on ASP.NET WebApi Hosting(IIS Hosting and Self Hosting)
In this article we will look at the various ways of hosting ASP.NET WebApi. Continue reading
A Beginner’s Tutorial for Understanding and Implementing ASP.NET Web API
In this article we will talk about the basics of ASP.NET Web API. We will try to understand what a Web API is, what is the basic structure of a Web API project. We will also create a simple application to demonstrate the CRUD operation on a simple entity using Web API. Continue reading
A Beginner’s Guide for Creating Single Page Applications using Backbone.js and Marionette.js
In this article we will discuss about the backbone.js and marionette.js frameworks and see how we can use them to create single page JavaScript applications. Continue reading