Can GUI layer of CSLA run on Windows DotNet v5 and BL and DataPortal layer on BSD mono? #2047
Unanswered
aprokopyev
asked this question in
Questions
Replies: 1 comment 1 reply
-
Yes, you can create your client app for Windows (using WPF, UWP, Windows Forms, or Xamarin) and run your backend data portal services on Linux or any other operating system that can run net5.0. Nothing special is required to make this happen, it should just work. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Please let me know, can different layers of CSLA application run on different OSes and different versions and even implementations of runtime like DotNet v5 on Windows, DotNet v5 on Linux, Mono v6.12 on BSD for example on OpenBSD?
If it is not possible then which restrictions apply for interaction between different layers of CSLA on different OSes, IL versions and implementations?
It seems to be already partially answered in the thread:
MarimerLLC/cslaforum#844 (comment)
If there is nothing new about this question, please just ignore it.
Thank you very much.
Beta Was this translation helpful? Give feedback.
All reactions