Search code examples
How to avoid retrieving relational objects within relational reference loop using Entity Framework?...

c#ef-code-firstentity-framework-4lazy-loadingasp.net-apicontroller

Read More
Using System.ComponentModel.DataAnnotations with Entity Framework 4.0...

asp.net-mvcasp.net-mvc-3c#-4.0entity-framework-4

Read More
EF Code First: Defining foreign keys...

c#entity-framework-4ef-code-first

Read More
How can I permanently fix the "EdmFunctionAttribute is obsolete" warning, which occurs aft...

c#visual-studioentity-framework-4migrationentity-framework-6

Read More
Entity Framework nvarchar Case Sensitivity on Foreign key...

.netlinq-to-sqlc#-4.0entity-framework-4

Read More
entity framework and where with like...

c#entity-framework-4where-clause

Read More
Entity query 'Like' doesn't support int column...

c#entity-framework-4sql-likeentity-sql

Read More
ORA-00904: "Extent1"."MODIFIED_DATE": invalid identifier...

c#.netasp.net-mvcoracle11gentity-framework-4

Read More
Entity Framework: Serialize/Deserialize JSON column behind the scene...

c#jsonentity-framework-4

Read More
Using multiple ObjectContexts in Entity Framework 4 with the repository/uow pattern...

asp.netdependency-injectionentity-framework-4repository-patternpoco

Read More
ASP.NET EntityFramework 4 data context issues...

asp.netentity-framework-4

Read More
Confusion over MVC and entity model...

asp.net-mvc-2entity-framework-4

Read More
EF4 POCO with Lazy Loading. Why does fixup iterate entire database?...

c#entity-frameworkentity-framework-4poco

Read More
Entity Framework Join 3 Tables...

c#entity-frameworkentity-framework-4entity-framework-5entity-framework-4.1

Read More
EF 4 Code First: Model compatibility cannot be checked because the EdmMetadata type was not included...

entity-framework-4ef-code-first

Read More
Refresh the data in entity created using database-first approach model in Entity Framework...

c#entity-frameworkasp.net-mvc-4ado.netentity-framework-4

Read More
Specific queries in Repository...

linq-to-sqlentity-framework-4c#-3.0repository-pattern

Read More
Async task method issue on a linq query return in c#...

c#winformslinqasync-awaitentity-framework-4

Read More
Disable lazy loading by default in Entity Framework 4...

entity-frameworklazy-loadingentity-framework-4

Read More
Multiple Diagrams in Model vs One large .EDMX vs Multiple .EDMX...

entity-frameworkentity-framework-4asp.net-mvc-4

Read More
Which version of Entity Framework is installed in my project?...

c#.netentity-frameworkentity-framework-4entity-framework-4.3

Read More
Access Model Data in WebGrid...

asp.net-mvc-3entity-framework-4webgrid

Read More
ObjectContext.SaveChanges() fails with SQL CE...

.netentity-frameworkentity-framework-4sql-server-ce

Read More
Entity Framework 4 Single() vs First() vs FirstOrDefault()...

.netlinqentity-frameworkentity-framework-4linq-to-entities

Read More
Add "---Select" as first item in Combobox in windows form?...

c#sqlwinformsentity-framework-4

Read More
Is it possible to include SqlFunctions.StringConvert in a Lambda Expression?...

c#entity-framework-4lambdaexpression

Read More
Insert Many to Many Scenario in EF 4.0 with POCO Classes...

.netentity-framework-4poco

Read More
Write own functions to be used in c# linq statement...

c#asp.net-mvcentity-frameworklinqentity-framework-4

Read More
How to ignore a table/class in EF 4.3 migrations...

c#entity-frameworkentity-framework-4entity-framework-migrations

Read More
.SelectMany() and getting data from more than one related table...

linqentity-frameworkentity-framework-4

Read More
BackNext