Skip to content

Instantly share code, notes, and snippets.

@debugmodedotnet
Created August 27, 2015 10:44
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 debugmodedotnet/78208a2e007f7f926f10 to your computer and use it in GitHub Desktop.
Save debugmodedotnet/78208a2e007f7f926f10 to your computer and use it in GitHub Desktop.
namespace CodeFirstDemoApp
{
public class Student
{
public int Id { get; set; }
public string Name { get; set; }
public int Age { get; set; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment