zzz projects Entity Framework Core EF Core
Home Articles Knowledge Base Online Examples
  • Home
  • Articles
  • Knowledge Base
  • Online Examples

Entity Framework Core - Knowledge Base (KB)

7 results in tag: win-universal-app

EF7 (Code First) + SQLite doesn't create a database and the tables for the models

Im currently trying to recreate the example, done in the documentation ...http://ef.readthedocs.org/en/latest/getting-started/uwp.html... , using EF7 and SQLite to create a Universal Windows Platform app....I've installed the required EF7 and EF7 Commands...
entity-framework-core sqlite win-universal-app
asked by fhin

Database First with EF7 in a Universal App

I have a Sqlite database that I want to use in my UWP application With EF7, How can I create model from database with EF7?
entity-framework entity-framework-core sqlite win-universal-app
asked by Maryam

Reading thousands of objects with EF Core FAST

I am reading 40,000 small objects / rows from SQLite with EF core, and it's taking 18 seconds, which is too long for my UWP app. When this happens CPU usage on a single core reaches 100%, but the disk reading speed is circa 1%. ...var dataPoints = _db.D...
.net asp.net c# entity-framework-core sqlite
asked by Vladimir Akopyan

How to run a migration in UWP using ef core 1

I don't know how I have run the migration in EntityFramework.Core(v7.0.0-rc1-final) using EntityFramework.Commands(also v7.0.0-rc1-final). When I add the migration (Add-Migration) so migration creates. Then, when I enter the Update-Database, so the PM co...
entity-framework-core win-universal-app
asked by Stefan Babos

MissingMetadataException when building UWP app with .Net native

I have this UWP app that uses a project (UWP class library) which itself uses EF7 and SQLite....I tried to build the app in the Release mode using .Net native tool chain, the build completes successfully (after a good long time, and after eating as much m...
.net-native entity-framework-core linq visual-studio-2015 win-universal-app
asked by AymenDaoudi

Directives Necessary to kill this issue?

C:\Users\mverm\Documents\Projects\Device\XJTResourcesT10\XJTResourcesT10\Resources.System.Linq.Expressions.rd.xml(35): warning : ILTransform_0027: Method 'CreateLambda' within 'System.Linq.Expressions.Expression' could not be found....C:\Users\mverm\Docum...
c# entity-framework entity-framework-core template10 win-universal-app
asked by mvermef

Child collection not updating in EntityFrameworkCore

Consider the following simplified models with nested one-too-many relationship:...public class Report { public Guid ReportId { get; set; } public string Name { get; set; } public List<Schedule> Schedules { get; set; } } public class Schedule ...
.net c# entity-framework-core uwp win-universal-app
asked by Hendra Anggrian

Page 1 of 1
  • 1

Prime Library

Performance

  • Entity Framework Extensions
  • Entity Framework Classic
  • Bulk Operations
  • Dapper Plus

Expression Evaluator

  • C# Eval Expression
  • SQL Eval Function
More Projects...

Related

  • EF Extensions Online Benchmark
  • WIN an EF Extensions license
  • EF6 BatchSaveChanges for only $79
Get monthly updates by subscribing to our newsletter!
SUBSCRIBE!