In this tutorial we will look at how to create a SOAP webservice with Visual Studio.Net that serves up sequential numbers to the caller. One of the biggest challenges to this is maintaining state between calls and potentially reboots. In a simple situation you could preserve this data in an applic...
[More]