What is Web API? Krunal Shah2017-10-23T05:06:00-07:00 WebAPI or Web API is the application programming interface (API) for both the web server and web browser. It provides theories, procedures...Read More
Call ASP.NET web service via GET method Krunal Shah2017-10-23T04:02:00-07:00 We know HTTP GET method is used to retrieve information from the server. Some times we need to use this GET method in ASP.NET web service....Read More
Insert, Update, Delete in Web Service Krunal Shah2017-09-27T04:01:00-07:00 Web Service is a method of communication between 2 electric devices over World Wide Web. It is a software system to design communicates 2 ...Read More
Difference between Web Service and WCF Krunal Shah2017-09-27T03:57:00-07:00 Web service and WCF are very important in WWW. Both tow are almost same, but have some difference. This article describes a comparison be...Read More
Web Service Krunal Shah2017-09-27T03:19:00-07:00 Web service is a way of data exchanging between computer systems over the network. Its help us to transfer information between different d...Read More