Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

why to have private setter in entity

C# Entity Framework 4 Common Language Runtime detected an invalid program error?

Insert record in child table when parent record already exists using Entity Framework code first

How to limit number of related data with Include

EF Code First Migration with Multiple Database / DbContext

The entity type <class> is not part of the model for the current context

WCF - An error occurred while receiving the HTTP response to http://xxxxx/Service/

Change DbContext connection at run-time

What can I use POCO for?

c# entity-framework poco

How to create a group of methods/properties within a class?

EF 5 Is Ignoring [Required] Attribute On Int Type

a section registered as allowDefinition='MachineToApplication' beyond application level

How to set initial value for auto incremented property (DatabaseGeneratedOption.Identity)

c# entity-framework

Ignore Non Serialized property in BinaryFormatter Serialization

How to remove circular reference in Entity Framework?

.net entity-framework orm

How can I find all DbSets whose generic types derive from a given base type?

An existing connection was forcibly closed by the remote host - WCF Data Service error

Not finding .Include() method in my EF implementing Generic repository

"access denied" when installing Oracle Data Provider for entity framework

How to use joins with generic repository pattern - Entity Framework