Skip to content

Instantly share code, notes, and snippets.

View bmcdavid's full-sized avatar

Brad McDavid bmcdavid

View GitHub Profile
using EPiServer;
using EPiServer.Core;
using EPiServer.Shell.Services.Rest;
using EPiServer.Web;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web.Mvc;
using WSOL.EPiServerCms.Web.Interfaces;
@bmcdavid
bmcdavid / 0_reuse_code.js
Created August 7, 2014 12:55
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console