Click here to Skip to main content
15,905,028 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi all;

i need help please ; i want to convert windows application in c# into web application in ASP.net so please give me hand to do this

thank for your help
Posted
Updated 20-Dec-19 20:25pm
v2
Comments
[no name] 22-Sep-13 9:42am    
What kind of a "hand" would you expect from us based on your posting? Learn ASP.NET, learn C#.

"Classic" ASP or ASP.NET??

It doesn't matter really as there is no conversion tool to convert code between a Windows Forms application and a Web Application. The form models are VASTLY different.

Depending on how good the Windows Forms app was written, you MAY be able to reuse some of the code from it. Such as if all of the database and business logic for the app being separated into their own projects and having no dependence on any UI controls at all.

You'll have to rewrite the application from the ground up, by hand.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 22-Sep-13 11:35am    
Agree, 5ed.

I would also add that writing ASP.NET application on the base of a Windows application would be more difficult that the opposite situation, as the Web standards and the stateless HTTP protocol impose draconian limitation on the functionality.

—SA
BillWoodruff 16-Dec-14 5:35am    
+5
TheRealSteveJudge 16-Dec-14 7:44am    
5*
The good news, you can find a lots of folks to help you to do this at http://www.freelancer.com/dashboard/[^]
and the bad news is, you have to sacrifice some of your money.
yes, you hire some of the freelancers to do the job.

This is worth when:
1. you have enough money
2. you have not enough time

hire a pair hands to help you out.
this is not a bad idea.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900