vote up 0 vote down star

I would like use Repository Pattern and MS SQL Compact Edition in my project. My question is which framework or technology do I use for it?

  • Linq2Sql hasn't data provider for SQL CE
  • SubSonic hasn't support for SQL CE
  • NHibernate looks huge for this, I think.

I would like use my POCOs.

flag

50% accept rate

2 Answers

vote up 0 vote down

How about the Entity Framework? That works with the latest SQL CE. http://msdn.microsoft.com/en-us/library/aa697427%28VS.80%29.aspx http://thedatafarm.com/LearnEntityFramework/

link|flag
vote up 2 vote down

You can use sqlmetal.exe to build the Linq2Sql DBML file, then include it in your project.

http://skysigal.xact-solutions.com/Blog/tabid/427/EntryId/898/Using-LinqToSQL-with-SqlServer-Compact.aspx

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.