Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Here is the latest episode of MSDN TV - with me, the whiteboard in my office, and "Top Ten Tips for Web Services Interoperability"
I believe that this is also the 100th episode of MSDN TV! Congratulations guys!
Comments
- Anonymous
February 10, 2005
Hi,
Thanks , a very clear exposition of the problems and solutions.
Regards, Jose - Anonymous
February 27, 2005
Good show Simon, thanks.
I was thinking about the tip to not return empty arrays from a web method. What do you think is best - returning null or an array with zero elements in it (return Person[0])? - Anonymous
February 27, 2005
Johan
I would just return null.
Thanks,
-Simon