I would like to take my current windows application and turn it into a web application. Is this possible?
If so, how? Any tutorials...
Thanks
Printable View
I would like to take my current windows application and turn it into a web application. Is this possible?
If so, how? Any tutorials...
Thanks
Step 1) Learn ASP.NET
Step 2) Rewrite to an ASP.NET app
Step 3) Profit
it's possible for sure but it's matter of re-programming your app from scratch. I am currently doing the same with a small project of mine to learn it. I don't know asp.net for s*** but I'm learning it as I go.
All I can suggest is be patient cause there are a lot of controls that are similar and a lot that aren't, and the coding is significantly different.