tags:

views:

13

answers:

1

Suppose If I have silverlight application which consumes data through WCF.

Then We need to call this application has Client Server architecture or 3 tier architecture.

What kind of architecutre is it. ?

A: 

SOA: Service Orientated Architecture. You will actually find that a lot of "architectures" cross over each other. You will probably have aspects of Component Orientated and N tier as well.

ThatSteveGuy
So what is the term we have to use to call such architecture ?
WCF is designed to a Sevice Orientated Architecture.
ThatSteveGuy