No announcements
Found 2633082 threads
-
3 Votes
Entity Framework does not save data - only for reading?
The above code can save the data to your RecTable only.Answered | 2 Replies | 3725 Views | Created by master20 - Sunday, June 7, 2009 4:17 AM | Last reply by Alex D James - MSFT - Monday, June 8, 2009 12:11 AM -
0 Votes
Data access layer entity framework
I would like to create a DAL for using entity framework for a a high > volume/trafic web application, Does anyone know any production ready > project ...Answered | 2 Replies | 2631 Views | Created by dblClick - Thursday, September 29, 2011 7:30 PM | Last reply by Alan_chen - Friday, October 7, 2011 7:03 AM -
0 Votes
Data Services vs Entity Framework ?
Firstly read about Data Services, and entity framework and specially Dynamic Data Controls.Answered | 6 Replies | 5810 Views | Created by Serge Calderara - Monday, May 25, 2009 9:19 PM | Last reply by Serge Calderara - Tuesday, May 26, 2009 11:28 AM -
0 Votes
Large data models in Entity Framework
As a result, our team is going to spend more time reading and answering questions posted on Stack Overflow.Answered | 5 Replies | 8959 Views | Created by Neil Barber - Wednesday, January 23, 2013 9:55 AM | Last reply by David Obando [MSFT] - Wednesday, February 27, 2013 1:03 AM -
2 Votes
Entity Framework Data Insert Question
Here is an example for 1-1 relationship using Entity Framework.Answered | 8 Replies | 4548 Views | Created by oufan222 - Friday, January 14, 2011 4:16 AM | Last reply by oufan222 - Monday, January 31, 2011 2:04 PM -
0 Votes
Access to entity only from master entity
Is it an Entity Framework ObjectContext, or your class?Answered | 4 Replies | 4209 Views | Created by Henrik Skak Pedersen - Thursday, August 5, 2010 8:08 PM | Last reply by Henrik Skak Pedersen - Saturday, August 7, 2010 7:07 AM -
0 Votes
Flexible Data Source Entity Framework
For more information, please refer ...Answered | 2 Replies | 638 Views | Created by napster - Friday, September 2, 2016 3:22 AM | Last reply by Zhanglong Wu - Friday, September 2, 2016 5:27 AM -
0 Votes
Entity Framework
Then there are versions to contend with e.g. the current flavor is Entity Framework 6 which is being eclipsed by Entity Framework Core.Answered | 2 Replies | 861 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
Basic/Simple Data Access Object (DAO) with Entity Framework 4.0
After doing some more research it seems that I am on the right track of storing the Entity Framework context in httpContext.Items.Answered | 3 Replies | 15618 Views | Created by e36M3 - Tuesday, August 3, 2010 3:24 PM | Last reply by e36M3 - Thursday, August 5, 2010 2:09 PM -
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 | 9568 Views | Created by Giuseppe Porcelli - Saturday, April 2, 2011 5:52 PM | Last reply by jigu2014 - Monday, April 4, 2011 4:56 PM -
2 Votes
Entity Framework: access data from existing sqlconnection
Now, I like to reference this class and get the data I need.Answered | 4 Replies | 3147 Views | Created by frank.uray - Friday, May 18, 2012 9:47 AM | Last reply by Allen_MSDN - Monday, May 21, 2012 7:17 AM -
1 Votes
ASP.NET Configure Data Wizard error Error This version of the entity Data Source wizard is only compatible with Entity Framework 5.
https://blogs.msdn.microsoft.com/webdev/2014/02/28/announcing-the-release-of-dynamic-data-provider-and-entitydatasource-control-for-entity-framework-6/ ...Answered | 3 Replies | 10709 Views | Created by IrishDudeOH, MCSA - Tuesday, May 3, 2016 4:03 PM | Last reply by Weiwei Cai - Thursday, May 5, 2016 3:31 AM -
2 Votes
Entity Framework Cached Data
If the query returns an Anonymous type then adding the ToArray, ToList and others will contain the only copy of the objects on the local system.Answered | 3 Replies | 4696 Views | Created by Amirreza - Sunday, July 17, 2011 2:29 PM | Last reply by Fernando Soto - MCSD - Monday, July 18, 2011 3:40 PM -
0 Votes
bindingsource ui and entity framework 6
You could refer to my blog post about how to implement a generic data access layer in Entity Framework for some ideas on how use Entity ...Answered | 7 Replies | 789 Views | Created by giuseppe ferrrari - Thursday, April 28, 2016 3:07 PM | Last reply by Andy ONeill - Thursday, May 5, 2016 9:10 AM -
1 Votes
Using a custom data provider in Entity Framework
Senior Consultant on WCF, ASP.NET, Siverlight, and Entity Framework.Answered | 1 Replies | 7466 Views | Created by Barry Etter - Thursday, December 23, 2010 3:28 PM | Last reply by Ido Flatow. _ - Friday, December 24, 2010 12:49 PM -
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 | 2473 Views | Created by bobbyangara - Friday, December 16, 2011 4:28 AM | Last reply by Fernando Soto - MCSD - Saturday, December 17, 2011 2:27 AM -
1 Votes
Entity Framework and connection strings
We are seeing a lot of great Entity Framework questions (and answers) from the community on Stack Overflow.Answered | 4 Replies | 6569 Views | Created by knit - Tuesday, February 5, 2013 12:19 AM | Last reply by darnold924 - Tuesday, February 19, 2013 5:01 AM -
0 Votes
Entity Framework
Hi Sulekh, I would suggest that you could refer to Entity framework Version History.Answered | 1 Replies | 723 Views | Created by Sulekh K - Tuesday, October 4, 2016 6:36 AM | Last reply by Zhanglong Wu - Wednesday, October 5, 2016 12:58 AM -
1 Votes
LINQ versus Entity Framework
For more information about how to generate the AdventureWorks Sales Model, see How to: Manually Define an Entity Data Model (Entity Framework).Answered | 5 Replies | 17310 Views | Created by akoranteng - Friday, October 30, 2009 11:18 PM | Last reply by davesd - Saturday, October 16, 2010 8:32 AM -
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 | 1022 Views | Created by Shirly11 - Sunday, August 3, 2014 3:23 PM | Last reply by Amy Peng - Monday, August 4, 2014 11:06 AM - Items 1 to 20 of 2633082 Next ›
No announcements