Skip to content

Instantly share code, notes, and snippets.

@timabell
timabell / NodeEntryCollection.cs
Created April 2, 2012 10:19
hierarchy reader from stack overflow
using System.Collections.Generic;
namespace util
{
/// <summary>
/// Storage and parsing of flat string based folder hierarchy.
/// See http://stackoverflow.com/a/8621711/10245
/// </summary>
/// <example><code>
/// NodeEntryCollection cItems = new NodeEntryCollection();
@kevinobee
kevinobee / Global.asax
Created November 12, 2013 09:46
Dependency Injection with Sitecore
<%@Application Language='C#' Inherits="Website.Global" CodeBehind="Global.asax.cs" %>
@herskinduk
herskinduk / ItemServiceConsoler.cs
Last active August 29, 2015 14:19
SSC Item Service server-to-server example
using System;
using System.Net;
using System.Net.Http;
using System.Text;
namespace ItemServiceConsoler
{
class Program
{
static void Main(string[] args)