Passing Parameters to Events – C#

nAll right , again one post away from my favorite SharePoint world but this is kind of generic which can be used anywhere in C#.nnToday we will see how we can pass some custom parameters to any event in C#.nnConsider a scenario where you are calling some method asynchronously and execution is happening in loops.nIn … Read more

SPD Workflow Error Solved : cannot perform this operation, the file is no longer checked out or has been deleted

nAfter long chase behind this issue finally I figured out the solution.nnIssuen : You create a new workflow using SharePoint designer and publish it. nbut suddenly notice that the workflow status says – Failed to start. nafter further research on buddy Google you know that there are some nfiles which are not checked in which … Read more