Archive for 'Tools' Category
Difference between Security Context of Workflow Code in SharePoint 2007 and 2010
In SharePoint 2010, any code which executes because of the changes made by the workflow process will run in context of the user who either started the workflow or responsible for changes which caused the code to be executed. But … In SharePoint 2007, any code which executes because of the changes made by the workflow process […]
Reverse Engineer the Schema of any List in SharePoint
Reverse engineer the schema of the list by using this simple feature. You can get schema of any list i.e. Document Library, Tasks, Discussion Forum etc.
Microsoft SharePoint Designer is now Free !
SharePoint designer is now free and can be downloaded from here
Visual Studio 2008 extensions for Windows SharePoint Services 3.0, v1.3 – Mar 2009 CTP
Visual Studio 2008 extensions for Windows SharePoint Services 3.0, v1.3 – Mar 2009 CTP download and details
Verify your code with SharePoint Dispose Checker Tool
SharePoint Dispose Checker Tool is a great way to identify potential problems in your Sharepoint code for IDisposable objects.