When developing Web Parts for SharePoint 2010 we used to develop using the Server Object model for tasks such as getting items from lists, updating lists and so on. But for 2013 is the recommended approach to develop web parts using the JavaScript
object model? or is it ok to go ahead using the server object model?
↧