Useful tips for everyday
How can we develop environment? Even doing something small can make a big difference. Keep your garden or greenspace chemical free. Don’t buy single-use plastics.…
How do I use a font theme? Apply a theme to quickly format an entire document and give it a modern, professional look. Select Design…
Can a BCS be created with no code? While BCS solutions can be complex, they can also be created with no code. Using the tools…
When to use ASP.NET MVC inside SharePoint on-premises? A stand-alone site could be just an MVC site that connects to SP. The application would need…
Why have all my files disappeared? Files can disappear when the properties are set to “hidden” and File Explorer is not configured to show hidden…
How do I remove contents from one list to another? Use list. remove() to remove the elements of a list from another list list_1 =…
How is OData used in REST based services? It enables creation of REST-based services which allow resources identified using Uniform Resource Locators (URLs) and defined…
How do you move a folder to another folder on Mac? On your Mac, press and hold the Option key, then drag one folder to…
How to create a hyperlink in a calculated column? I’m using SharePoint online and I’ve followed this solution URL in calculated column to create an…
How do you write multiple If statements in PowerShell? Powershell – Nested If Else Statement Syntax. The syntax for a nested if…else is as follows…