20 likes | 122 Views
.Net Web services. CS 795/895 . References. Video: https:// www.youtube.com/watch?v=mKjvKPlb1rA (basic ideas) http:// www.codeproject.com/Articles/94043/SOAP-Web-Services-Create-Once-Consume-Everywhere (SOAP web services calculator example)
E N D
.Net Web services CS 795/895
References • Video: https://www.youtube.com/watch?v=mKjvKPlb1rA (basic ideas) • http://www.codeproject.com/Articles/94043/SOAP-Web-Services-Create-Once-Consume-Everywhere (SOAP web services calculator example) • http://www.c-sharpcorner.com/UploadFile/718fc8/making-a-calculator-in-web-service/ (making a calculator service in C#) • https://www.youtube.com/watch?v=C53G6R5EVys (Tools for web services) • Video: https://www.youtube.com/watch?v=xzJm0lPIoJY (Good with code examples) • Video: https://www.youtube.com/watch?v=J3_Z6ZHVLho (Examples illustrated well) • Video: http://www.asp.net/web-forms/videos/how-do-i/how-do-i-create-and-call-a-simple-web-service-in-aspnet (From step 1 to end step explained in details) • Video:https://www.youtube.com/watch?v=lxlAGIaauRA • https://www.youtube.com/watch?v=1vJhezroMJc (No audio; only video) • http://msdn.microsoft.com/en-us/library/8wbhsy70(v=vs.90).aspx (step-by-step text instructions) • http://csharp-video-tutorials.blogspot.com/p/aspnet-web-services-slides.html (Parts 1-7 of good videos; Part 1-3 are relevant) • http://www.codemag.com/Article/0307071 (Web services security – code examples)