It’s better to print out the document for easy reference, or use a secondary monitor.
When reviewing or revising documents, it’s very difficult and demotivating to switch back and fort between documents.
Passing data from one ASP.NET page to another
Follow the article in the link below:
http://sharepoint.infoyen.com/2012/03/13/pass-page-values-from-one-to-another-page-in-asp-net/
Deploy WSP files to Sharepoint 2013
To replace
Update-SPSolution –Identity YourSolutionName.wsp –LiteralPath “C:YourSolutionName.wsp” –GacDeployment
To add
Add-SPSolution “c:DeployWSP{file name}.wsp”
Then go to Central admin to deploy
Hacking and debugging tools
http://www.asjava.com/tools/fiddler-tutorial-how-to-use-fiddler/
Illuminations and firebug: it’s aware of popular JS frameworks such as Ext.js, Angular, etc.
DBVisualiser: allow you to edit rich text and images in vast amount of databases. http://www.dbvis.com/
RegExr: to test and visualize regex: http://regexr.com/
XPath Visualiser: to test and visualize XPath for XML query: http://xpathvisualizer.codeplex.com/
WinMerge: to compare files to find differences.
Visual Studio Web Essentials plugin: add useful features for JS development such as #region
Excel Services Fix – “The workbook cannot be opened”.
Follow the article in the link to fix if this problem arises:
Manage recycle bins in Sharepoint
Use Process Explorer to find out which program is using a file
Use process explorer: https://technet.microsoft.com/en-us/sysinternals/bb896653
To find out which program is using a file.
Deploying Sharepoint timerjob
Whenever a new Sharepoint timerjob project is deployed, it will activate the feature on all Sharepoint web applications. Remember to go to Central Administrator and deactivate the feature on the web apps that don’t need it.
Uninstall Sharepoint feature using the powershell
Install dll to Sharepoint 2013 GAC
https://camerondwyer.wordpress.com/2013/05/22/how-to-install-a-dll-to-the-gac-on-windows-2012-using-only-powershell-without-having-to-install-sdk-or-visual-studio/