No announcements
Found 2703250 threads
-
1 Votes
Entity Framework 4. 0 support for abstract base class
Generally, we need to remove the discriminator property in the base entity class in the designer to let the table mapping work.Answered | 10 Replies | 11043 Views | Created by JasonDaniel - Tuesday, February 1, 2011 10:39 PM | Last reply by Michael Sun [MSFT] - Saturday, February 5, 2011 2:02 PM -
1 Votes
can i convert mysql table into entity class ?
Hi parthiv; You can use Entity Framework with a MySQL database if you have the required MySQL database engine for .Net.Answered | 1 Replies | 1802 Views | Created by .netaholic - Wednesday, May 16, 2012 4:46 PM | Last reply by Fernando Soto - MCSD - Wednesday, May 16, 2012 5:02 PM -
0 Votes
HiLo key generator for the Entity Framework
:)Michael Sun [MSFT] MSDN Community Support | Feedback to us Get or Request Code Sample from MicrosoftAnswered | 3 Replies | 7560 Views | Created by mhnyborg - Friday, July 2, 2010 8:17 AM | Last reply by Michael Sun [MSFT] - Monday, March 21, 2011 3:41 PM -
0 Votes
LINQ to SQL Classes and ADO.Net Entity Data Model
Hello gopi Entity Framework (Advance then LinQ to SQL): 1.Answered | 2 Replies | 3804 Views | Created by Gopi kakileti - Monday, July 25, 2011 7:21 AM | Last reply by Sankarsan Parida - Monday, July 25, 2011 12:20 PM -
0 Votes
Entity Framework
There are no complete step by step guides for Entity Framework online or downloadable.Answered | 2 Replies | 752 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
How to Refresh the contens in DataContext class in entity framework 7
Is there any way to refresh the content in entity framework 7.Answered | 1 Replies | 2268 Views | Created by KGKrishna - Thursday, February 4, 2016 7:57 AM | Last reply by Zhanglong Wu - Thursday, February 4, 2016 9:52 AM -
0 Votes
Entity Framework View Generation Fails
I've written an updated version, which can be downloaded ...Answered | 5 Replies | 5293 Views | Created by Vincent Bivona - Wednesday, July 13, 2011 3:19 AM | Last reply by Robert Važan (SK) - Wednesday, September 25, 2013 8:50 AM -
0 Votes
Entity Framework - Generate SQLite Database From Model
name=f37ca75121 - you could use SQL Server Compact or SQL Server Express, both support this featurePlease mark as answer, if this was it.Answered | 9 Replies | 3100 Views | Created by mxb7642 - Thursday, July 21, 2016 5:15 PM | Last reply by ErikEJ - Saturday, July 23, 2016 6:28 PM -
1 Votes
Adding functionality to Entity classes (beginner question)
For default EntityObject, Self-Tracking entities, and POCO entities, all the auto-generated ...Answered | 4 Replies | 11983 Views | Created by Miasma - Tuesday, August 3, 2010 6:36 AM | Last reply by Michael Sun [MSFT] - Thursday, August 12, 2010 9:47 AM -
1 Votes
Generic methods for convering between classes
But if I were simply doing this as a POC I might create a new interface IConvertibleTo<T> that I would implement on my model class to convert to the domain ...Answered | 6 Replies | 1096 Views | Created by Milsnips - Saturday, October 24, 2015 11:26 AM | Last reply by CoolDadTx - Tuesday, October 27, 2015 5:45 PM -
0 Votes
How to Inheritant a class from a other assembly entity class?
DON'T TRY SO HARD,THE BEST THINGS COME WHEN YOU LEAST EXPECT THEM TO.Answered | 2 Replies | 3355 Views | Created by Matthew LEAN . D - Friday, May 21, 2010 12:59 PM | Last reply by Matthew LEAN . D - Sunday, May 23, 2010 5:49 PM -
0 Votes
Inheriting entity classes
Actually .... if you code with SoC in mind then you should split the two annyway a data entity doesn`t have to be a Modell and a Modell doesn`t have to corespond to a entity object ...Answered | 1 Replies | 2342 Views | Created by VBdataStarter - Saturday, August 11, 2012 6:10 PM | Last reply by Michel Posseth - Sunday, August 12, 2012 4:55 PM -
0 Votes
Convert upper class to lower class
I would have considered this an implicit cast...Microsoft calls it an implicit conversion, so maybe convert would be the right terminology.Answered | 4 Replies | 1494 Views | Created by Raymond Chiu - Wednesday, February 6, 2013 1:47 AM | Last reply by Louis.fr - Wednesday, February 6, 2013 8:13 AM -
0 Votes
Using Linq and Entity Framework with WCF
If it's a simple N-tire project, you can just use the types generated by Entity Framework.Answered | 3 Replies | 3356 Views | Created by Xin.Qian - Friday, September 23, 2011 4:19 PM | Last reply by Renato Mattos - Friday, October 21, 2011 2:11 PM -
6 Votes
Problem using ADO.NET Entity Framework from a DLL class-library :
because its automatically generated when I create the edmx files.Answered | 29 Replies | 33327 Views | Created by Shimmy Weitzhandler - Thursday, April 2, 2009 2:22 PM | Last reply by Noa A - Monday, April 16, 2018 12:21 PM -
0 Votes
Generic class vs. generic function
I'm a little surprised that a shared Sub of a generic class can even refer to the class's generic type ('T') that usually belongs to a specific instance of the ...Answered | 3 Replies | 441 Views | Created by Armin Zingler - Friday, May 8, 2015 11:35 PM | Last reply by Blackwood - Saturday, May 9, 2015 12:02 AM -
15 Votes
generic class
i dont ve generics idea.Answered | 18 Replies | 1853 Views | Created by love4csharp - Tuesday, February 26, 2013 7:07 AM | Last reply by love4csharp - Friday, March 1, 2013 10:58 PM -
0 Votes
How to generate Partial class from code first POCO class using T4 ?
Is the code generic enough to use a base class rather than partial classes?Answered | 3 Replies | 3707 Views | Created by JophyJob - Thursday, February 14, 2013 4:20 PM | Last reply by Glenn Condron - Friday, February 15, 2013 6:43 PM -
0 Votes
Entity Framework
Hi Sulekh, I would suggest that you could refer to Entity framework Version History.Answered | 1 Replies | 636 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
But ingeneral use IList<> instead of List<> as Returning an interface type is need to bew more general.Answered | 4 Replies | 2043 Views | Created by Nadim2522 - Thursday, September 6, 2012 7:20 AM | Last reply by Lingaraj Mishra - Friday, September 7, 2012 11:23 AM
No announcements