Whats the best way to turn a WinForms application into a Web Application with the latest technologies?

  • Thread starter Thread starter AverageCoder111
  • Start date Start date
A

AverageCoder111

Guest
Hi Everyone,

I have written a win forms application and I would like to make an online version of it. I have built my win forms application using n-tier practices, so my business logic layer is separated in it's own project and my win forms application only contains presentation code.

I would like to take my Business Logic Layer and hook it up to a new web application.

I am familiar with WebForms but I would like to use more recent technologies.

Should I use MVC?

I know this is a matter of opinion, but what do you think is the best approach?

Continue reading...
 
Back
Top