MarimerLLC / cslaforum

Discussion forum for CSLA .NET
https://cslanet.com
Other
31 stars 6 forks source link

Migrating ASP.NET webforms (and jquery) to Blazor #912

Open Chicagoan2016 opened 4 years ago

Chicagoan2016 commented 4 years ago

Question Hi All, We have an application that was written a few years ago in ASP.NET webforms. It uses Jquery for things like modal forms etc. I never liked the architecture of the said application. It looks like a complete mess. I am thinking of slowly converting this to (client-side) Blazor. As there is no rush, so I am wondering do we have to buy control suite from third party vendors like SyncFusion, Telerik etc? I don't want to go back the same route of using a javascript library (or framework) along with C#. In my opinion it's not worth the effort of converting it to Blazor if we have to get things like modal forms from javascript(library or framework). Any thoughts/suggestions?

Kind Regards Version and Platform CSLA version: 5.x OS: Windows, Linux, iOS, Android, etc. Platform: Blazor

rockfordlhotka commented 4 years ago

There's no doubt that third-party vendors are creating component suites for Blazor. Whether you have to buy and use one? Now that I don't know.

There's also the blazord open source components by @chrissainty that you should absolutely explore. I'm pretty sure, for example, that it includes a modal concept of some sort.

Chicagoan2016 commented 4 years ago

Thank you @rockfordlhotka , I am going to start working on it and will share my experience. Regards

Chicagoan2016 commented 4 years ago

As soon as type the last reply, I started looking at Syncfusion and Telerik and I am sold :), I am going to look at Blazord, nothing beats free :)

chrissainty commented 4 years ago

Thanks for the mention @rockfordlhotka! If you have any question about Blazored @Chicagoan2016 please let me know. 🙂

Chicagoan2016 commented 4 years ago

Thank you @chrissainty , I will be looking at it in the coming days. Regards

Chicagoan2016 commented 4 years ago

@chrissainty , I like your modal sample code better than the paid control suites.

chrissainty commented 4 years ago

Thank you @Chicagoan2016 😁