I’m now converting an old classic asp intranet website to .Net.
I wave to decide between aspx, winforms, wpf, mvc.
I want quick development so I’m trying to run away from aspx, but if I have to I have to.
What do you guys suggest?
Thanks
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.
ASP.Net is more similar to classic ASP then the other platforms, so going that route would probably be fastest and require the least departure from the original. MVC is the latest fad, so that would probably be your best bet in terms of the potential lifespan of your rewrite.
If you’re going to convert it to a Windows app, use WPF. Winforms is pretty much deprecated, although that doesn’t mean it’s impossible to create good software with it.