Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

How to create a virtual record field for Entity Framework lazy loading

entity-framework f#

Change table name at runtime

How do I keep validation rules inside of entity while using a view model inside controller?

Cannot INSERT NULL into Column on Remove

c# entity-framework

Razor will not render hidden accurate PK in HiddenFor

Is it better to generate guid manually in my app or let sql server/azure sql generate it for me

LINQ to Entities does not recognize the method 'System.DateTime ToDateTime(System.String)'

c# linq entity-framework

Binding data to a data-grid in WPF with Entity Framework

Entity Framework uses nvarchar (max) when MaxLength is specified

Working with an ObservableCollection based on an Entity Framework one to many property

c# wpf entity-framework mvvm

why Entity Framework mapped a table named "People" as an entity named "Person" inside my .edmx file

Unable to determine the principal end of an association between the types - Entity Framework error, class relationship between the same class

Entity Framework: Order by and then group by

Entity-framework-7 Organizing Fluent API configurations into a separate class

Creating dynamic expression for entity framework

Using the same SqlConnection for EntityFramework and "normal" SQL calls

c# entity-framework azure

Entity Framework Core - update related collection

EF Core: ValueGeneratedNever() vs. not using this method at all

Entity Framework is being restored via .NetFramework and not Core V2.0 which is my projects framework

c# entity-framework

Dotnet EF update not generating database