This is a DDD model to start a project using SQL Compact (SQL CE) with Entity Framework 6. This is an adaptation from the original code developed by Damijan Vodopivec in 9 Nov 2013.
Changes:
- Crud based repository included
- Changed mapping from annotations to fluent api
- Eliminated most classes to simplify to the most, there's only two now: Actor and ActorRole
- Enabled migrations
Hope you enjoy.
Link to the originals: http://www.codeproject.com/Articles/680116/Code-First-with-SQL-CE