BPCUK 2011: Best Practices – Developer

Data Access from Code – keep an eye on event throttling. SharePoint throws an unexpected error, if you try to receive more items than the allowed number: 5000 – use SPLongOperation to show the user the green in progress circle while doing an operations that takes longer time. – things to consider when choosing the … Read more

BPCUK 2011: Best Practices – IT Pro

SQL Server Maintenance – for improving performance, use defragmentation. Health Analyzer can tell you when it’s necessary – never shrink, only if you know for sure that the DB never ever ever grows again – (officially) run checkDD once a week (no one does it) – if SQL is on the same machine as SP, … Read more