Sharepoint Csharp | Sharepoint Code

Search for Sharepoint 2010

Search has got a whole lot bigger, you don’t need to look at google or MSFT to see that. Search has exploded in the past 10 years and one of the fantastic bi-products of the explosion is search for sharepoint 2010. Learning from all its mistakes in 2003, 2007 and online Sharepoint Search now trumps [...]

Sharepoint Virtual PC – Sharepoint Development Environment

If you are developing for sharepoint you have likely come across the stumbling block. Your running something like Windows 7, Vista or XP, Visual studio 2008, 2010 something like that. You want to develop for sharepoint directly but when you go to make a fresh webpart or indeed any solution for sharepoint it basically says [...]

Upload image directly into Sharepoint Picture Library – CSharp

We have touched on inserting an image directly into a default sharepoint picture library (using csharp and in sharepoint 2010) but what if you want to upload an image directly into Sharepoint 2010, but to a specific gallery? Well the first step is to find the specific guid of a gallery – something you can [...]

Sharepoint 2010 Publishing Page Layouts

Its often you want to make a new sharepoint publishing page or to update an existing one strait via code. In csharp, thanks to microsoft’s ever improving sharepoint support this is really easy. One of the key points when updating publishing pages however is getting and setting the right page layout. You can use code [...]

Make new Sharepoint 2010 Publishing page in Csharp – needs keywords

Want to make a new publishing page in sharepoint 2010? Want do do it in code? use csharp! yes use it! here we will explain the complete steps of going about setting up a new PublishingPage object. First we will grab the correct page layout object to insert the new page with, then we will [...]

Sharepoint Error Codes – MOSS 2010 Error Code

The majority of times we talk about error codes in sharepoint, especially in 2010 we don’t need more than the reference off of the error page, but sometimes it can be easy to forget where the logs are and frustrating skipping through them to find out where the REAL error was, as quite often these [...]