No announcements
Found 1063151 threads
-
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 | 1143 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
For more information, please refer to: https://msdn.microsoft.com/en-sg/data/jj206878.aspx Best regards, Cole ...Answered | 2 Replies | 696 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
There are no complete step by step guides for Entity Framework online or downloadable.Answered | 2 Replies | 993 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 | 2579 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
Hi Sulekh, I would suggest that you could refer to Entity framework Version History.Answered | 1 Replies | 836 Views | Created by Sulekh K - Tuesday, October 4, 2016 6:36 AM | Last reply by Zhanglong Wu - Wednesday, October 5, 2016 12:58 AM -
0 Votes
ModelBus: How to Make A reference to an Entity Framework Model element?
So I'd guess that the procedure would be: (1) get the guids from the IDataObject/prototype; (2) open the target database using the entity framework API; (3) query it for ...Answered | 4 Replies | 5135 Views | Created by Rashid Mousavy Khoshrou - Thursday, February 10, 2011 2:57 PM | Last reply by Rashid Mousavy Khoshrou - Saturday, February 12, 2011 11:16 PM -
0 Votes
Entity framework sample app
Some advanced samples references about EF and LINQ to Relational Data, http://code.msdn.microsoft.com/adonetefx.Answered | 1 Replies | 3896 Views | Created by Y a h y a - Friday, January 21, 2011 9:40 AM | Last reply by Michael Sun [MSFT] - Monday, January 24, 2011 3:54 AM -
0 Votes
Entity Framework
For more information, please refer to: https://github.com/aspnet/EntityFramework/issues/3900 If it doesn't work for you. could you ...Answered | 3 Replies | 714 Views | Created by SamRocking - Wednesday, August 3, 2016 8:50 AM | Last reply by Zhanglong Wu - Thursday, August 4, 2016 1:36 AM -
2 Votes
Entity Framework For Large Databases ?
Devart Team http://www.devart.com/dotconnect ADO.NET data providers for Oracle, MySQL, PostgreSQL, SQLite with Entity Framework and LINQ to ...Answered | 3 Replies | 11378 Views | Created by pradeeps2 - Tuesday, March 15, 2011 7:13 AM | Last reply by Michael Sun [MSFT] - Thursday, March 17, 2011 3:10 AM -
1 Votes
LINQ versus Entity Framework
http://www.osellus.com/blogs/2009/06/04/linq-to-sql-vs-entity-framework/Answered | 5 Replies | 17424 Views | Created by akoranteng - Friday, October 30, 2009 11:18 PM | Last reply by davesd - Saturday, October 16, 2010 8:32 AM -
0 Votes
Example of Entity Framework
Hi Seshu, Entity framework is a server side data store.Answered | 1 Replies | 3878 Views | Created by netpicker9 - Friday, August 7, 2009 4:26 AM | Last reply by Syed Mehroz Alam - Friday, August 7, 2009 6:33 AM -
0 Votes
Entity Framework and layered structure
Note that this project has no reference to the EF 3.Answered | 2 Replies | 3970 Views | Created by Montanari F. _ - Monday, April 26, 2010 8:25 AM | Last reply by NTDeveloper - Monday, April 26, 2010 2:23 PM -
0 Votes
Not able to install entity framework
Because Entity Framework doesn't work on all type of projects, you need to make sure the project support EF.Answered | 1 Replies | 1373 Views | Created by Rama Lanka - Monday, February 22, 2016 4:12 AM | Last reply by 宝宝徐 - Tuesday, February 23, 2016 6:42 AM -
0 Votes
.Net Core Framework with Entity Framework for Oracle
>Verify that the latest version of Entity Framework for Oracle is Entity Framework 6.Answered | 3 Replies | 2491 Views | Created by DeveloperAM - Monday, August 8, 2016 1:24 PM | Last reply by Solitto - Friday, February 16, 2018 1:01 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 | 2589 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
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 | 3737 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 -
3 Votes
Entity Framework
A very good explanation is mentioned by Merlyn ...Answered | 4 Replies | 2215 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 , Persistence Ignorance
Please open you Model.tt file, look for this line: foreach (var entity in ItemCollection.GetItems<EntityType>().OrderBy(e => ...Answered | 3 Replies | 3312 Views | Created by XXX_K - Monday, June 11, 2012 7:44 AM | Last reply by Allen_MSDN - Thursday, June 14, 2012 5:47 AM -
0 Votes
Entity Framework 5.0 and Beyond
What happened is that Entity Framework become an open source project.Answered | 2 Replies | 1696 Views | Created by Denis Cilliers - Monday, January 7, 2013 2:17 PM | Last reply by Glenn Condron - Wednesday, January 9, 2013 7:10 PM -
0 Votes
Entity framework acces by reference
i want an usercontrol to be in charge of datamanipulation for that specific property, and have read and write acces of its own.Unanswered | 3 Replies | 79 Views | Created by Anonymous - Sunday, January 21, 2018 5:55 PM | Last reply by Anonymous - Monday, January 22, 2018 2:34 PM - Items 1 to 20 of 1063151 Next ›
No announcements