Sharepoint 2013 Silverlight Webpart
This post is about how to integrate a Silverlight Webpart in SharePoint 2013 and use the Sharepoint Client Object Model, to show SharePoint Data. The goal is to create a Silverlight Webpart that...
View ArticleSharepoint 2013 Properties in app part
To define properties in an app part, you need to edit the elements.xml file that defines the app part. In this sample a created a property named “value1″, I changed the Src of the content element and...
View ArticleSharepoint 2013 Create a Visual Web Part
In Visual Studio 2012, create a new SharePoint 2013 Empty Project: Choose your dev SharePoint Site and deploy as a farm solution: Add a Visual Web Part item to your project: Edit your Visual Web Part,...
View ArticleSharepoint 2013 – Create an AppPart Sharepoint Hosted
Create a Visual Studio 2012 “App for SharePoint 2013″ Project: Enter your SharePoint url and select the “SharePoint hosted” option: Add a “Client Web Part Item” to your project: Select the option...
View Article