Click here to Skip to main content
15,887,596 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have an old web application (in asp.net) of almost 100 pages which is compatible to IE 6 so I want to revamp it's UI because it gives browser compatibility issues and doesn't look cool either. Now I am confused what things should I use and in what order to save time and avoid any error/flaw. Here are some questions:

1) I am thinking of using HTML 5 and make it responsive

2) I also heard of Angular JS, should I use it, if yes then where ?In my project java script and jquery both are used.

3) Should I use MVC ? But I am afraid it will require change of code which will lead to wastage of time. But it will make website faster.
Posted
Comments
Kornfeld Eliyahu Peter 3-Nov-14 4:54am    
As I see your question, you do not look for revamp the UI but rewrite the application...Why? Is the old app stopped serving you?
Muhammad Ashhar Hasan 3-Nov-14 11:54am    
Thanks for replying, No the old app is working fine but it's UI is not beautiful. I just want to revamp UI.
Kornfeld Eliyahu Peter 3-Nov-14 12:49pm    
In that case - your first step is to separate the old application's BL from its UI! Than you can attach to that BL an other UI...
Adrian Fatol 3-Nov-14 6:06am    
You should ask yourself how much do you afford to invest in this and who will do the refactoring, what's the experience of the people involved in this.

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