MarimerLLC / cslaforum

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

Choice between Technologies #911

Open ashishsinha24 opened 4 years ago

ashishsinha24 commented 4 years ago

I am trying to port an enterprise app which was previously built using CSLA 3x I have gone through all the CSLA books and even the recent Blazor book. I am confused about a thing. My app would only run on Windows desktop and Android. Which technology should I go for? Would developing a UI in Blazor suffice for both the platforms?

rockfordlhotka commented 4 years ago

I got carried away with my answer, so I wrote a blog post: Choosing Client UI Tech in Early 2020

Chicagoan2016 commented 4 years ago

@rockfordlhotka, just finished reading the article, absolutely phenomenal information. I would say that in the future we have two 'great' options (.NET developers) 1) Blazor 2) Xamarin

Regards

ashishsinha24 commented 4 years ago

Totally agree with it. You have cleared the whole scene and I am going ahead with Blazor.