In SharePoint 2013, app is one of key areas. Apps provide easy way to add functionality in SharePoint. It may be required to read/write managed metadata from apps. In this blog, I will cover how to access managed metadata using client object model. First, we need to do add reference of Microsoft.SharePoint.Client.Taxonomy, location is \ISAPI\Microsoft.SharePoint.Client.Taxonomy.dll in 15 hive Then,…