No announcements
Found 487914 threads
-
0 Votes
does Entity Framework have a caching mechanism like DataSet/DataTables have?
You'll find in VS2010 a code gen template for the Entity Data Model that lets you generate "dataset-like" entities called Self-Tracking Entities ...Answered | 6 Replies | 4788 Views | Created by callagga - Monday, May 17, 2010 12:28 AM | Last reply by darnold92 - Tuesday, July 6, 2010 3:34 AM -
0 Votes
DataSets Vs Entity Objects
I tend to use ADO.NET over Entity objects because it was designed to mimic relational databases and DataTables and DataSets are in essence a replica of relational data.Answered | 5 Replies | 6119 Views | Created by schazi - Wednesday, November 30, 2011 6:38 AM | Last reply by MQuester - Thursday, February 23, 2012 4:32 PM -
0 Votes
Need for ADO.NET Entity Model and DataSet
Jamin, AFAIK not, you even would avoid to use a combination of datasets and entity classes.Answered | 3 Replies | 3111 Views | Created by SureshRKumar - Friday, February 17, 2012 6:40 AM | Last reply by Cor Ligthert - Wednesday, February 22, 2012 9:42 AM -
0 Votes
Entities to DataSet
Is there a way to convert an Entity to a DataSet?Answered | 2 Replies | 3108 Views | Created by Mike The Programmer - Thursday, May 19, 2011 6:03 PM | Last reply by Alan_chen - Monday, May 23, 2011 6:29 AM -
0 Votes
Entity framework and Local Data cache
The Sync Framework Hub/Spoke provider (for Local data cache) is modelled after Ado.Net a few years back and since then there are no changes for that model.Answered | 1 Replies | 9332 Views | Created by Giuseppe Porcelli - Saturday, April 2, 2011 5:52 PM | Last reply by jigu2014 - Monday, April 4, 2011 4:56 PM -
1 Votes
Entity framework
Hi, Yes, as @Magnus said that if we use the entity framework, we can use linq or lambda expression as well.Answered | 2 Replies | 801 Views | Created by Shirly11 - Sunday, August 3, 2014 3:23 PM | Last reply by Amy Peng - Monday, August 4, 2014 11:06 AM -
0 Votes
Entity Framework
There are no complete step by step guides for Entity Framework online or downloadable.Answered | 2 Replies | 635 Views | Created by John sot - Sunday, January 15, 2017 12:28 AM | Last reply by Kareninstructor - Sunday, January 15, 2017 1:11 AM -
0 Votes
Entity Framework
ADO.NET Entity Framework The ADO.NET Entity Framework Overview Fernando ...Answered | 3 Replies | 2285 Views | Created by sankarann - Friday, December 16, 2011 5:14 AM | Last reply by Syed Shakeer Hussain - Friday, December 16, 2011 7:47 PM -
2 Votes
ReportViewer and Entity Framework
I have one class per report and all calculations, aggregations, lookups and who knows what else, is done inside the class using linq to entities.Answered | 4 Replies | 9129 Views | Created by Anil Mujagic - Sunday, November 22, 2009 12:20 AM | Last reply by wilks - Friday, January 14, 2011 3:16 PM -
0 Votes
Entity Framework
Answered | 2 Replies | 415 Views | Created by Tuyet5555 - Friday, September 30, 2016 7:20 PM | Last reply by Zhanglong Wu - Monday, October 3, 2016 5:29 AM -
0 Votes
Entity Framework and Xml file
Welcome to the All-In-One Code Framework!Answered | 5 Replies | 19989 Views | Created by aloire - Thursday, November 26, 2009 5:08 PM | Last reply by GeoTri - Monday, March 29, 2010 3:03 PM -
0 Votes
Entity Framework
Hi Sulekh, I would suggest that you could refer to Entity framework Version History.Answered | 1 Replies | 532 Views | Created by Sulekh K - Tuesday, October 4, 2016 6:36 AM | Last reply by Zhanglong Wu - Wednesday, October 5, 2016 12:58 AM -
3 Votes
entity framework
The use of db.AddToEmps(Em); is still valid in Entity Framework but the new recommended way to add an object to the Emps table is to use db.Emps.AddObject(Em); as stated in the post.Answered | 4 Replies | 2288 Views | Created by bobbyangara - Friday, December 16, 2011 4:28 AM | Last reply by Fernando Soto - MCSD - Saturday, December 17, 2011 2:27 AM -
0 Votes
Entity Framework 5.0 and Beyond
What happened is that Entity Framework become an open source project.Answered | 2 Replies | 1484 Views | Created by Denis Cilliers - Monday, January 7, 2013 2:17 PM | Last reply by Glenn Condron - Wednesday, January 9, 2013 7:10 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 | 10012 Views | Created by bigyes - Wednesday, August 8, 2007 7:57 AM | Last reply by YZaX - Wednesday, September 11, 2013 3:46 PM -
1 Votes
Why Entity framework over SQL
Hi Guys I need to know why should we go for Entity framework over SQL databases?Answered | 4 Replies | 1271 Views | Created by mianamir - Saturday, June 18, 2016 11:12 AM | Last reply by Magnus (MM8) - Sunday, June 19, 2016 5:09 PM -
4 Votes
Is the Entity Framework really as good as it looks?
Solved by extending the generated Entity objects.Answered | 8 Replies | 9160 Views | Created by Mr Yossu - Wednesday, July 7, 2010 2:17 PM | Last reply by Michael Sun [MSFT] - Monday, July 12, 2010 7:13 AM -
3 Votes
Entity Framework
A very good explanation is mentioned by Merlyn ...Answered | 4 Replies | 1950 Views | Created by Nadim2522 - Thursday, September 6, 2012 7:20 AM | Last reply by Lingaraj Mishra - Friday, September 7, 2012 11:23 AM -
0 Votes
Entity Framework Context Management
Hi, To be honest, I don't know if what I proposed is available for the framework Entity framework 4.1 but it works for Entity Framework ...Answered | 1 Replies | 7064 Views | Created by Mike Dot Net - Monday, June 13, 2011 9:40 PM | Last reply by Alexandre Barault - Monday, June 13, 2011 10:16 PM -
0 Votes
Entity Framework
Hello, I'm moving your question to the Entity Framework forum.Answered | 3 Replies | 466 Views | Created by SamRocking - Wednesday, August 3, 2016 8:50 AM | Last reply by Zhanglong Wu - Thursday, August 4, 2016 1:36 AM - Items 1 to 20 of 487914 Next ›
No announcements