How can develop Mobile, Web and Desktop application develop same code base using C#?

  • Thread starter Thread starter Sampath Tharanga
  • Start date Start date
S

Sampath Tharanga

Guest
Hi,

I'm developed a Desktop application using Windows Form with C#. But, Now I want to developing Web Application, Desktop Application and Mobile Application with same back-end code base. I'm using 3 Tier architecture for developed my windows form application. Please refer my solution explorer in below image.

1574132.png

So, now I want to add another two Presentation Layers for Mobile Application (Xamarin Form) and Web Application (ASP.Net Core). Only presentation Layers (UI). Without changing anything of another layers. And, please follow the image noted below.

1574133.png

So, Please guide me to achieve my goal. If not do it with Windows Form, Please tell me what are the best way to doing these task with C#.

Thank you

Continue reading...
 
Back
Top