Skip to content

Instantly share code, notes, and snippets.

View frode's full-sized avatar

Frode Fuglestad frode

View GitHub Profile
@trgraglia
trgraglia / SPQueryHandler.cs
Last active December 11, 2015 22:49
SPQueryHandler for easily creating SharePoint SPQuery queries.
using System.Collections.Generic;
using System.Linq;
using Microsoft.SharePoint;
namespace slnNamespace
{
/// <summary>
/// An enumeration of the different operators.
/// </summary>
/// <remarks>
@taija
taija / uptime-robot-microsoft-teams
Created May 15, 2017 14:31
Webhook for integrating Uptime Robot with Microsoft Teams
{
"text": " *alertDetails* - ID: *monitorID*. URL: [*monitorURL*](*monitorURL*)",
"title": "*monitorFriendlyName* is *alertTypeFriendlyName*"
}