No announcements
Found 2057354 threads
-
0 Votes
EF 4 question - model different from database schema
At first blush, this sounds like just moving the problem around.Answered | 4 Replies | 3894 Views | Created by RScullard - Sunday, November 14, 2010 5:39 PM | Last reply by liurong luo - Thursday, November 25, 2010 7:41 AM -
0 Votes
Deploy simple EF Model First Website to Azure
Nathan, If the connection strings are failing, the first place to check is the SQL Azure Firewall Rules.Answered | 4 Replies | 4297 Views | Created by Nathan Beeler - Tuesday, July 17, 2012 9:58 PM | Last reply by Nathan Beeler - Sunday, July 22, 2012 8:37 PM -
2 Votes
Customize Model-First to create singular table names
Hello Ben, Welcome to the EF Forum!Answered | 2 Replies | 5825 Views | Created by BenFinkel - Wednesday, March 23, 2011 4:04 PM | Last reply by Xiuchuan Pan - Friday, June 8, 2012 11:44 PM -
1 Votes
MySQL And EF Code First CTP5
Hi, One thing to be aware of is that Code First uses DDL functionality to create databases that was only added to the EF provider model in .NET ...Answered | 3 Replies | 8147 Views | Created by KassemD - Thursday, February 3, 2011 8:17 PM | Last reply by Devart team - Monday, February 7, 2011 3:20 PM -
0 Votes
Does EF provide a way to update database schema when the model changes?
2) Instead - we always destroy our development database whenever we update our model.Answered | 3 Replies | 4510 Views | Created by Baconcheese - Wednesday, July 21, 2010 8:45 PM | Last reply by Michael Sun [MSFT] - Monday, July 26, 2010 5:30 AM -
0 Votes
EF 4 Code First - Help with model design
Hi, I am trying out EF and Code First approach I have an Account model which looks like public ...Answered | 1 Replies | 1010 Views | Created by VivekRajR - Sunday, January 6, 2013 8:17 AM | Last reply by Alexander Sun - Monday, January 7, 2013 7:41 AM -
0 Votes
EF Code first: Mapping of entities to existing database with relationship table
I got almost the same answer here, ...Answered | 3 Replies | 8636 Views | Created by Per Dahl - Sunday, April 17, 2011 9:41 PM | Last reply by Per Dahl - Monday, April 18, 2011 8:24 PM -
0 Votes
EF CTP4: Code-only, model not matching to existing database
I also have an existing database that I manually created, mainly because I have Views that aggregate data from multiple databases, something that EF would not be ...Answered | 3 Replies | 7607 Views | Created by cedubose - Thursday, September 9, 2010 9:40 PM | Last reply by Rowan Miller - Monday, September 13, 2010 11:57 PM -
1 Votes
Entity Framework model- database first setting connection string at runtime
I mean How do we connect to different database then the one the CustomerEntities will use from app.config ?Answered | 6 Replies | 10118 Views | Created by Daniel CL - Thursday, January 16, 2014 6:06 PM | Last reply by GearWorld - Wednesday, February 18, 2015 12:48 AM -
0 Votes
in model first, how do I get my EF classes to be based on the existing domain classes I have?
This way you can leverage the designer to maintain 'core' model & schema changes & your code doesn't get touched.Answered | 13 Replies | 5698 Views | Created by callagga - Monday, May 17, 2010 12:21 AM | Last reply by callagga - Friday, May 21, 2010 1:59 AM -
1 Votes
EF 5.0 -- are all features supported on .Net 4.0?
I noticed that EF 5.0 has two assemblies, one for .Net 4.5 and another for .Net 4.0.Answered | 1 Replies | 2012 Views | Created by Stan B - Tuesday, September 18, 2012 9:10 PM | Last reply by Reed Copsey, Jr - Tuesday, September 18, 2012 9:57 PM -
0 Votes
Update Windows CE 5.0 Core
If not, just put an underscore before the first letter.Answered | 4 Replies | 10331 Views | Created by cyberworks - Wednesday, June 9, 2010 3:43 PM | Last reply by Augustorockz - Tuesday, October 18, 2011 8:06 PM -
0 Votes
EF Code First and custom Validation Attributes
Hi there, I am building a project that uses EF Code First CTP 5 with POCO classes and MVC3.Answered | 5 Replies | 6624 Views | Created by ImarSpaanjaars - Thursday, January 20, 2011 10:10 PM | Last reply by Rowan Miller - Wednesday, February 23, 2011 10:32 PM -
0 Votes
EFs support for different databases
Hello, Not sure I understand your new question, but EF 4.0 supports POCO entity types.Answered | 6 Replies | 5370 Views | Created by bolek75 - Thursday, December 10, 2009 7:08 AM | Last reply by bolek75 - Friday, January 8, 2010 7:19 AM -
0 Votes
How to add a EF Model Designer in a Custome Application ?
This means that if you want to give your user the ability to create a model through it you'll have to create a wrapper designer by your own which is not recommended.Answered | 2 Replies | 2946 Views | Created by SWSF - Thursday, September 30, 2010 11:11 AM | Last reply by Gil Fink - Monday, October 4, 2010 6:04 AM -
0 Votes
Converting from EDMX model to Code First?
Hi, Maybe you want also consider the approach used in this article: ...Answered | 17 Replies | 20876 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 -
0 Votes
EF Generate from database mapping error?
It also turns out that one of my models was generated with EF4.0 (no .tt templates, entities inherit from EntityObject), whereas the new model was generated with ...Answered | 2 Replies | 10714 Views | Created by Chris Allison London - Wednesday, March 30, 2011 11:54 AM | Last reply by Joe Brockhaus - Tuesday, April 30, 2013 9:13 PM -
1 Votes
EF 5.0 DbContext Code First and transaction management
If you need more granular control, you could use a stored procedure for doing things at the database side.Answered | 2 Replies | 2285 Views | Created by Yuri Budilov - Thursday, June 20, 2013 8:23 AM | Last reply by Yuri Budilov - Friday, June 21, 2013 2:11 AM -
3 Votes
How to use EF when the model is evolving
Is there any reccomended way to use EF when the model is evolving and changing?Answered | 6 Replies | 3263 Views | Created by Dean Blakely - Tuesday, September 14, 2010 12:11 AM | Last reply by Michael Sun [MSFT] - Monday, September 20, 2010 1:18 AM -
6 Votes
EF 4.1 Code First and TPC Inheritance Mapping
For case in which you are using Code First to generate the database, the table will be added to the database schema but never used.Answered | 3 Replies | 8593 Views | Created by Morteza Manavi - Tuesday, April 19, 2011 9:10 PM | Last reply by Morteza Manavi - Thursday, April 21, 2011 2:05 AM
No announcements