E
Evert
Does anybody have a good example/guide for using LINQ in a layered
architecture with maybe WCF?
Thanks in advance,
Evert
architecture with maybe WCF?
Thanks in advance,
Evert
Evert said:Does anybody have a good example/guide for using LINQ in a layered
architecture with maybe WCF?
Evert said:Can you explain me why a service is not a Tier? What do you mean with
horizontal and vertical? is there a good site which explains this?
Thanks in advance,
Evert
Marc said:Surely WCF is precicely that though; an abstract bridge betweenIt's in general not good practise to use a service as a tier.
(generally physical/horizontal) tiers For instance, a smart-client
using WCF to access data from a WCF service over (typically) http.
Perfectly normal and indeed the textbook use-case.
in
your application. See these presentations by Gregor Hohpe:
[links to some SOA presentations]
Marc said:Services should be seen as standalone applications you're utilizing
in your application. See these presentations by Gregor Hohpe:
[links to some SOA presentations]
Now, if only we (at large) could agree on a single interpretation of
SOA ;-p