LCJ
LCJ

Reputation: 22652

WCF Resources for SOA Design

I am looking for best resources and books for the following specific programming tasks. Could you please provide them?

Note: I think, this question is suitable for stack overflow forum since it is addressing the specific programming tasks.

• Handling relationship bewteen OOP and SOA.

• Design entities for extensibility. Extend Data contracts without affecting consumers of the service.

• Compose entities from standard elements. When possible, use standard elements to compose the complex types used by your service.

• Versioning of contracts.

• Ensure that the service can detect and manage repeated messages (idempotency).

Upvotes: 1

Views: 168

Answers (1)

Nick Ryan
Nick Ryan

Reputation: 2670

Doesn't answer your question fully, but this microsoft link has some best practices for WCF versioning:- Guidelines and Best Practices

Upvotes: 1

Related Questions