I am asking about the best tool that you used before to convert a c# windows forms application into asp.net? I already googled about this topic and found alot of tools but I want someone to recommend the best one based on his usage.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I really wouldn’t recommend using a tool to do the conversion. Web applications and WinForms are fundamentally different, and should be designed differently. Even with the vast amount of Ajax kicking around these days, you still need to bear in mind the whole stateless HTTP model.
If you don’t want to rethink the application, you might want to look into converting it to Silverlight 2.0 instead…