Using SQL Server Alias Names with SharePoint Server 2010

February 22, 2011 by

Using an SQL Server Alias, you will be easily able to change the Database Server of your Sharepoint Farm. This is very useful when moving or virtualising your database server or setting up an test environment. The configuration of the alias name has to be done before Installing Sharepoint and setting up the Farm.

Read the rest of this entry »

Designing Sharepoint Designer Workflow Activities

February 21, 2011 by

Oliver here, today with some information about what steps are necessary to use your workflow activity in Sharepoint Designer.

Designing Activities so that they can be used in Sharepoint Designer (SPD) consists of four parts:

  1. Preparations
  2. Code the properties for the connection to SPD
  3. Define the display in SPD in a xml file
  4. Code the activity

Read the rest of this entry »

Setting the value of LookUp Fields in C#

December 28, 2010 by

LookUp Fields are a common sight in SharePoint environments, but working with them is not as straightforward as one might expect. Setting a LookUp Field Value (object type SPFieldLookupValue) on a list item offers several options:
Read the rest of this entry »

Disposing in SharePoint and an Exception from HRESULT

December 27, 2010 by

When working with SharePoint WebParts or Application Pages, following the disposal guidelines is important to ensure the pages are working at top speed and memory efficiency. The most common object to get and dispose is the SPSite object. There are two basic ways to access such an object:
Read the rest of this entry »


Follow

Get every new post delivered to your Inbox.