No announcements
Found 2559691 threads
-
0 Votes
Entity Framework 6.1.3 Code first generating EDMX at runtime
It seems that Entity Framework 6 provides APIs to to generate views are on the System.Data.Entity.Core.Mapping.StorageMappingItemCollection class.Answered | 1 Replies | 3004 Views | Created by ossprologix - Thursday, May 26, 2016 2:20 PM | Last reply by Zhanglong Wu - Friday, May 27, 2016 7:02 AM -
0 Votes
Entity framework 6.1.3 edmx models limitations .
>I am using Entity framework 6.1.3 and i am getting limitation in adding/updating models when exceed to its limits and getting below error.Answered | 2 Replies | 2615 Views | Created by Satvik_1986 - Thursday, April 7, 2016 9:08 AM | Last reply by Zhanglong Wu - Monday, April 11, 2016 9:57 AM -
0 Votes
Can we add Entities to .Edmx using code?
However, in Entity Framework 4, there is a new Code First feature which enables you to build model after coding, you may have a look at a ...Answered | 1 Replies | 4953 Views | Created by VinodVutpala - Monday, September 20, 2010 5:53 AM | Last reply by liurong luo - Thursday, September 23, 2010 9:01 AM -
0 Votes
Code Generation in Entity Framework
It should be the designer for Entity Framework.Answered | 1 Replies | 725 Views | Created by Jawsurgeon - Monday, December 21, 2015 5:47 PM | Last reply by Weiwei Cai - Tuesday, December 22, 2015 10:16 AM -
0 Votes
Entity Framework and Code First Development
Microsoft releases Entity Framework 4.0 and in it developers can do Code First Development.Answered | 1 Replies | 2104 Views | Created by Arnab-Roy-Chowdhury1 - Tuesday, November 29, 2011 9:27 AM | Last reply by Patrice Scribe - Tuesday, November 29, 2011 11:46 AM -
0 Votes
Converting from EDMX model to Code First?
I had a basic template working for my uses, but I ended up giving up a long time ago on Entity Framework and now use a Micro-ORM.Answered | 17 Replies | 20853 Views | Created by Kendall J Bennett - Friday, June 24, 2011 2:20 AM | Last reply by MEhran.NET1.0 - Monday, August 5, 2013 9:56 AM -
1 Votes
Opening edmx file that is created in Entity Framework 5 in Entity Framework 4.4
Hello, The frameworks are not backward compatible; you can't edit newer EF versions with older tools.Answered | 3 Replies | 2228 Views | Created by Venkatesan Rethinam - Wednesday, July 17, 2013 8:40 AM | Last reply by Venkatesan Rethinam - Monday, July 22, 2013 8:02 AM -
3 Votes
Updating the Entity Framework at runtime
Currently, Entity Framework does not support using "property bags" as entities.Answered | 8 Replies | 7964 Views | Created by Michael L. Wagner - Wednesday, April 29, 2009 3:41 PM | Last reply by Jonathan Winata - Friday, May 1, 2009 8:50 PM -
0 Votes
Generate edmx from codefirst?
Zeeshan Hirani Entity Framework 4.0 Recipes by Apress http://weblogs.asp.net/zeeshanhiraniAnswered | 2 Replies | 7464 Views | Created by zeeshan hirani - Thursday, December 9, 2010 5:17 AM | Last reply by zeeshan hirani - Thursday, December 9, 2010 4:31 PM -
0 Votes
EDMX Generation
well, technically, you could write your own EDMX t4.Answered | 3 Replies | 1966 Views | Created by sanjibsmt - Monday, August 6, 2012 12:49 PM | Last reply by Sowen - Thursday, August 9, 2012 3:10 PM -
0 Votes
Errors Installing Entity Framework 6.1.3 & running Enable-Migration
I am getting the following error when installing Entity Framework with Visual Studio 2015 Community Edition: install-package EntityFramework ...Answered | 3 Replies | 3391 Views | Created by user905 - Wednesday, June 8, 2016 5:03 PM | Last reply by Albert_Zhang - Friday, June 17, 2016 7:19 AM -
0 Votes
How to generate edmx from custom metadata?
It will generate the required code and if you want, you can link the generated code with your empty model.Answered | 7 Replies | 4531 Views | Created by Barry Etter - Monday, January 10, 2011 8:27 PM | Last reply by wirol - Thursday, January 27, 2011 9:04 AM -
1 Votes
Code First generation of Entities from database where PKs are GUIDs
As I'm new to EF, I'm still learning but I am wanting to generate a similar model to my existing 3rd Party Model which is not built on POCO objects which is why I'm currently shying away from ...Answered | 7 Replies | 4039 Views | Created by Christopher Hurst - Friday, September 30, 2011 9:08 PM | Last reply by Christopher Hurst - Thursday, December 8, 2011 4:38 PM -
0 Votes
Entity Framework Code First, DropCreateDatabaseIfModelChanges?
Hi magicalclick; The first release of EF Code First does not have a way to keep the data when re-creating the database.Answered | 2 Replies | 4588 Views | Created by magicalclick - Saturday, December 17, 2011 6:03 AM | Last reply by magicalclick - Saturday, December 17, 2011 4:31 PM -
0 Votes
Extending the edmx schema generator
Welcome to the All-In-One Code Framework!Answered | 3 Replies | 5220 Views | Created by elf12 - Friday, August 28, 2009 12:50 AM | Last reply by Michael Sun [MSFT] - Friday, September 4, 2009 8:01 AM -
0 Votes
Entity Framework View Generation Fails
I've written an updated version, which can be downloaded ...Answered | 5 Replies | 5333 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 -
1 Votes
Is it possible to use "Code First Entity Framework" with "Expando"?
As far as I know, it is possible that "Dynamic Data using Code First Entity Framework".Answered | 2 Replies | 8776 Views | Created by Sherwani1 - Friday, January 28, 2011 3:12 PM | Last reply by Jackie-Sun - Tuesday, February 1, 2011 4:54 AM -
0 Votes
Entity Framework, database first and default name for DbContext
Maybe the reason was I had the project already with EF installed with Nuget and then had to re-install EF from Microsoft to get that ADO.NET DbContext Generator in the list.Answered | 4 Replies | 2825 Views | Created by knit - Tuesday, February 5, 2013 12:31 AM | Last reply by Alexander Sun - Thursday, February 7, 2013 6:11 AM -
2 Votes
DbUpdateConcurrencyException in Entity Framework Database First
Below are the few points (With respect to your piece of code) on how Entity Framework handles concurrency conflicts.Answered | 5 Replies | 5729 Views | Created by DevePlex - Saturday, April 27, 2013 10:10 AM | Last reply by KoyaKishore - Monday, April 29, 2013 10:10 AM -
0 Votes
Schema Validation in Entity Framework
As to determining if they are compatible with the model, you could possibly do what you are after with parts of the Code First Migrations pipeline, but you ...Answered | 3 Replies | 3804 Views | Created by The ArchDeacon - Monday, February 18, 2013 10:31 PM | Last reply by Glenn Condron - Wednesday, February 27, 2013 12:33 AM - Items 1 to 20 of 2559691 Next ›
No announcements