Scenario:
- A common assembly defines domain object types (an assembly that is referenced by both client and server assemblies)
- A server assembly defines classes and methods that returns either primitive types or the types defined in the common assembly
- An client assembly needs to call the server defined methods and, of course, get their results in the appropriate types.
What's the .NET 3.5 standard approach for solving this problem? Could you indicate any resource on the web to help me through?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…