No announcements
Found 2045580 threads
-
0 Votes
EF Core will Scaffold one Model, not another
Strange how only the one Model class was affected by this; I was able to Scaffold four other classes just fine.Answered | 4 Replies | 279 Views | Created by Anonymous - Wednesday, December 21, 2016 5:43 PM | Last reply by Anonymous - Wednesday, December 21, 2016 8:41 PM -
0 Votes
EF core 2.0 scaffolding with existing database
User475983607 posted HI I have a project in which I would like to use EF core 2.0 ...Unanswered | 2 Replies | 89 Views | Created by Anonymous - Thursday, December 20, 2018 6:01 AM | Last reply by Anonymous - Thursday, December 20, 2018 12:57 PM -
1 Votes
Migrating EF model-first to Azure
This gem came to me from a comment in another forum.Answered | 10 Replies | 9731 Views | Created by Bob.at.SBS - Saturday, August 18, 2012 12:41 AM | Last reply by Bob.at.SBS - Sunday, August 26, 2012 5:28 PM -
0 Votes
Use EF with DDD principles is possible ???
I wouldn't recommend modeling your domain using EF entity classes just like I wouldn't recommend modeling a domain using raw DataSet or DataTable ...Answered | 10 Replies | 784 Views | Created by AngeloNew - Friday, April 5, 2019 4:53 PM | Last reply by AngeloNew - Friday, April 12, 2019 4:07 PM -
0 Votes
EF 4 question - model different from database schema
I've got a model (implicitly) in my database, and I've used the EF designer to map that to another model.Answered | 4 Replies | 3851 Views | Created by RScullard - Sunday, November 14, 2010 5:39 PM | Last reply by liurong luo - Thursday, November 25, 2010 7:41 AM -
1 Votes
Track direct database changes in Code First Model
And make sure EF is aware of them?Answered | 5 Replies | 475 Views | Created by ccornilliet - Thursday, May 12, 2016 6:34 PM | Last reply by davidbaxterbrowne - Friday, May 20, 2016 3:30 PM -
1 Votes
Providing connection string to an EF 5.0 model
Hi chuck02323; It appears that in VS 2012 when using the designer they are setting "Code Generation Strategy" to None and are using T4 ...Answered | 3 Replies | 2424 Views | Created by chuck02323 - Thursday, August 30, 2012 8:36 PM | Last reply by Fernando Soto - MCSD - Friday, August 31, 2012 3:06 PM -
3 Votes
How to use EF when the model is evolving
Welcome to the All-In-One Code Framework!Answered | 6 Replies | 3242 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 -
0 Votes
EF Core -> Split one Model into two
Meaning re-baseline the model etc?Unanswered | 3 Replies | 140 Views | Created by Anonymous - Friday, January 24, 2020 4:28 AM | Last reply by Anonymous - Saturday, January 25, 2020 6:47 AM -
0 Votes
CF EF CTP5 enums in model how to?
Ef didn´t support Enums This is the principal request for next version:Answered | 1 Replies | 4798 Views | Created by Kuvalda.Spb.Ru - Thursday, January 6, 2011 8:18 PM | Last reply by Felipe Fujiy Pessoto - Thursday, January 6, 2011 10:06 PM -
0 Votes
How to add a EF Model Designer in a Custome Application ?
Any one plz ???Answered | 2 Replies | 2915 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
Adding one model in one DBContext to another DBContext at runtime
>but now i want one model object to be linked to another context object so that i can query and display As darnold924 mentions, we cannot link ...Answered | 2 Replies | 822 Views | Created by Mrityunjay Learning - Friday, March 27, 2015 1:41 PM | Last reply by Fred Bao - Monday, March 30, 2015 5:32 AM -
0 Votes
EF CTP4: Code-only, model not matching to existing database
However, when I try to run the program using the connection to my database, EF gives me an error that says, in effect, "your model and database do not ...Answered | 3 Replies | 7577 Views | Created by cedubose - Thursday, September 9, 2010 9:40 PM | Last reply by Rowan Miller - Monday, September 13, 2010 11:57 PM -
0 Votes
Help with scaffolding MVC with Visual Basic (tons of hours into it and I can't get started)
And then all of a sudden if one doesn't do anything for sometime with either one of them, this crap can see each other again.Answered | 27 Replies | 1052 Views | Created by Richie White - Friday, January 1, 2016 5:19 PM | Last reply by DA924 - Friday, January 22, 2016 11:00 PM -
2 Votes
Visual Studio 2015 Scaffolding is not working
After I uninstalled everything related to VS 2015 for scaffolding, I was able to Scaffold from Visual Studio 2015.Answered | 11 Replies | 8259 Views | Created by Naomi N - Wednesday, September 9, 2015 2:02 AM | Last reply by Naomi N - Thursday, August 3, 2017 4:38 AM -
0 Votes
One to many association problems in EF - Need help
I wouldn't suggest changing the schema until you are more comfortable with EF.Answered | 7 Replies | 7086 Views | Created by W.A.S - Friday, January 8, 2010 11:44 PM | Last reply by W.A.S - Thursday, January 14, 2010 12:43 PM -
0 Votes
Controller Scaffolding in MVC 5
I have successfully build my model class.Answered | 2 Replies | 1896 Views | Created by Nimit Joshi - Thursday, November 21, 2013 3:38 PM | Last reply by Just Karl - Tuesday, January 14, 2014 11:01 PM -
2 Votes
LS and EF
It will pick the version 4.0.0.0 one.Answered | 2 Replies | 2764 Views | Created by Kostas Christodoulou - Wednesday, July 6, 2011 8:06 AM | Last reply by Kostas Christodoulou - Thursday, July 7, 2011 7:22 AM -
0 Votes
Split a textbox into 4 seperate ones but save in one EF field
I am using Entity framework to create an entity model.Answered | 1 Replies | 1101 Views | Created by gregory.bmclub - Tuesday, April 23, 2013 9:19 AM | Last reply by Jonatan Dragon - Tuesday, April 23, 2013 11:11 AM -
0 Votes
EF 4 Code First - Help with model design
ContactID { get; set; } public String ContactName { get; set; } public virtual ICollection<Account> Accounts { get; set; } } public class tstContext ...Answered | 1 Replies | 961 Views | Created by VivekRajR - Sunday, January 6, 2013 8:17 AM | Last reply by Alexander Sun - Monday, January 7, 2013 7:41 AM - Items 1 to 20 of 2045580 Next ›
No announcements