Skip to content

Instantly share code, notes, and snippets.

@PaulSorensen
Created September 26, 2013 09:43
Show Gist options
  • Save PaulSorensen/6712025 to your computer and use it in GitHub Desktop.
Save PaulSorensen/6712025 to your computer and use it in GitHub Desktop.
egeek.dk - WCF return JSON, AJAX-enabled WCF Service in less than 3 minutes
public class HelloWorldWrapper
{
public string Response;
public string TimeExecuted;
public string Error;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment