Pages
(Move to ...)
Home
My Certifications
SP2010 Book Contributors
Purchase The SharePoint Handbook books
SP2013 Handbook on Amazon
▼
Thursday, 29 August 2019
SCRUM for SharePoint - Part 3 - Scaling scrum
›
Introduction : Scrum teams work best with relatively small teams (3 to 9 people) made up of high-quality individuals. Scrum teams are mad...
Sunday, 11 August 2019
Send email using O365 in an Azure Function C#
›
Create an Azure Function and the basics for send an email are below: MailMessage msg = new MailMessage (); msg. To . Add (new Ma...
Sunday, 4 August 2019
Scheduled Tasks Options
›
Problem : Fire off code on a regular interval. Hypothesis : Generally code needs to be triggered and that is either thru an action such as ...
Friday, 21 June 2019
O365 and AAD using InTune
›
Overview : Our company has gone away from traditional on-prem. networking and we use Azure. We use AAD, Azure Domain Services, Intune and...
Wednesday, 22 May 2019
Azure B2C Authentication for SaaS applications
›
Overview : This blog post looks at setting up multiple public federation services on an Azure based SaaS web application. It is worth und...
Sunday, 12 May 2019
PowerApps Input Validation
›
Overview : Validation can be handled in a multitude of ways in Power Apps, this technique I used for a fairly advanced set of Validation ...
Designing an API with Web API on Azure
›
.NET core is great for creating a Web API project to provide an API. Tip : Swagger is a great tool that has an editor to specify your API....
‹
›
Home
View web version