SharePoint – Create New List

To create a new list in SharePoint, go to your team site and select New->List: Enter a name and description for the list: You can now access your list: Click…

Collections in C#

…as: class Vehicle {} We are creating an array list and adding to it strings, integers, and our object: ArrayList AL = new ArrayList(); Vehicle v = new Vehicle(); AL.Add(“1”);…

How to Register an Azure App to Use with Power BI

…app in the Azure portal, go to https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationsListBlade/quickStartType//sourceType/ and select New Registration: Provide a name, e.g. PowerBIApp, and the supported account types, e.g. Single tenant, Multitenant etc, and click Register:…

Dynamics 365 SharePoint Integration

…You may see the message: Next, the wizard will connect to the sites and validate them. Click Enable: Check Open Document Management Settings Wizard: Review the entities selected: Review the…