Re: Class as a Function Parameter...

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Sami Vaaraniemi (samivawantsnospam_at_jippii.fi)
Date: 03/04/04


Date: Thu, 4 Mar 2004 06:03:34 -0700


"Andrew Hopper" <Andy.Hopper@mindspring.com> wrote in message
news:OFgLBYUAEHA.3308@TK2MSFTNGP10.phx.gbl...
> You may want to look at my article on how to use "shared types" assemblies
> with ASP.NET Web Services:
>
http://dotnetified.com/PermaLink.aspx?guid=abaf08b3-1abd-4dae-be05-23b733ff3c5d
>
> HTH!
> -Andy Hopper
> http://www.dotnetified.com

You're probably aware of this already, but I think it's still worth pointing
it out. If you share types as described in the article you get the worst of
both worlds: you get tight coupling combined with the inefficiency of web
services. If you want tight coupling, why not use remoting and avoid the web
services overhead altogether?

Sami
www.capehill.net