Want to get your organization using SharePoint to collaborate? Check SSW's SharePoint consulting page.
Rolling out SharePoint solutions without a disciplined approach quickly creates brittle customisations, blocked release pipelines, and unhappy users.
Development for SharePoint is very different depending upon whether you are online or using On-Premises SharePoint.
This is to prevent their work affecting other developers. During development, you can expect many of these things to happen:
Thus, all SharePoint customization and development must be done on a Virtual Machine. No ifs, no buts.
It's important for all your SharePoint Sites to be as consistent as possible. This helps users' navigation through new pages as they know exactly where to look.
Most people have now moved to SharePoint Online, either from scratch or by migrating content from previous versions of SharePoint. In SharePoint Online, a lot of legacy features have been deprecated and replaced by more modern counterparts. Unfortunately, chances are you have ported a whole lot of useless things as part of your migration.
[TODO: Screenshot of Useless stuff]
Before removing seemingly useless or old stuff, you should always make sure that site owners are OK with the deletion and that the data is actually not useful. In most cases however, the libraries detailed below have been added to your site by default and contain only demo and/or defautl data.
On intranets you always want a bunch of links easily accessible and customizable by the end users.
In ASP.NET deployment is a simple xcopy. Or you can right click the website project and "Publish website" in Visual Studio.
✅ Figure: Publish website in Visual Studio
In ASP.NET - Typically, the team will store the code on a source control system such as TFS (Team Foundation Server), check it out to their own local system, develop and test locally then check it back into source control for sharing.
In SharePoint - SharePoint comes with its own document control and version history out of the box. This is great for collaborating between developers and designers, but isn’t available for everything.
Differences - Unlike TFS, SharePoint does not support multiple check-out so each file can only be checked out to one person at a time. The modification must be checked back into SharePoint.
This is the number one, and most important rule in working with InfoPath.
Always go for the lowest common denominator. It sure beats realizing half way later that your form can't be hosted on SharePoint InfoPath Forms Services!