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