I have an application running in MS Silverlight(Client side) and Wcf SOAP service hosted in IIS (Business layer) and SQL (database). I'm asked to move the front end from silver light to ASP.NET or HTML 5. I'm thinking of couple of options and i need you guys input to finalize the solution.
- Use ASP.NET MVC : ASPX -> View, Controler -> Calls SOAP service and fill the model. Works great.
- Use ASP.NET MVC: ASPX -> View, Controler -> still calls the SOAP service, JQuery / AngularJS calls the contorler method to bind the data to view
I would like to know the PROS and CONS of # 2 option, even with the #1 option to. Please provide your valuable inputs. Thanks!