-
Search
-
Archive
June 2012 M T W T F S S « May 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Tag Archives: Performance
Adding RAID to a Development PC
I have long thought that with the improvement in CPU performance, I/O would become a bottleneck. To overcome this, some motherboard manufacturers are bundling RAID controllers. I have such a motherboard, which is bundled with Intel’s Rapid Storage Technology (IRST) … Continue reading
Posted in SharePoint, Tips and Tricks Tagged Development Environment, Installation, Performance Leave a comment
Treeview using PopulateOnDemand and SelectedNodeChanged
You might, like me have come across major issues using a treeview to support both the PopulateOnDemand and SelectedNodeChanged events. The problems are further compounded if you are using Ajax. I wanted to use a tree view to help users navigate around … Continue reading
Posted in .NET Development, SharePoint, SharePoint 2007, Tips and Tricks Tagged Ajax, Event, Performance, SharePoint, Web Part 2 Comments