Windows Phone 8 MVVM Database First (e.g. EF)

Is there any infrastructure for Windows Phone 8 that is similar to that used for the Entity Framework to generate POCOS from an existing database?

+1
source share
1 answer

LINQ to SQL: SQL Server Compact database combined with my SQL Server Compact Toolbox to generate code. If you have VS Express, you can use the standalone version, download from http://sqlcetoolbox.codeplex.com

+1
source

Source: https://habr.com/ru/post/945024/


All Articles