ASP.NET MVC is an ideal platform for building web applications but in certain scenarios we need to access the data instead.For example we may write an ajax method and call the Action method which may return JSON response.This approach works but if our need is only accessing the data and the business logic then instead […]
Archives for March 2015
ASP.NET WebAPI
WebAPI is used to create REST based HTTP Services which are able to reach different types of clients.Today web clients are not restricted to just web browsers ,lot of different clients are being used to access the data over the internet.Clients such as mobile devices and tablets commonly access the data over the internet.For such broader […]