Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

How to create the database with Entity Framework Code First and DDD?

Using enums in Visual Studio 2010 Table Designer

Code First: Create Tables but not database

MaxLength and how it affects queries

EF Model Validation against database

This operation is not supported in wcf test client because it uses system.threading.tasks.task

Entity Framework performance degradation

sql entity-framework

Joining many-to-many tables in Entity Framework

c# entity-framework

Does Entity Framework support differing data types in the model?

Generic Repository and Leaky Abstraction

Saving Many to Many relationship - Entity Framework

entity-framework

Why does the ASP.NET SPA template instantiate UserManager once for all requests?

ASP.net Identity, IoC and sharing DbContext

Entity Framework Code First Self Referencing Parent Child with Payload

Breeze SaveChanges always throws DbUpdateConcurrencyException when deleting entity

c# entity-framework breeze

Creating a Hierarchy of Nested Entities in Entity Framework

c# entity-framework

How can I perform aggregate operations via the repository pattern?

Entity Framework - Get List of Tables

entity-framework

No FindAsync() method on IDbSet<T>

Difference between .WithMany() and .WithOptional()?