The other day I had to create a content type with several complex calculated columns. I was deploying my content types to the server via a solution deployment pack (and features) and left starching my head on the correct CAML to correctly m... Read More...
Microsoft have opened up stsadm.exe for use by third party developers. This has been done to make managing a SharePoint server easier for a admin... Read More...
When editing schema files or should I say CAML files which includes the following types:
Read More...
SharePoint workflow is powered by Windows Workflow Foundation, and custom WF activities can be used in a SharePoint workflow. Here is how to add SharePoint c... Read More...
Most sharepoint code runs in the security context of the user that has accessed the site. This is great if you want to ensure that the code can't do anything that the logged... Read More...
Writing secure code these days is a must; however the pain in deploying a secure application into a SharePoint environment has been too hard. Microsof... Read More...
Microsoft released beta 2 TR only 2 weeks ago and already there have been a handful of great articles written by the community that detail the installation and upgrade process from be... Read More...
Ever wondered how to assign meta data to a folder. Well to do this you need to add columns to the Folder content type.
It is probably best to create a new Folder content type (who's parent is Folder) and add c... Read More...
I recently presented on stage with Mike Fitzmaurice (MS) and Gayan Peiris (Unique World) in Sydney on "E... Read More...
A useful resource for the developers out there: Andrew May has provided detailed diagrams of the Workflow, ContentType and Information Policy related classes in the new SharePoint object mod... Read More...