| |
GeekInterview.com > Interview Questions > Microsoft
| Print | |
Question: What is difference between shared assembly and web service?
|
| June 06, 2009 09:38:37 |
#2 |
| albu77 |
Member Since: September 2007 Total Comments: 8 |
RE: What is difference between shared assembly and web service? |
The shared assembly is intended to allow several app on one machine, where the shared assembly is located in the GAC. When we speak about WebService there is a notion of distributed architecture, you can use method or service which could be located on your machine or somewhere else. |
| |
Back To Question | |