I am doing a restructuring because there are a lot of bugs in my app. I have come to the point where i am very confused whether I should either drop AngularJS
or ASP.Net MVC
. Does anyone have any suggestions?
Problem now is i think we use CSHTML files, and from what i have heard, angular can't read cshtml
files to route. I have tried to use ASP.net to navigate from views, but in reality shouldn't i rather use Angular Routing? If so why should i continue with ASP.Net MVC? I could hack it, but i feel that if i continue hacking my way around it will be hard to maintenance code and develop new features.