Monthly Archives: March 2016

Visual Studio 2015 Update 2

This is a short article shows you where to download Visual Studio 2015 Update 2. The size is quite big 7.2GB. https://www.visualstudio.com/downloads/download-visual-studio-vs You can download the iso by click the ISO Radio Button. What are the changes in Visual Studio … Continue reading

Posted in .Net, Community | Tagged , , | Leave a comment

Set List Items to View Only once the workflow is Approved

This short writing shows you how to set List Items to View Only once the workflow is Approved. This article expect you to know SharePoint Designer 2013. I follow the steps of this article http://bit.ly/1USDkP5. Somehow the document completely disappear … Continue reading

Posted in .Net, Community, Office 365 | Tagged , , , | Leave a comment

Upload file to Document Library Office 365 SharePoint

The code snippet allows you to upload file into Document Library in Office 365 SharePoint. The code below upload a text file name sperror.txt into Document Library name Documents in Office 365 SharePoint Team Site. static void Main(string[] args) { … Continue reading

Posted in .Net, Community, Office 365 | Tagged , , , , | Leave a comment

Convert wmv to mp4 online

This short link has been tested and it worked fine for me. Again this type of online site I am not sure how long will it last. http://video.online-convert.com/convert-to-mp4

Posted in Community, Operating System | Tagged | Leave a comment

Create folders in Office 365 SharePoint Document Library C#

The code snippet showing you how you create folder in Office 365 SharePoint. The code snippet below creates 2 folders, Floder1 and Floder2 in a Document Library name Documents. static void Main(string[] args) {      string siteUrl = “https://someone.sharepoint.com/Dev%20Site”;   … Continue reading

Posted in .Net, Community, Office 365 | Tagged , , , , | Leave a comment