Tagged Questions

1
vote
1answer
19 views

Database visualization tool

I just watched a session of PDC09 about new features of Entity framework in .NET 4. Video page: http://microsoftpdc.com/Sessions/FT10 in the video, (seek to minute 7) presenter u …
0
votes
1answer
26 views

Is an outer join possible with Linq to Entity Framework

There are many examples of outer join using Linq to Sql, all of them hinging on DefaultIfEmpty() which is not supported with Linq to Entity Framework. Does this mean that outer jo …
0
votes
1answer
16 views

Entity Framework map multiple tables to one entity

I have a database with a table for active orders and one for inactive orders. I would like to model this in Entity Framework as one entity called Orders. I also need a way to deter …
0
votes
0answers
21 views

Entity Framework - Insert Related Entities

I'm trying to insert an entity (document) with the EF and ASP.NET. My entity model and schema is below, and I'm getting an unusual error about a foreign key mismatch on the Tutors …
0
votes
1answer
19 views

How do I change a foreign key association using Entity Framework?

Using ASP.NET Entity Framework, how can I change the Foreign Key association between two entities? Here's an example scenario: --------------- ---------------- | Customer …
3
votes
0answers
70 views

What Are Your Thoughts On Entity Framework 4.0?

The initial release of the Entity Framework wasn't regarded well in the development community. There were a number of things left out, which caused a large number of developers to …
0
votes
0answers
20 views

Properly Updating in Entity Framework

I've recently switched my ASP.NET MVC app from Linq to Sql to Entity Framework (.NET 4). I'm having major issues with updating an object. My questions are: When does an entity …
1
vote
3answers
34 views

How can i write Linq2Entities Query with inner joins

How can i get data from these related entities. I want to get these columns only: Term.Name , related Concept_Term.Weight, related Concept.Id I wrote the SQL but i dont want to u …
0
votes
0answers
40 views

Problem with EDM in ASP.NET MVC

Hi there, I don’t know I am really stuck with this problem and I can’t able to get the solution. I have this code to update my contact and contact group. var originalContact …
1
vote
1answer
15 views

Entity Framework One-To-One Mapping Issues

Using VS 2010 beta 2, ASP.NET MVC. I tried to create an Entity framework file and got the data from my database. There were some issues with the relationships, so I started to tw …
0
votes
3answers
30 views

Entity Framework: How to partially populate an Entity

When creating a query with EF, Normally we will create an anonymous type in order to limit the number of columns returned. But anonymous type cannot be returned or used as a param …
0
votes
1answer
23 views

Delete a relationship?

What is the opposite of: Dim ad As New Address Person.AddressReference.Attach(ad) I mean how do I delete the Person.Address? (both with deleting and without - meaning only d …
4
votes
2answers
61 views

Adding Entity Framework entities (one-to-many) in JSON via ASP.NET WebMethod

I am currently working on a project utilising both the Entity Framework (the version packaged with the .NET Framework version 3.5 SP1) and lots of AJAX-based functionality, which I …
2
votes
1answer
24 views

Entity Framework: One<->Many<->One Mapping?

I'm trying to get a one to many relationship mapped with the EF and for some reason it's proving more difficult than usual. This is my EDMX and DB Schema. The reason I used an auto …
1
vote
4answers
70 views

SQL Server 2008: Very slow query performance when dealing with specific date boundary

Right, this is an odd one. We have a web service that returns data to a silverlight client. The queries are generated against a SQL Server 2008 database using the entity framework …

1 2 3 4 5 93 next
15 30 50 per page