Can you create a windows forms app using CSLA deployed with Remoting?

Can you create a windows forms app using CSLA deployed with Remoting?

Old forum URL: forums.lhotka.net/forums/t/2829.aspx


CSLABound posted on Sunday, May 06, 2007

I've created the starting point for my windows app, when deploying it, can I use Remoting instead of Enterprise Services?

Thanks for all your help.

Bayu replied on Sunday, May 06, 2007

CSLABound:

I've created the starting point for my windows app, when deploying it, can I use Remoting instead of Enterprise Services?

Thanks for all your help.



Yes, you can use remoting and/or enterprise services interchangeably as far as Csla is concerned.
It's just a matter of putting the right values in your configs.

Bayu

RockfordLhotka replied on Sunday, May 06, 2007

Odds are you'll find remoting, web services or WCF off much easier deployment than if you use enterprise services. The problem with ES is that it requires a COM registration step on the client, while the other technologies need no registration.

Copyright (c) Marimer LLC