Skip to content

Instantly share code, notes, and snippets.

@sandrinodimattia
Created July 22, 2012 14:14
Show Gist options
  • Save sandrinodimattia/3159825 to your computer and use it in GitHub Desktop.
Save sandrinodimattia/3159825 to your computer and use it in GitHub Desktop.
Create WCF RIA Services context
TasksDomainContext ctx = new TasksDomainContext(new Uri("http://localhost:10001/Tasks.svc"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment