Call a Control Method from ASP.NET MVC using JQuery / AngularJS -
I have an application running in MS Silverlight (Client Side) and WCF Soap service hosted at ISC (Business Layer) and SQL (
database). I have been asked to transfer the front end to ASP.NET or HTML5 with silver light. I am thinking about two options and I need input for you to end the solution.
- Use ASP.NET MVC: ASPX -> View, Controller -> Sleep calls the service and fill out the model. Works great
- Use ASP.NET MVC: ASPX -> View, Controller -> Still calls the SOAP service, calls the JQuery / AngularJS caller method to bind data to see < / Li>
I would like to know the # 2 option pros and cons, even with option # 1. Please provide your valuable inputs Thank you!
Pure web services on AngularJS + back-end, you really do not need this in case server side Call the MVC bus service, get Jason data and keep an eye on the angular presentation.
Comments
Post a Comment