Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

How to store images using Entity Framework Code First CTP 5?

Reducing Repositories to Aggregate Roots

When should I create a new DbContext()

When should I call SaveChanges() when creating 1000's of Entity Framework objects? (like during an import)

'Contains()' workaround using Linq to Entities?

select top 5 in entity framework

c# entity-framework

How do I undo the last Add-Migration command?

The connection string 'MyConnection' in the application's configuration file does not contain the required providerName attribute."

EF Code First: How to get random rows

The model backing the 'ApplicationDbContext' context has changed since the database was created

What is POCO in Entity Framework? [closed]

c# .net entity-framework poco

Async PartialView causes "HttpServerUtility.Execute blocked..." exception

Entity Framework 6 transaction rollback

Exclude Property on Update in Entity Framework

Remove item from list based on condition

c# .net entity-framework linq

Multi-async in Entity Framework 6?

How can I disable code first migrations

How do I get the max ID with Linq to Entity?

LINQ to Entities does not recognize the method 'System.String Format(System.String, System.Object, System.Object)'

How can I log the generated SQL from DbContext.SaveChanges() in my Program? [duplicate]