Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Is there a way use one data annotation/attribute with multiple properties?

How to run EF migrations when deploying to Azure Website via Visual Studio Online

Entity Framework: Why is a property of type array of objects not persisted to DB?

entity-framework orm

Setting provider and connection string in EntityFramework for MySql

c# mysql entity-framework

Linq query NullReferenceException on multiple (cascade) left joins

c# linq entity-framework

'CREATE FUNCTION' must be the first statement in a query batch. Entity Framework Code First

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