Hi, i would like to run my remoting objects with Mono on a linux box. Has anyone had experience with Mono and CSLA, and any idea how this would tie in with Apache (if it is needed at all that is)?
Thanks,
Chris
If you read through the mono docs/forums you'll quickly find that you can't use the BinaryFormatter to transfer objects between .NET and mono, because some of the internal structures of some mono objects are not the same as the internal structures of the .NET objects of the "same type".
So if you can get CSLA .NET to build under mono, you could probably use mono clients to talk to mono servers, but you can't mix and match .NET and mono in this regard.
Copyright (c) Marimer LLC