Training 2010
Created: 28 June 2010 Modified:Originally published on chrislynch.info website.
Projects
- Follow On Project can be a prototype to modify USAREC messages. Or even perhaps a leads management system.
- Get SORB to email an example list of LEADS
Notes
- Make sure to keep Essentials Administrations installed on Sharepoint.
- Break websites up into multiple site collections to reduce database size ins SQL Server. Aim for 100 to 200 GB or less database size.
- Designer faster for workflows by 300% over Visual Studio
- Sharepoint dispose Checker Tool will check your code for proper object disposal.
- Feature is a unit of functionality. Almost everything is a feature.
- C:\Program Files\Common Files\microsoft shared\Web Server Extensions\12
- you can create better error messages for Sharepoint by editing web.config and setting callstack to true.
- Get WSS extensions for Visual Studio
- Sharepoint Lists optimized for 2000 records
- Attaching w3 processes using Visual Studo will allow debugging for Sharepoint
- control adapters will remove the tables so abused by Sharepoint
- ?contents=1 will show webpart maintenance page if webpart is bombing
- Ajaxify Moss config application
- sharepoint 2007 custom action locations and ids.
- Resharper
- U2U CAML Query Builder
- SPLinq & SPMetal
- Custom column type to mask SSN
- custom Content types have to be at the site collection level
- content type id 0x0101 list item 00 seperator 04 child 00 seperator GUID
- content type id is displayed in URL of content type page
- IMTech fields explorer will allow exploring of content type field properties
- Custom column xml file name must start with fldtype
- use events to parse uploaded documents.
- &toolpaneview=2
- Office templates when associated with content types need to have an empty document exported and re-imported as the template to have the template to have the content type fields associated.
- Sharepoint Solution Generator
- Workflow Development Kit
- Nyntex workflow
- Disable workflow history cleanup job
- Debug by attach to process w3wp.exe
- Sharepoint patterns and practices
- SPSite, SPWeb, SPFile
- Activate Publishing. Creates pages library. allow workflow on SPWeb and SPFile.
- Modify web.config using features
- store in SSO database.
- Checkout CKS for sharepoint
Questions
- Is it possible to ajaxify Infopath form.
- How join lists and sql table.
- Workflows work with web/site and collections?