Skip to content

Instantly share code, notes, and snippets.

View cecilphillip's full-sized avatar

Cecil Phillip cecilphillip

View GitHub Profile
@cecilphillip
cecilphillip / Customer.cs
Last active January 22, 2017 18:28
ASP.NET Web API Media-Type Formatter for Gravatar
public class Customer
{
public string FirstName { get; set; }
public string LastName { get; set; }
public String Email { get; set; }
}
{
"AL": "Alabama",
"AK": "Alaska",
"AS": "American Samoa",
"AZ": "Arizona",
"AR": "Arkansas",
"CA": "California",
"CO": "Colorado",
"CT": "Connecticut",
"DE": "Delaware",