Jul 11 2008
SharePoint Link List – Part 4
These are a selection of list of links that I acquired on a recent SharePoint developer course with Patrick Tisseghem of U2U. This is part 4 of a 4 part series:
Handy Hints
aspnet_regsql.exe
creates sql server database for builtin ASP.Net features such as membership database for forms authentication. Found in %windir%\Microsoft.NET\Framework\v2.0.50727
To upgrade webpart assembly numbers (incremental version numbers)
deactivate feature -> remove webpart from webpart gallery -> upgrade webpart solution -> add old version back into web.config safe controls -> add bindingRedirect from old version to new version into web.config
EventReceivers for ContentTypes
These are same as for lists and libraries but information is stored in XmlDocument section of feature.
[assembly:System.Security.AllowPartiallyTrustedCallers()]
Attribute in asseblyinfo.cs to allow webparts to be installed and run from bin folder
Use Frontpage RPC for uploading documents
e.g. migrating files from other systems.
Books
Inside Microsoft Office SharePoint Server 2007
http://www.amazon.com/Inside-Microsoft-Office-SharePoint-Server/dp/0735623686/ref=pd_bbs_2?ie=UTF8&s=books&qid=1213365634&sr=8-2
Professional SharePoint 2007 Web Content Management Development
http://www.amazon.com/Professional-SharePoint-Content-Management-Development/dp/0470224754/ref=sr_1_2?ie=UTF8&s=books&qid=1213365743&sr=8-2
