No announcements
Found 2761720 threads
-
0 Votes
Code Generation in Entity Framework
It should be the designer for Entity Framework.Answered | 1 Replies | 674 Views | Created by Jawsurgeon - Monday, December 21, 2015 5:47 PM | Last reply by Weiwei Cai - Tuesday, December 22, 2015 10:16 AM -
1 Votes
start with ado.net entity framework
Hands-on-Lab: Using the Entity Framework in .NET 4 and Visual Studio 2010 hope it helps regards GPAnswered | 3 Replies | 3607 Views | Created by OmidTalebi - Sunday, July 25, 2010 4:01 PM | Last reply by Gian Paolo Santopaolo - Software Lab - Tuesday, July 27, 2010 6:48 PM -
6 Votes
RejectChanges functionality in ADO.NET Entity Framework
Hi Danny, You know, as much as I love the whole concept of the Entity Framework, you guys do yourselves no favors when you ignore fundamental things that people ...Answered | 6 Replies | 10096 Views | Created by bigyes - Wednesday, August 8, 2007 7:57 AM | Last reply by YZaX - Wednesday, September 11, 2013 3:46 PM -
0 Votes
Working with table with no primary key in Entity Framework
Hi Raza; Doing what Bob suggest is about the only way to CRUD operations in Entity Framework.Answered | 4 Replies | 6060 Views | Created by Raza Haider - Friday, November 11, 2011 7:39 AM | Last reply by Fernando Soto - MCSD - Thursday, November 17, 2011 3:49 PM -
1 Votes
Composite Keys and the Entity Framework
Do I understand from this thread that I will face troubles with the Entity Framework because I will have a CompositePrimaryKey?Answered | 19 Replies | 25449 Views | Created by Cory the Code Warrior - Monday, November 30, 2009 8:16 PM | Last reply by The Eagle - Thursday, February 3, 2011 8:29 PM -
0 Votes
Entity Framework - Primary Key and Foreign Key Namess
However EF doesn't support foreign keys that refer to unique indexes, and not the primary key.Answered | 1 Replies | 1563 Views | Created by Natron61 - Monday, December 30, 2013 3:35 PM | Last reply by davidbaxterbrowne - Monday, December 30, 2013 3:53 PM -
0 Votes
Mixing ADO.Net DataTables with Entity Framework
How would I do that?Answered | 10 Replies | 6035 Views | Created by MelbourneDeveloper - Saturday, August 7, 2010 2:50 AM | Last reply by MelbourneDeveloper - Thursday, September 2, 2010 1:57 AM -
0 Votes
Session Management in ADO.NET Entity Framework
Please have a look ...Answered | 1 Replies | 6434 Views | Created by Deepak RA0 - Thursday, August 5, 2010 10:37 AM | Last reply by Srinivas Gantimahapatruni - MCPD - Thursday, August 5, 2010 2:03 PM -
0 Votes
Detecting Violation of PRIMARY KEY constraint in Entity Framework
We will also continue to monitor the Entity Framework forum.Answered | 8 Replies | 7329 Views | Created by Andrew Pierro - Friday, August 3, 2012 2:59 PM | Last reply by Andrew Pierro - Thursday, August 9, 2012 12:36 PM -
1 Votes
Performance hit for ADO.NET Entity Framework
To understand the performance of queries in Entity Framework better, we need to understand the operation we performed, load metadata, pre-generate views, as well ...Answered | 1 Replies | 4355 Views | Created by Radu Olaru - Friday, December 3, 2010 7:54 AM | Last reply by liurong luo - Thursday, December 9, 2010 8:56 AM -
0 Votes
Entity Framework: How to delete all rows in a table through entity framework?
Since we use SQL compact edition, we have to find primary key LogID by program code, we did found it as "1".Answered | 9 Replies | 44240 Views | Created by JJChen - Wednesday, January 13, 2010 4:56 PM | Last reply by Kasimier Buchcik - Sunday, October 3, 2010 3:43 AM -
0 Votes
Entity Framework
ADO.NET Entity Framework The ADO.NET Entity Framework Overview Fernando ...Answered | 3 Replies | 2404 Views | Created by sankarann - Friday, December 16, 2011 5:14 AM | Last reply by Syed Shakeer Hussain - Friday, December 16, 2011 7:47 PM -
0 Votes
Entity Framework vs Traditional ADO.Net
Each one of the Dofactory for E-commerce solutions show how to use the DAL with Link-2-SQL or EF.Answered | 7 Replies | 10766 Views | Created by tkl33 - Friday, October 7, 2011 4:13 PM | Last reply by Alan_chen - Saturday, October 15, 2011 7:55 AM -
0 Votes
HiLo key generator for the Entity Framework
Unfortunately, I never saw such a implementation of HiLo key generator in EF.Answered | 3 Replies | 7566 Views | Created by mhnyborg - Friday, July 2, 2010 8:17 AM | Last reply by Michael Sun [MSFT] - Monday, March 21, 2011 3:41 PM -
2 Votes
Where is the forum for ADO.NET Entity Framework?
Where is the forum for ADO.NET Entity Framework?Answered | 2 Replies | 15989 Views | Created by PCSQL66 - Monday, June 30, 2008 11:25 PM | Last reply by Luigi Bruno - Wednesday, October 5, 2011 11:13 AM -
0 Votes
Entity Framework 4: is there way that Entity framework can catch error such as duplicated primary key?
Anyway it is good to know there is a way to query base on collection of primary key.Answered | 6 Replies | 5952 Views | Created by JJChen - Wednesday, May 4, 2011 9:39 PM | Last reply by Lars-Erik Aabech - Friday, May 6, 2011 7:36 AM -
0 Votes
Clustered Index Entity Framework
Here is an example of the database creation script that gets generated for a very simple model with a single entity.Answered | 9 Replies | 4281 Views | Created by engenious - Tuesday, March 3, 2015 12:29 PM | Last reply by Rowan Miller - Friday, June 12, 2015 11:18 PM -
0 Votes
Entity Framework
There are no complete step by step guides for Entity Framework online or downloadable.Answered | 2 Replies | 765 Views | Created by John sot - Sunday, January 15, 2017 12:28 AM | Last reply by Kareninstructor - Sunday, January 15, 2017 1:11 AM -
1 Votes
Definitive proof that ADO.NET Entity Framework is better in performance than conventional ADO.NET
EF is built on top of ADO.NET so you can't expect any performance advantage in terms of improved raw roundtrip times.Answered | 1 Replies | 4135 Views | Created by RamakrishnanRS - Wednesday, February 16, 2011 8:11 AM | Last reply by KristoferA - Wednesday, February 16, 2011 8:26 AM -
0 Votes
Entity Framework: nullable keys and interfaces
I think I heard that EF4 made the POCO style possible - but without ability to use interfaces how can people say that POCO is supported?Answered | 5 Replies | 9102 Views | Created by Saeed.Taheri - Tuesday, May 4, 2010 4:00 AM | Last reply by Morten Overgaard - Monday, February 7, 2011 7:26 PM - Items 1 to 20 of 2761720 Next ›
No announcements