Skip to content

Instantly share code, notes, and snippets.

@gxsltd
gxsltd / Cacheability.cs
Created August 7, 2018 15:38 — forked from bradwilson/Cacheability.cs
Using chaining to create cached results in ASP.NET Web API v2
public enum Cacheability
{
NoCache,
Private,
Public,
}
@gxsltd
gxsltd / angular.md
Created July 19, 2018 11:42 — forked from JaimeStill/angular.md
MVA Introduction to Angular