Skip to content

Instantly share code, notes, and snippets.

View codakis's full-sized avatar
😒
I may be slow to respond.

Akis Kontakis codakis

😒
I may be slow to respond.
  • Athens, Greece
  • 09:00 (UTC +03:00)
  • X @toxpack
View GitHub Profile
@bradwilson
bradwilson / Cacheability.cs
Created January 23, 2014 20:53
Using chaining to create cached results in ASP.NET Web API v2
public enum Cacheability
{
NoCache,
Private,
Public,
}
@indyfromoz
indyfromoz / aspnet-mvc.gitignore
Created November 19, 2012 06:44
.Gitignore for ASP.NET MVC
###################
# compiled source #
###################
*.com
*.class
*.dll
*.exe
*.pdb
*.dll.config
*.cache