What is Event Recursion in SharePoint 2010? How to avoid it?
Event recursion or Event handler recursion is a problem which occurs in event receiver. Event recursion will update your item again and again. Event recursion is a reason for poor performance of SharePoint site. How to Avoid Event Recursion When working with event receivers, there is always a chance that your code will trigger the … Read more