A tag for ADO.
I am having some problem setting the Identity Seed on the Id column in SQL Compact 4 using the code first …
entity-framework-4 ef-code-first sql-server-ce identity-columnI have an Entity SQL query: SELECT VALUE t FROM MyEntities AS t WHERE t.Name = @p OR (@p IS …
.net entity-framework .net-4.0 entity-framework-4 entity-sqlI have a service that uses EF to retrieve data from a SQL database. The EF model is in a …
entity-framework iis entity-framework-4 cassiniAs I know Entity Framework implements the Identity Map Pattern, so EF caches some entities in the memory. Let I …
.net entity-framework caching entity-framework-4 identity-mapSo I used this tutorial to generate my poco classes which I am to use throughout my aplication.. the problem …
asp.net asp.net-mvc validation entity-framework-4 pocoI'm using Entity Framework with ODP.NET 11.2.0.3.0. I got persistence working for some tables, but this one flat out refuses …
entity-framework entity-framework-4 odp.netSuppose I have a database named MyDatabase which has two tables - MyTable1 and MyTable2. Using the Code First approach …
c# .net entity-framework entity-framework-4 ado.net-entity-data-modelEF migration utility seems quite nice when using code first. Based on this blog post, I tried setting it in …
.net entity-framework-4 database-migration ef-model-firstI want to retrieve data in Winforms using vb.net, entity framework and native sql. I have used the code …
vb.net winforms entity-framework-4 native-sqlI am experiencing an issue with EF4 and Proxy Pocos. I have 2 classes with the same name in the same …
c# namespaces entity-framework-4 poco