Sharepoint Code Guidelines
Here you will find general guidelines for using the code from sharepointCode.co.uk, including a full list of all the functions we have blogged for sharepoint 2010 csharp and general practice information. As we improve the site these code guidelines will improve, ultimately leading to a course structure to lead you through various sharepoint development.
All code on SharePointCode.co.uk will be:
- Csharp (c#)
- Written for Sharepoint 2010
- Useful in writing sharepoint migration code
(unless otherwise stated)
If you are just starting out in coding csharp for sharepoint (whatever you are trying to do whether its make a new csharp webpart, migration code, master page’s or bespoke additions) probably the best place to start for now is:
SPweb and SPSite – a beginners guide
Our Functions:
getImageFromUrl(string imgUrl)
getBytesFromUrl(string url)
getFileNameFromUrl(string fileUrl)
getFileTypeFromFileName(string fileName)