Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Select EF entities that have all the given Tags (where tag is an EF entity)

modular concept with entity framework code first and self-contained migration support for each module

c# Entity Framework when should I use an new dbContext?

How to limit data only to logged in user in Entity Framework Core Identity Easily

Linq Join with a Group By

c# linq entity-framework

Is it possible to programmatically set the ProviderManifestToken for a code-first EF model?

How do I use SqlFunctions.SoundCode on an Entity Framework insert?

c# entity-framework

Entity Framework and insert with an Identity column

Make Entity Framework object into generic class via extension class?

PropertyGrid Browsable not found for entity framework created property, how to find it?

Entity Framework EntityType 'UserAccount' has no key defined

using UnitOfWork and Repository Pattern with Entity Framework

Visual Studio - The specified store provider cannot be found in the configuration, or is not valid

Entity Framework Core Add-Migration throws "An item with the same key has already been added. Key: MyProject.Model.MyContext

How do I map an Entity Framework Code-First model to a single SQL Server Schema?

I want to use Entity Framework + ASP Identity but I don't want EF to generate tables for me

What to use with a half-designed database? Model-First or Database-First?

Generic repository select by ID in EF4

ASP.NET MVC Model containing File

EF Core `update-database` on MySql fails with `__EFMigrationsHistory' doesn't exist`