A tag for ADO.
I would like to map my scalar function to my .edmx but it fails. I right click on my entity …
c# entity-framework-4 user-defined-functionsI keep hearing about the Entity Framework fluent-api but I am struggling to find a good reference on this. What …
c# entity-framework orm entity-framework-4 ef-fluent-apiI am about to start implementing the data access infrastructure of a project that was architected with an approach to …
entity-framework entity-framework-4 entity-framework-4.1when i try to attach entity to context i get an exception An object with the same key already exists …
c# entity-framework-4 ef-code-firstI managed to create a Model First DBContext model (before it was a normal ObjectContext derived model). Strangly now my …
asp.net-mvc visual-studio-2010 entity-framework-4 scaffoldingI have this sql statement SELECT userID from users WHERE (name='name1' AND username='username1') OR (name='name2…
c# linq entity-framework-4In a question about Best practices for C# pattern validation, the highest voted answer says: I tend to perform all …
c# validation entity-framework-4 immutabilityI am using Entity Framework 4 in a desktop application with SQL Compact. I want to use a private installation of …
entity-framework sql-server-ce entity-framework-4Using Code First Entity Framework with .NET MVC 4 I have created a new Web Application and populated the database with …
c# asp.net-mvc authentication entity-framework-4 membership-providerI have MVC web application project with Entity Framework code first. In this project I am going to use generic …
entity-framework entity-framework-4 ef-code-first repository-pattern unit-of-work