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.
|
1
|
|||||||||||||
|
|
|
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. |
||
|
|
