Which is the better method to project and build a web application and consume services with Umbraco?
Hi,
I need to build a web application where I wish to use Umbraco as frontend and backend control panel to push info to a mobile app. My idea is to build an MVC project with my WebAPI and use them from Umbraco? Is't the right direction?
- How is possible to pass authentication token to webAPI? Because I wish to use Umbraco auth.
- Which is the better solution to create a big solution under VS with: one project for Umbraco, one for WebApi and one for a MVC project for a custom control panel?
Which is the better method to project and build a web application and consume services with Umbraco?
Hi,
I need to build a web application where I wish to use Umbraco as frontend and backend control panel to push info to a mobile app. My idea is to build an MVC project with my WebAPI and use them from Umbraco? Is't the right direction?
Hi Biagio
Judging from your short description the approach you mention sounds right - Perhaps you can also find some inspiration from these pages
http://www.umobileapp.com/
http://www.sumac.uk.com/blog/production/managing-mobile-applications-with-umbraco/
http://slid.es/johnw86/apps-with-umbraco
http://www.prodo.com/blog/phonegap-and-umbraco/
http://stream.umbraco.org/video/9946228/going-native-with-umbraco-and-phonegap
http://24days.in/umbraco/2014/architectural-thoughts/
I hope this helps a bit.
/Jan
Thank you.
Other questions.
- How is possible to pass authentication token to webAPI? Because I wish to use Umbraco auth.
- Which is the better solution to create a big solution under VS with: one project for Umbraco, one for WebApi and one for a MVC project for a custom control panel?
is working on a reply...