Archive for 'C#' Category
Download wsp solution file from SharePoint Farm
Here is a simple code to download the actual solution file from SharePoint Farm.
How to generate a valid SharePoint FileName
How to generate a valid SharePoint FileName. I have created a utility function to convert a given string to a valid SharePoint filename. This function is valid for SharePoint 2003, 2007 and 2010.
How to add custom CSS in your WebPart
Here is the quickest way to add your own CSS file for your web part.
Got MCTS Status Today! – Exam 70-542 Done!
Here is the small guide to prepare for MCTS exam 70-542 Microsoft Office SharePoint Server 2007 ― Application Development
Programmatically upload a file to Document Library
Following is a utility function which you can use to upload a file programmatically in SharePoint document library. It has two parameters. First is the source file path and second is the target document library path.