Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

SqlFunctions.StringConvert unnecessary padding added

Forcing code-first to always initialize a non-existent database?

Optimistic concurrency: IsConcurrencyToken and RowVersion

Entity Framework not appearing in Add New Item list in Visual Studio 2017

Entity Framework - Expecting non-empty string for 'providerInvariantName' parameter

how to group by multiple columns using linq [duplicate]

How to exclude one table from automatic code first migrations in the Entity Framework?

entity-framework

SetExecutionStrategy to SqlAzureExecutionStrategy with DbMigrationsConfiguration?

Transient Fault Handling with SQL Azure using Entity Framework

Unable to create an object of type 'MyContext'. For the different patterns supported at design time

LINQ to Entities does not recognize the method 'Int32 Int32(System.String)' method, and this method cannot be translated into a store expression

c# linq entity-framework

asp.net MVC5 - Dependency Injection and AuthorizeAttribute

Tables don't show when re-adding them to entity-model (edmx)

Update a single property of a record in Entity Framework Code First

Sequence contains no elements - LINQ, MVC, Average

Entity Framework Code-First Execute Scalar-Valued Functions

Entity Framework Core - Take(1), Single(), First()... Not Working with Oracle Provider (ORA-00933: SQL command not properly ended)

Entity Framework 4 Code Only Error "Multiple objects sets per type are not supported"

Get the latest Value of table via EntityFramework

c# entity-framework

Do I need to force a Dispose after a LINQ query?