I am working on new Office 365 project where i need to decide best approach how we should deploy basic SharePoint artifices.
- Master Page
- Page Layout
- CSS/JavaScript
- Site columns
- Content type etc.
My initial thought is we’ve following option to choose from:
-Use Remote PowerShell
-Use CSOM base Console application using Dev Patterns and Practices library
-Provider Host App Model (don’t want to make that complicated yet)
Which is the best approach to choose. Any limitation which I should look into?
Thanks,