0
votes
2answers
16 views
Will the Entity Framework 4 work with MVC 2 - since MVC is based on 3.5?
Can I use the upcoming Entity Framework 4 with aspnet mvc 2 since mvc is based on 3.5?
2
votes
2answers
19 views
Soft Deletes ( IsHistorical column ) with EntityFramework
I'm working with a database where the designers decided to mark every table with a IsHistorical bit column. There is no consideration for proper modeling and there is no way I can change the schema.
…
0
votes
2answers
32 views
ASP.NET MVC saving Entity session
Hi,
I have been working with entity framework and ASP MVC for a while. I have stored the entity object in the HttpContext.Current.Session in order to use the same session at all times. Now I have …
0
votes
1answer
22 views
APIs for ADO.net entity framework
what are the APIs do i need to download in order to make ADO.NET Entity Framework available for my VS 2008 professional edition.
1
vote
2answers
42 views
ADO.NET Entity Framework
I have little bit knowledge on Entity Framework.As we can do almost all operations using
MS Application Block,What are the benefits do we gather using Entity Framework ?
0
votes
1answer
26 views
how to add new table to existing entity model without losing any customisation to model ?
I want to add a new table in my existing entity data model without using the option update from database. Because in this case i loss existing modification like inheritance and entity names.
0
votes
1answer
10 views
IsLoaded for self-tracking entities
I'm using self-tracking entities with EF 4.0 and I see that there's no IsLoaded property for navigation objects which participate in a many to many relationship as there is on the standard EF objects. …
0
votes
1answer
21 views
Add/Update a list of entities using the entity framework
I'm returning a List (own class) from Silverlight to a service, in this list there are old entities with updated values and completely new entities, how do I save this back to the database using the …
0
votes
1answer
23 views
How can I write custom comparison (definition for binary operator Equal) for entityframework object to an int?
I'm getting this error:
ex = {"The binary operator Equal is not defined for the types 'MySite.Domain.DomainModel.EntityFramework.NickName' and 'System.Int32'."}
What I tried to do was do a …
2
votes
1answer
24 views
Lambda expression Where on navigation property
Good afternoon,
I have three entities (that concern this question)
Company (ID, etc..)
CompanyAddress (AddressID, CompanyID, Rank)
AddressDetails (AddressID, Street, City, State, Zip)
The reason …
1
vote
2answers
13 views
DotNetOpenAuth - Database.DataContext.AddToUser(user) does not work
I am incorporating DotNetOpenAuth to my asp.net website. I am new with Entity framework.
Database.DataContext.AddToUser(user) located in LogingFrame.aspx.cs does not add a user into the database. …
0
votes
1answer
44 views
Custom sort-order with SQL-Server and .NET Entity-Framework
Hello!
I have a table I store contacts and their phones.
Contact: ContactId (int, PK), FirstName (varchar), LastName (varchar)
Phone: PhoneId (int, PK), ContactId(int FK), Number (varchar), SortOrder …
0
votes
1answer
14 views
Login Failed for User ‘NT AUTHORITY/NETWORK SERVICE’ when using EntityDataSource with ASP:ListView
Hello All,
I have receive the infamous Login Failed for User 'NT AUTHORITY/NETWORK SERVICE' when I try to run a page that contains and EntityDataSource and Listview. Here's Stack Trace:
…
0
votes
1answer
18 views
Creating Data Source for Entity Data Model
I am trying use MySql and Entity Framework, using Connector/Net 6.1 with this as a reference:
http://dev.mysql.com/doc/refman/5.4/en/connector-net-tutorials-entity-framework-winform-data-source.html
…
0
votes
2answers
53 views
Has Entity Framework reached critical mass?
I've been rolling my own object mapping system for over ten years and my current .NET version is pretty stable and I understand it. I've always kept a watchful eye on commercial developments in this …
