Help required regarding converting a legacy Silverlight-CSLA.NET application #1781
Unanswered
vikaskumar82
asked this question in
Questions
Replies: 3 comments 4 replies
-
Might be worth looking at OpenSilver. https://opensilver.net/ |
Beta Was this translation helpful? Give feedback.
1 reply
-
Thank you for that. We already had a thought about blazor but problem is blazor doesn’t work in IE. However, since far, clients were instructed to use IE so that silver light can work well. Now if we convert into blazor, we are thinking to convert a few areas first. In that case, it is a confusion for clients that for some areas they are bound to use IE only and for some pages, they are restricted to use IE
Regards,
Vikas Kumar Developer | Mentor | TrainerPh: +61 477646537LinkedIn: https://www.linkedin.com/in/vikas-kumar-3a7338117
On Tuesday, 25 August 2020, 04:47:18 AM GMT+10, BlagoCuljak <[email protected]> wrote:
Try Blazor, you will need to build interface, with HTML and CSS, but all logic behind is CSLA rules.
We had WPF app(XAML as Silverlight), and upgraded to CSLA 5.3 and now we have same logic for the program, just adding more and more interface (buttons, inputs...) to Blazor side, binding is almost the same.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
3 replies
-
Thanks. Tried that too but it is too time consuming as some CSLA classes are not supported.
Regards,
Vikas Kumar Developer | Mentor | TrainerPh: +61 477646537LinkedIn: https://www.linkedin.com/in/vikas-kumar-3a7338117
On Wednesday, 26 August, 2020, 01:40:38 pm GMT+10, Rockford Lhotka <[email protected]> wrote:
They most certainly ARE dropping IE altogether - they are just doing it slowly to allow time for people who are stuck on ancient technology to migrate forward. But the clock is surely ticking.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Admin,
We have developed a silverlight application using CSLA.NET and we were trying to maintain it for years. But now it is a dead end for silverlight. The product is taxation related and has a support for last 9-10 years to leverage the legislation rules/forms coming through every year. But we cannot change to Angular or HTML in couple of months even.
What is the best and efficient solution to change it?
Plz suggest
Beta Was this translation helpful? Give feedback.
All reactions