Skip to content

Instantly share code, notes, and snippets.

@PandiyanCool
Last active October 15, 2018 18:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PandiyanCool/ba1755617981aa905c1dbf4a89baf565 to your computer and use it in GitHub Desktop.
Save PandiyanCool/ba1755617981aa905c1dbf4a89baf565 to your computer and use it in GitHub Desktop.
What’s new in ASP.NET Core – Web API improvements – HTTP-REPL
public class Event
{
public int Id { get; set; }
public string Organiser { get; set; }
public DateTime EventDate { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment