Hi,
Currently i am working on creating REST API for Connecting Backend(Sqlserver) with Ionic2. So i have choosen ASP.NET MVC as a middle ware. it should have our business logic inorder to getting data from
server and the resulting data is converted to json format.
Once the fetching process finished ( middleware operations) finished then Ionic app will get the data from
json file using HTTP client…
So, How can i achieve the above steps ? Any sample available for MVC API?
Thanks,
Krupa.sharp