In this article we will look at the various ways of hosting ASP.NET WebApi. Continue reading
web api
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