Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

ViewModels with asp.net mvc 4 and EntityFramework whats the Point

How to switch between test and production databases with Entity Framework 5

What are the rules for when dispose() is required?

LINQ .FromSQL error InvalidOperationException: Sequence contains more than one matching element

c# sql entity-framework linq

How to specify left join in EF?

c# entity-framework orm

Profile EntityFramework

sql entity-framework

Where clause not working on LINQ IQueryable query

c# entity-framework linq

Manual DAL & BLL vs. ORM

Moving to Mono : Entity Framework alternatives

entity-framework mono

The ObjectContext instance has been disposed and can no longer be used for operations that require a connection

Why does my Entity Framework turn '2.87' into just '2' (decimal field)?

Entity Framework and Default Date

entity-framework

Use IEnumerable<Expression<Func<T, Object>>> in method

c# entity-framework

LINQ - The difference between .Select(n => n.Name) and .Select(n => new { n.Name } );

c# .net linq entity-framework

NHibernate vs. EF 4.1+ [closed]

Entity framework - COUNT rather than SELECT

There is a duplicate 'entityFramework' section defined - EntityFramework6 upgrade

c# entity-framework

How to auto increment a column using an Entity Framework core in memory database?