No announcements
Found 2915247 threads
-
0 Votes
Entity Framework Code first working in a team!
happens. Is this a bad model for working in a team, especialy if the database is in use when i am trying to rebuild it? ...Answered | 1 Replies | 2054 Views | Created by josephderonde - Friday, March 23, 2012 11:24 AM | Last reply by Allen_MSDN - Monday, March 26, 2012 5:54 AM -
0 Votes
Entity Framework - Code First Bug
Not sure where to post a possible bug so I'm trying here. I'm working with Entity Framework 5 using Code First with DBContext and no config ...Answered | 5 Replies | 2393 Views | Created by DDHSolutions - Tuesday, September 11, 2012 7:35 PM | Last reply by Glenn Condron - Monday, September 17, 2012 6:43 PM -
0 Votes
entity framework code first news
I just thought I would mention that entity framework code first release candidate will be coming in mid to late ...Answered | 1 Replies | 1652 Views | Created by wm_s - Friday, March 4, 2011 11:56 AM | Last reply by wm_s - Friday, March 4, 2011 3:00 PM -
0 Votes
About Entity Framework code first
>Is it possible to execute a a SP in in the latest version of entity framework (Code first)? Yes, We couldAnswered | 3 Replies | 452 Views | Created by Sakura Data - Monday, April 10, 2017 9:41 PM | Last reply by Sakura Data - Tuesday, April 11, 2017 4:30 PM -
0 Votes
Entity Framework Code First, DropCreateDatabaseIfModelChanges?
Hello, I am using this example, http://www.mikesdotnetting.comAnswered | 2 Replies | 4271 Views | Created by magicalclick - Saturday, December 17, 2011 6:03 AM | Last reply by magicalclick - Saturday, December 17, 2011 4:31 PM -
0 Votes
Entity Framework Code First
I am using Entity Framework Code First approach.Using this,I have created Customer and some other entities. Now I want to create a ...Proposed | 2 Replies | 497 Views | Created by ams16 - Monday, August 21, 2017 10:27 AM | Last reply by Zhanglong Wu - Wednesday, August 23, 2017 10:52 AM -
0 Votes
ASP.NET ENTITY FRAMEWORK CODE FIRST
Hi Luke It seems you are using the code first approach, however in your pasted code I do not see you have called the code to generate ...Unanswered | 1 Replies | 633 Views | Created by LukeHarris01 - Thursday, November 26, 2015 4:55 PM | Last reply by Jamles Hez - Friday, November 27, 2015 2:17 AM -
0 Votes
Entity framework - Code first approach
We have started creating a Project for splitting our current Database in two parts. Currently all the data are stored under one DB and employs code-first approach ...Answered | 1 Replies | 812 Views | Created by Bhaskar Sharma - Thursday, December 4, 2014 3:31 AM | Last reply by Fred Bao - Friday, December 5, 2014 5:07 AM -
0 Votes
Entity Framework Code first approach
about Inheritance with EF Code First: Part 3 – Table per Concrete Type (TPC).Answered | 2 Replies | 419 Views | Created by Chethan1221 - Friday, August 18, 2017 12:59 AM | Last reply by Zhanglong Wu - Monday, August 21, 2017 7:54 AM -
0 Votes
Entity Framework and Code First Development
Microsoft releases Entity Framework 4.0 and in it developers can do Code First Development. This is fine and thanks to ...Answered | 1 Replies | 1822 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
Entity Framework Code first questions
>When I look at the database what entity framework has created I can see that itAnswered | 2 Replies | 1803 Views | Created by MS Technologist - Thursday, May 22, 2014 6:02 AM | Last reply by Fred Bao - Friday, May 30, 2014 6:24 AM -
0 Votes
Entity Framework 4.1x Code First
How do you manage bigger projects with a Code First approach and Entity Framework 4.x? Thank you in advance ...Answered | 7 Replies | 3150 Views | Created by Günther Schabus - Wednesday, November 2, 2011 4:57 PM | Last reply by Holger Kreissl - Thursday, December 1, 2011 12:41 PM -
0 Votes
Call StoreProcedure in Code First Entity FrameWork
hi, try this link :Answered | 3 Replies | 633 Views | Created by hatef mahdizadeh - Tuesday, February 24, 2015 2:19 PM | Last reply by Ismaiel AKKA - Monday, March 9, 2015 2:57 PM -
0 Votes
Entity framework code first releationship
I'm trying to set up a User and friends relationship. How will one do that in EF code First?Answered | 2 Replies | 3655 Views | Created by Game99 - Friday, March 25, 2011 3:12 AM | Last reply by Alan_chen - Tuesday, March 29, 2011 2:43 PM -
1 Votes
Entity Framework Code First - WPF
I got problem using Entity Framework Migration on WPF application. using Update-Migration in Package Manager Console. when I'm ...Answered | 3 Replies | 1504 Views | Created by MakeMeLaugh - Wednesday, February 4, 2015 9:34 AM | Last reply by MakeMeLaugh - Thursday, February 5, 2015 2:21 AM -
0 Votes
Entity Framework Code First for Azure
Is it possible to use Entity Framework Code First for an Azure database in a WPF application? I have used Entity Framework ...Answered | 3 Replies | 619 Views | Created by Simple Samples - Wednesday, January 22, 2020 6:37 PM | Last reply by NavtejSaini-MSFT - Wednesday, January 29, 2020 2:17 PM -
0 Votes
Entity Framework and Code First Development
>'It is not possible to impliment code first development in Entity Framework 3.5 SP1'  Answered | 3 Replies | 4028 Views | Created by Arnab-Roy-Chowdhury1 - Tuesday, November 29, 2011 8:54 AM | Last reply by sandip_ray63in - Wednesday, April 25, 2012 6:21 AM -
0 Votes
About Entity Framework code first
How whould you write the code in order to retrieve a big list (IlistAnswered | 1 Replies | 281 Views | Created by Sakura Data - Wednesday, April 12, 2017 2:10 PM | Last reply by Zhanglong Wu - Thursday, April 13, 2017 6:07 AM -
1 Votes
Help in Code-First Entity Framework
in Product entity class. If you want to know more about the relationship in code first, please refer to link below:Answered | 5 Replies | 963 Views | Created by Medet Tleukabiluly - Friday, January 24, 2014 6:24 AM | Last reply by Fred Bao - Tuesday, January 28, 2014 9:30 AM -
2 Votes
Entity Framework Code First and dependency injection in entity classes
How can I handle dependency injections in entity classes with EF Code First? I've looked around bu was only able to find some code that ...Answered | 3 Replies | 7001 Views | Created by Krzysiek S - Tuesday, June 21, 2011 3:04 PM | Last reply by Krzysiek S - Friday, June 24, 2011 7:04 AM - Items 1 to 20 of 2915247 Next ›
No announcements