开发者

c# embeded database easy dao model

For my app开发者_开发百科lication I need an embedded database. I don't have a lot of data in the database and performance is not an issue. My first concern is to be able to access the data easily (LinqToSQL) or some active record model. I need this in order to invest as little as possible in the data access layer. Another requirement will be to be able to brose the data through sql server manager.

If the database supports unique constraints this will be great.

Can you recommend me some alternatives?


If you are using .Net 4.0, you can use SQL CE and Entity Framework. (Code first approach will be good.) Here is the link about Code First development.

http://weblogs.asp.net/scottgu/archive/2010/07/16/code-first-development-with-entity-framework-4.aspx


Try this answer: What's a good "mobile" .NET database that supports LINQ?

There are also object databases you can use:

Perst: http://www.mcobject.com/perst

Siaqodb: http://siaqodb.com/

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜