Skip to main content

Posts

Showing posts with the label SharePoint tools

Resources to help office 365 developers

The new way of development in the Microsoft world has chnaged. In other to keep up, you must keep abreast with information.  Here are couple of sites you may need: https://github.com/sharepoint https://sharepoint.stackexchange.com/ https://developer.microsoft.com/en-us/office https://sharepoint.uservoice.com/

SharePoint "Agaves"

What is a SharePoint Agave? Agaves is a codename for content-aware web apps, built with HTML and JavaScript, that can extend both desktop and web Office applications. Categories Content Agaves Contextual (Mail) Agaves  Task Pane Agaves     This is a term that will be deprecated soon as we move into a final release to Apps for Office. Become an apps for office publisher .  

SPDisposeCheck

Have you checked your assemblies before final deployment. It is the best practice to make sure that your code is safe for deployment with no memory leak. A new tool called SPDisposeCheck is now available to help you in checking and ensures you build good code. Without disposing SharePoint objects, you are subject to memory problems on the deployment server. This tool however recursively checks through your code and reports. You can check it out here. The SPDisposeCheck tool can be downloaded here .