Author: SSWUG Research

Community

Learning jQuery using jQuery Lab

(Rupesh Kumar Tiwari) jQuery is a javascript library that helps developer to write browser compatible and less javascript code. jQuery library is written completely in javascript only. The DOM is mess and its behavior is different in all n-number of browsers. Therefore, in order to create a common l

Community

What is Web API and why to use it?

(Shailendra Chauhan) Asp.Net Web API is a framework for building HTTP services that can be consume by a broad range of clients including browsers, mobiles, iphone and tablets. It is very similar to ASP.NET MVC since it contains the MVC features such as routing, controllers, action results, filter, m