Parsing Json string in .Net C#
Introduction JSON.NET very good and open source tool with many features for parsing JSON String in .NET C#. This adds lot of comfort and must have utility for any .NET programmer. Json.NET is a popular high-performance JSON framework for .NET Skill Level – Medium
April 14, 2015
·
Adi ·
No Comments
Tags: .NET, C#, JSON, Parse JSON · Posted in: C#, JSON, Tools
Download files as Zip File in SharePoint
Introduction In this post we will see how to download selected document library items as zip file. The zip file creation api is from open source code of icsharpcode.net Skill Level – Medium
August 11, 2013
·
Adi ·
48 Comments
Tags: C#, Download Files, Download files as Zip, Object Model, SharePoint, SharePoint 2010 · Posted in: C#, Sharepoint 2007, Sharepoint 2010, SharePoint 2013
Move Folders of SharePoint Document Library using object model
Introduction SharePoint does not support moving folders directly but in this post we will see how we can achieve move folders of SharePoint document library to one location to another using object model. We will also see how to keep same folder Version, Modified and ModifiedBy values after moving The post includes Moving folder along […]
August 10, 2013
·
Adi ·
4 Comments
Tags: C#, Move Files, Move Folders, SharePoint, SharePoint 2010, SharePoint 2013 · Posted in: C#, Sharepoint 2007, Sharepoint 2010, SharePoint 2013
Move Files of SharePoint Document Library using Object Model
Introduction In this post we will see how to move files of SharePoint document library to one location to another using object model. We will also see how to keep same file Version, Modified and ModifiedBy values after moving The post includes Generic method to move file to destination Keeping the file version, Modified and […]
August 9, 2013
·
Adi ·
No Comments
Tags: C#, movefiles, MoveTo, Object Model, SharePoint 2010, SharePoint 2013 · Posted in: C#, Sharepoint 2007, Sharepoint 2010, SharePoint 2013