Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Dynamic where clause in Linq to Entities

EF 5 Code First Migration Bulk SQL Data Seeding

Regex in Linq (EntityFramework), String processing in database

Declaring Entity FrameWork Contexts with using

c# entity-framework

Using Unity, how do you register type mappings for generics?

EntityFramework 6 AddOrUpdate not working with compound or composite primary key

Why does this combination of Select, Where and GroupBy cause an exception?

Store enum names in database with Entity Framework

Is it possible to retrieve a MetadataWorkspace without having a connection to a database?

c# entity-framework

Linq query not behaving as expected

Should I call SaveChanges once or after each change?

UseMySQL extension method not recognized in ASP.NET core

Select specific columns from table, Entity Framework

c# entity-framework

How do I test whether a DbContext is in memory?

Cannot convert lambda expression to type 'ServiceLifetime' because it is not a delegate type on Asp.net core 2.2

c# entity-framework

.NET Core EF, cleaning up SqlConnection.CreateCommand

Entity Framework: Setting update timestamp

entity-framework

Entity framework calling a FOR XML stored procedure truncates at 2033 characters

AcceptAllChanges causes Entity Framework to ... not accept the changes?

c# linq entity-framework

How should I access a computed column in Entity Framework Code First?