Archive for 'C#' Category

Download wsp solution file from SharePoint Farm

By namwar - Last updated: Sunday, October 10, 2010

Here is a simple code to download the actual solution file from SharePoint Farm.

Share

How to generate a valid SharePoint FileName

By namwar - Last updated: Thursday, June 17, 2010

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.

Share

How to add custom CSS in your WebPart

By namwar - Last updated: Sunday, June 14, 2009

Here is the quickest way to add your own CSS file for your web part.

Share

Got MCTS Status Today! – Exam 70-542 Done!

By namwar - Last updated: Saturday, February 7, 2009

Here is the small guide to prepare for MCTS exam 70-542 Microsoft Office SharePoint Server 2007 ― Application Development

Share

Programmatically upload a file to Document Library

By namwar - Last updated: Saturday, January 10, 2009

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.

Share