Views: 13.5K
Replies: 2
Archived
|
Design Patterns for SOA-based WCF applicationHi,
I would like to know what Design Patterns I need to be aware off when building an SOA-based application using WCF. Thanks in advance. Manjunath Be, Jan 28, 2011
|
|
Reply 1There are many but the core basics that comes to my mind is
- Request/Response (message based patterns) - Service Locator - Service Composability (based on composition) - Brokered Authentication - Proxy (generated as well as manual) Hope this helps. Rajesh Pillai, Feb 20, 2011
|
|
Reply 2Hi,
There is no limitation in theoretically but when comes to Practical in one site they mention that better to define maximum of 12 operations in Contract. Manjunath Be, Jan 31, 2011
|