A tag for ADO.
I have a 1..* relationship between Review and Recommendations. The relevant portion of my model (which is also the POCO mapped …
asp.net-mvc entity-framework-4 repository pocoI'm using Entity Framework 4. I am using a database first model, meaning that I generated the EDM from the database. …
entity-framework-4 edmxUsing Entity Framework 4 CTP5 Code First and this example Is it possible to access the discriminator value? I would like …
entity-framework-4 code-first entity-framework-ctp5I wrote a few assumptions regarding Entity Framework, then a few questions (so please correct where I am wrong). I …
entity-framework-4 poco ado.net-entity-data-modelI currently have a repository for just about every table in the database and would like to further align myself …
c# asp.net entity-framework entity-framework-4 domain-driven-designWe are receiving this error when calling a WCF .net 4.0 service using entity framework. The 'DbProviderFactories' section can only appear …
wcf iis-7 entity-framework-4 machine.configI would like to use SQL Server xml type as a column type for an entity class. According to this …
entity-framework entity-framework-4 ef-code-first ef4-code-only xml-columnDo you mostly use this option (the default is checked) or do you uncheck it? I found out that when …
entity-framework entity-framework-4 conceptual-modelI'm using Entity Framework 4 with POCO template. I have a List where MyObject are dynamic proxies. I want to use …
c# serialization entity-framework-4 pocoI am trying to update an entity but I am getting the following error: The context is not currently tracking …
entity-framework-4 objectcontext