Using WinForms with the latest CSLA #2045
-
Hello, It seems WinForms is marked as deprecated in your nuget packages like 5.0.0-R19040402. Please let me know, how much work is it to add/merge WinForms support by myself from your earlier releases like 5.2 to the latest release like 5.4 and newer? I would like to use the same CSLA object model for two GUI applications at once: light Blazor for external web users, and rich WinForms for internal company's users and admins. Is it still possible to easy update your latest releases of CSLA to keep them compatible with WinForms yet? There is still a lot of work done to actively develop and support very good WinForms components like: As for Blazor I would prefer Syncfusion (free for small groups and individual developers) or Telerik components. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I just checked and that is not the case. https://www.nuget.org/packages/Csla.Windows.Forms (I was worried that maybe some current version got marked that way by accident) I've been marking old versions of CSLA as deprecated, slowly over time because I keep running out of nuget API calls, and there are a lot of old versions out there when you count all the preview releases! But version 5.4 is there and not marked as deprecated. |
Beta Was this translation helpful? Give feedback.
I just checked and that is not the case.
https://www.nuget.org/packages/Csla.Windows.Forms
(I was worried that maybe some current version got marked that way by accident)
I've been marking old versions of CSLA as deprecated, slowly over time because I keep running out of nuget API calls, and there are a lot of old versions out there when you count all the preview releases!
But version 5.4 is there and not marked as deprecated.