Subhajit's Blog

A Dev blog to share thoughts and learnings

March, 2008

Posts
  • Subhajit's Blog

    Avoid enumerating SPListItemCollection object

    • 3 Comments
    Enumerating a SPListItemCollection object should be avoided for data querying purposes. for e.g. in the following code is not optimal, using(SPSite site = new SPSite(siteURL)) { using(SPWeb web = site.OpenWeb()) { SPList tasksList = web.Lists...
  • Subhajit's Blog

    Journey of workarounds

    • 0 Comments
    For a DEV guy, it is a common phenomenon wherein he ends up saying "this is not supported OOTB". But customers are not happy to hear that. They believe that "software" was meant to solve each and every problem they could have. In an effort to pacify...
Page 1 of 1 (2 items)