Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Is it possible to extend Entity Framework to add new database query types?

Linked servers and Entity Framework. Any alternative?

Entity Framework and whole word matching - paging and filtering results

Is there a way to order by an IQueryable with a different amount of ordering

DatabaseFacade does not contain a definition for 'ExecuteSqlCommand'

c# asp.net entity-framework

The position of the .Include() in a linq statement?

Entity framework - one to many - select from both table

c# entity-framework

how to simplify if else using entity framework

Unable to create a constant value of type 'x'. Only primitive types or enumeration types are supported in this context

LINQ query with array element in Where clause

Is there an alternative to reference tables when using EF6 and SQL Server 2012?

What to do when Model is exactly the same as ViewModel?

How can I optimise this lambda expression to query using entity framework for each row that contains a list of words?

c# entity-framework lambda

Difference between IsRequired(false) and omitting using it when adding properties (Entity Framework)