If we have Claims-based authentication and Membership database hooked in
the SharePoint, a very common scenario could be adding new user to the
membership database within SPList event handler (let’s...
Sometimes we need to insert/update item using“SPSecurity.RunWithElevatedPrivileges(delegate(){});” for getting the Administrator privilege..But
as a result of that we see the “System Account” as a value of "Modified
By" field of that inserted/updated item, instead of the original user
who actually...