Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Entity Framework trying to retrieve non existent column

Querying data using Entity Framework from dynamically created table

c# sql entity-framework

How is interpreted an enum type with EF Code First

Does converting from DbSet to IEnumerable cause the query to execute?

entity-framework dbset

Entity Framework code first custom fieldd that I don't want to map to DB

Purpose and semantic of IMigrationMetadata interface in Entity Framework

How to use the same foreach code for 2 collections?

c# entity-framework

Getting name of specific linq to sql table

EF Code First. Children collection is null for parent

DAL, Model Layer, EF code-first and business logic, how do they fit together?

DbMigrator - verbose code-first migration

Entity Framework multiple Where statements as ORs

c# entity-framework

EF 6.1 Scalar-Valued Functions Database First

Moq Entity Frameworks ExecuteSQLCommand

c# entity-framework moq

entity framework 6 - check if record exists before insert and concurrency

Entity Framework:Why the collection type of entity class need to be instanced in the default constructor?

ASP.NET MVC guidelines for static classes for database access

How to construct Where Expression dynamically in Entity Framework?

How do I go about unit testing with Entity Framework and Moq?

How to use a dbcontext in a static class? (ObjectDisposedException)