Background
In our SharePoint online portal, we have “MyTasks” Web part, which shows the tasks, assigned to the current user, across the site collection. We have implemented this requirement, using SandBox solution. Thus, from SandBox solution, with the help of Server Side Object model, we were querying to Site Collection, based on the list type “Task”.
Suddenly news appears, where Microsoft has depreciated the SandBox solution and custom SandBox solution will work only for a few days (30 days they were saying). Thus, we must need to change the implementation of our SandBox solutions.
Thus, we are trying to find the right approach to implement this requirement and we found few of those, which I will discuss in this article with pros and cons of respective approaches.
Approaches