March 2022
Intermediate to advanced
400 pages
10h 10m
English
Primarily because of their distributed nature, web services provide advantages to developers, the most important of which is ease of code reuse. The cost of a web service’s distributed processing is performance. Because the web services require network operations, the web service will be considerable slower than a program’s call to a function that resides on the same computer. Consider, for example, the following C# program that determines the square root of the values 1 to 1000:

The program, in this case, simply tracks how long it takes to perform its processing and then displays output similar to the following: ...
Read now
Unlock full access