Skip to content

Instantly share code, notes, and snippets.

@kjlape
Created May 8, 2014 17:15
Show Gist options
  • Select an option

  • Save kjlape/5c44c703459ab9bcd3c7 to your computer and use it in GitHub Desktop.

Select an option

Save kjlape/5c44c703459ab9bcd3c7 to your computer and use it in GitHub Desktop.
Example of how to use the new EF code in CloudPanel...
using (var ctx = new CloudPanelContext(@"Database=[Name your DB];Server=.\SQLSERVER;Integrated Security=true"))
{
// Do stuff with data...
ctx.SaveChanges();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment