1

Is this possible? I have a web application the uses EF code-first and SQL Server CE 4.0.

Can I have a Winforms app that also uses the same .sdf file?

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
Paul Knopf
  • 9,568
  • 23
  • 77
  • 142

1 Answers1

2

Yes, you can - as long as everything runs on the same computer, and the database file resides on local disk.

ErikEJ
  • 40,951
  • 5
  • 75
  • 115