vote up 4 vote down star
1

I have a great deal of respect for Mono and CSLA. I would like to utilize CSLA on non-Microsoft operating systems. I accept the fact that Mono will always be two steps behind Microsoft, but Mono supports enough of the .Net framework to facilitate a wide range of interesting applications. I also realize that Mono does not support many of the 3.0 .Net additions such as WPF (although it must to a small degree for Moonlight to function). For my current needs, WPF support is not important, nor is WCF. I sincerely appreciate all the tedious data binding support Rocky has implemented and continues to maintain in CSLA. For many applications, this is where I see CSLA adding substantial value. I realize CSLA brings many other features to the table, but for me data binding is very important. I suspect that the main compatibility issues with CSLA under Mono are centered around Mono not implementing all the .Net data binding nuances (especially DataGrids) and serialization format differences. I have a few ideas on how to attack these perceived problems, but I would love to hear from anyone that has already been down this road.

flag

71% accept rate
Never made it down that rabbit hole, have you tried asking around on the CSLA forum forums.lhotka.net? – Brettski Apr 14 at 3:09
I have poked around on the CSLA forum. I have not found any info relating to this question. I thought I might reach a wider audience on stackoverflow. Perhaps I should post this question on the forum as well. – Todd Stout Apr 14 at 11:21
1  
Rocky watches that forum, I have had responses from him on some of my posts. I would try posting something there. The forum comes highly regarded from of my heavy CSLA using friends. – Brettski Apr 15 at 20:44
Hi, can you give us some feedback as to whether you were able to run Csla under mono? – Julien Poulin Sep 30 at 20:09
I have not had success yet. However, I have not spent much time on this. I tried a cursory run on mono 2.4 without Olive under fedora core. It failed due to a missing PresentationFramework assembly. I believe that Olive contains some support for this. Unfortunately I have had other priorities for a while now. – Todd Stout Sep 30 at 23:27

1 Answer

vote up 2 vote down

What I would try is to download the CSLA.NET source and try to compile it under Mono. I haven't done it my self but it might be as easy as that. You might even try different versions of the code since the latest version of CSLA.NET uses a lot of the new features of .NET that might not be converted as of right now. I think it would be a fun open source project to do.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.