-
"How I Lost 1180 Seconds" or "Putting S.DS Code on a Diet" – Conclusion.
(Note: this is the conclusion of a 4-part post). The last bit of optimization in my code, again, involved an understanding of data layering. The S.DS DirectoryEntry class is itself a layer on top of a layer on top of another layer. DirectoryEntry is a wrapper around Microsoft ADSI (Active Directory Services Interface). ADSI, in…