Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Is there a way to use EF migrations through CLI on .NET Framework 4.8

LINQ Count returning 1 instead of zero for an empty group

Is this query being executed on an in-memory collection, or in the database?

ASP.NET 5 multiple dbcontext problems

Mock Generic repository with Generic Unit of Work C#

EF Core left join with count

How to get DbContext Instance within UnitOfWork via Ninject?

context.detach - for garbage collection

Manipulating objects with DbSet<T> and IQueryable<T> with NSubstitute returns error

How do I drop a column and create a new one instead of renaming in EF Core?

How to validate a model utilizing DataAnnotations attributes without it being mapped to EF context?

Database Parent -> Child "firstborn" relation

Reach Related Entities' Attributes

Is there a better way to refresh Entity Models (*.edmx files)

Questions regarding Entity Framework + DDD

'This is the 'bait'. You probably need to add one of the SQLitePCLRaw.bundle_* nuget packages

DeleteObject method is missing in Entity Framework 4.1

Dynamic Data with Entity Framework... using [ScaffoldColumn(true)] to show a public property via metadata

Does Entity Framework Selects all rows in memory when applying a Where filter?