Skip to content

Instantly share code, notes, and snippets.

@msiddiqi
Created March 24, 2012 02:26
Show Gist options
  • Save msiddiqi/2177653 to your computer and use it in GitHub Desktop.
Save msiddiqi/2177653 to your computer and use it in GitHub Desktop.
Add Students
var test = new Student();
//add it to context
context.Students.Add(student);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment