¡@

Home 

c# Programming Glossary: ef4

Why does LINQ-to-Entites recognize my custom method?

http://stackoverflow.com/questions/2675536/why-does-linq-to-entites-recognize-my-custom-method

A StringComparison.CurrentCultureIgnoreCase Using EF1 not EF4 c# entity framework linq to entities share improve this question..

C# 4.0/EF - Server-generated keys and server-generated values are not supported by SQL Server Compact

http://stackoverflow.com/questions/2734424/c-sharp-4-0-ef-server-generated-keys-and-server-generated-values-are-not-suppo

myEntities.SaveChanges So now what Is this a bug in EF4 Am I doing something wrong TIA NOTE Going through the EDMX file..

Entity Framework 4 How to find the primary key?

http://stackoverflow.com/questions/2958921/entity-framework-4-how-to-find-the-primary-key

primary key I am trying to create a generic method using EF4 to find the primary key of an object. example public string.. using System.Data.Linq using Web.Infrastructure.Storage.EF4 namespace Web.Infrastructure.Storage public class EFSession.. share improve this question There is a property on each EF4 entity called EntityKey which contains an array of EntityKeyValues..

Change db table name in EF4 (entity framework 4)

http://stackoverflow.com/questions/3276955/change-db-table-name-in-ef4-entity-framework-4

db table name in EF4 entity framework 4 Does anyone know how to change the mapped.. know how to change the mapped db table for an entity in EF4 entity framework 4 Later edit I think i've found the place where..

Unit testing with EF4 “Code First” and Repository

http://stackoverflow.com/questions/3463017/unit-testing-with-ef4-code-first-and-repository

testing with EF4 &ldquo Code First&rdquo and Repository I am attempting to get.. app I've built using the Code First approach in the latest EF4 CTP. I'm not very experience with Unit testing mocking etc...

How not persist property EF4 code first?

http://stackoverflow.com/questions/3595404/how-not-persist-property-ef4-code-first

not persist property EF4 code first How do I make non persisted properties using codefirst.. How do I make non persisted properties using codefirst EF4 MS says there is a StoreIgnore Attribute but I cannot find it...

How to sort DataGridView when bound to a binding source that is linked to an EF4 Entity

http://stackoverflow.com/questions/4463505/how-to-sort-datagridview-when-bound-to-a-binding-source-that-is-linked-to-an-ef4

when bound to a binding source that is linked to an EF4 Entity I have a DataGridView that is linked to a BindingSource..

Using Include in Entity Framework 4 with lambda expressions

http://stackoverflow.com/questions/4544756/using-include-in-entity-framework-4-with-lambda-expressions

Or adding my own extension methods. Is there an official EF4 included way to use lambda expressions inside include for both..

Circular Reference exception with JSON Serialisation with MVC3 and EF4 CTP5w

http://stackoverflow.com/questions/4606232/circular-reference-exception-with-json-serialisation-with-mvc3-and-ef4-ctp5w

Reference exception with JSON Serialisation with MVC3 and EF4 CTP5w I'm having problems with a circular reference when i.. reference when i try and serialise an object returned via EF4 CTP5. Im using the code first approach and simple poco's for..

EF4 Code First: how to add a relationship without adding a navigation property

http://stackoverflow.com/questions/5217441/ef4-code-first-how-to-add-a-relationship-without-adding-a-navigation-property

Code First how to add a relationship without adding a navigation..

Entity Framework Multiple Object Contexts

http://stackoverflow.com/questions/5693843/entity-framework-multiple-object-contexts

I can't seem to find the answer I'm looking for I am using EF4 with POCO proxies. A. I have a graph of objects I fetched from..

What causes .Attach() to be slow in EF4?

http://stackoverflow.com/questions/5917478/what-causes-attach-to-be-slow-in-ef4

causes .Attach to be slow in EF4 We have a generic update method in our code that does a foreach..

Is Unit Of Work and Repository Patterns very useful for big projects?

http://stackoverflow.com/questions/7940854/is-unit-of-work-and-repository-patterns-very-useful-for-big-projects

I'm starting a new web project using ASP.NET Webforms EF4. I'm trying to apply a repository pattern with a unit of work..