The migration process is quite complex when you are transfering data between versions of Sitecore with a large gap between versions (for example Sitecore 4.3.X and Sitecore 5.3). You should have a sound knowledge in both versions of Sitecore to ensure that the transfer goes as smoothly as possible.
Archive for the ‘Sitecore Developer Network’ Category
Hot Fixes
On December - 29 - 2008
This section contains hot fix releases of Sitecore.
Sitecore Downloads
Setting the value of a Lookup field
On December - 29 - 2008
How to set the value of a Lookup field programmatically.
Sitecore Code Snippets
Clearing the Security field of an item
On December - 29 - 2008
Sitecore Code Snippets
Updating Image File on a Media Library Item Programmatically
On December - 29 - 2008
Our code needs to update image file on a Media Library item programmatically.
Sitecore Code Snippets
Renaming an Item
On December - 29 - 2008
Our code needs to rename an Item
Sitecore Code Snippets
Get an Item via an XpathNodeIterator
On December - 29 - 2008
How to get an Item via an XpathNodeIterator
Sitecore Code Snippets
Get the HTML output of an XSLT rendering
On December - 29 - 2008
How to get the HTML output of an XSLT rendering.
Sitecore Code Snippets
Our code needs to list all Users which belong to a specific Role
On December - 29 - 2008
Our code needs to list all Users which belong to a specific Role
Sitecore Code Snippets
Define XSLT rendering dynamically
On December - 29 - 2008
Define which XSLT rendering should be used on the page dynamically by using the XslTransform class.