http://blogs.interfacett.com This video discusses how to create a Web Service from scratch but also discusses some of the pros and cons that you should know about. For example, many people will return a DataSet from a Web Service. While that works, it's not very interoperable with non-.NET clients since the generated WSDL will be quite vague about what the Web Service actually returns. By creating custom types (classes) the WSDL can more accurately show a client exactly what they're going to get back. I've also seen many people put all of the code for a Web Service into the Web Method. That works, but you can achieve better code re-use by creating distinct layers for business and data functionality. These concepts and a few others are discussed in the video. Other topics covered include consuming a Web Service from an ASP.NET Web Form.
Very nice sir
thank u soooo much.....
usmansilent 1 month ago
Thankzzzzz a lot.bet this is the kind of best video.Again thankz a lot DAN
kthammu1 2 months ago
nice tutorial.
helped a lot, should add in how to return multiple results :) cuz i'm stuck.
angelmobiletyres 5 months ago
Very nice !!!! I
've been looking for a video like this one... and there's none that explains with detail how to consume a webservice that returns more than one data.
IT HELPED ME A LOT !!!
ginadavalos 5 months ago
Beautiful. I was looking for something like this, and yet this was so much better than what I was hoping for. A straightforward webservice with scalable architecture. Great explanation, elegant code. I'll watch all of your tutorials now. Keep it up!
EleMunjeli 7 months ago