No announcements
Found 1087311 threads
-
0 Votes
Entity Framework POCOs Database First
Learn > Entity Framework > Get Started > Database FirstAnswered | 14 Replies | 1422 Views | Created by 0-0-0 - Thursday, March 6, 2014 10:25 PM | Last reply by 0-0-0 - Wednesday, March 12, 2014 8:16 PM -
0 Votes
generating entity framework in silverlight
string to the respective config file 4.Few good links http://thedatafarm.com/blog/data-accessAnswered | 1 Replies | 5651 Views | Created by wm_s - Wednesday, October 13, 2010 8:02 PM | Last reply by BindeshV-MSFT - Thursday, October 14, 2010 3:44 PM -
0 Votes
Generating EF POCOs using T4 at build time
Sorry, I have been on a different project for a couple of days. Anyway I created a class library, added an Edmx, switched the database generation to POCOs, moved the ...Unanswered | 8 Replies | 5627 Views | Created by ScottReed - Wednesday, November 9, 2011 8:49 PM | Last reply by Andrea Armellini - Thursday, April 5, 2012 12:14 PM -
0 Votes
Entity Framework 4.2 POCOs
continue to update the rest of Entity Framework (the DbContext API, etc.) out-of-band from the core .NET framework. The ADO.NET Team Blog and the Entity ...Answered | 2 Replies | 4443 Views | Created by p19101 - Friday, November 4, 2011 12:55 PM | Last reply by Brian.Hartung - Thursday, November 10, 2011 9:59 PM -
0 Votes
Presentation Model - Entity Framework - POCO?
First, RIA Services does not support many to many. So, to use Entity Framework with RIA Services you will have to include the linking tables in your ...Answered | 6 Replies | 16649 Views | Created by XMLViking - Friday, October 16, 2009 1:13 PM | Last reply by Mohammad hossain ezzati - Sunday, August 24, 2014 4:14 AM -
0 Votes
Entity FrameWork Database first
Hello I'm working on entity Framework data base first, in my model's properties when I set code generation strategy to "none" , in my ...Answered | 4 Replies | 1881 Views | Created by bkshn - Tuesday, August 27, 2013 2:40 PM | Last reply by Fernando Soto - MCSD - Tuesday, September 3, 2013 11:58 PM -
1 Votes
DB schema update on changing a POCO entity
, or removed. I need to be able to upgrade the existing database, based upon these 'code-first' POCO entities, to match the new POCOs. That means the old ...Answered | 1 Replies | 2215 Views | Created by Markos101 - Saturday, June 2, 2012 9:14 AM | Last reply by Fernando Soto - MCSD - Saturday, June 2, 2012 1:13 PM -
0 Votes
Wanted: Help Understanding Self Tracking Entities in WCF RIA
;Programming Entity Framework" page 489 where it says "In addition to using your own POCO classes in WCF services, Microsoft provides a specialized POCO template ... -
2 Votes
Three Layer design with Entity framework POCOs
http://weblogs.asp.net/scottgu/archive/2010/07/16/code-first-development-with-entityUnanswered | 19 Replies | 8974 Views | Created by jullin - Monday, July 11, 2011 8:28 PM | Last reply by darnold924 - Wednesday, August 24, 2011 6:55 PM -
0 Votes
Entity Framework POCOs. Can I override Equals Method?
I am writing POCOs for entity framework. I want to overide the Equals method of the POCO. Is it OK. If the method is overridable, why ...Answered | 1 Replies | 1000 Views | Created by MS Technologist - Thursday, May 22, 2014 9:06 PM | Last reply by darnold924 - Friday, May 23, 2014 3:18 PM -
0 Votes
Entity Framework database first physical storage
I have a small vanilla MVC4 project, added Entity Framework, then created a data model from an existing database. I then created the ADO DbContext Generator. I ...Unanswered | 1 Replies | 2691 Views | Created by psieloff - Monday, July 23, 2012 2:57 AM | Last reply by Alexander Sun - Monday, July 23, 2012 9:26 AM -
0 Votes
Entity Framework Filters
(context), turn the filter on and the filter will be applied to all queries sent to the database. I've only started using Entity Framework 4 recently and ...Answered | 3 Replies | 6905 Views | Created by Ben Foster - Monday, July 19, 2010 2:13 PM | Last reply by vasil.mamikonyan - Monday, February 21, 2011 9:56 AM -
2 Votes
Database first in Asp.Net 5 (Entity Framework)
Hi Arianit K, Which version of Visual Studio are you using? I also can't find the Database first model in Visual Studio 2015 when I try to ...Answered | 4 Replies | 302 Views | Created by Arianit K - Saturday, December 19, 2015 8:51 PM | Last reply by Weiwei Cai - Tuesday, December 22, 2015 1:41 AM -
0 Votes
Entity Framework - switch from database first to model first
Hi, I'm using entity framework and I started with database first. I want to know if it possible to change it to switch to model first. my database ...Answered | 2 Replies | 586 Views | Created by Barak Ganon - Tuesday, January 12, 2016 10:21 AM | Last reply by Fred Bao - Thursday, January 14, 2016 2:39 AM -
2 Votes
Entity Framework With mysql Database First
Hi! I was having the same problem and found the solution on stackoverflow, searching for "mysql entity framework database first". ...Proposed | 9 Replies | 5669 Views | Created by rubemlrm - Tuesday, May 8, 2018 9:58 AM | Last reply by harko12 - Sunday, December 23, 2018 6:39 AM -
0 Votes
Entity Framework DataBase first Property Changed Event
raise an event and do some things . Now by using entity framework DataBase First when i bind either of the following ObservableCollection, ...Answered | 1 Replies | 1901 Views | Created by stelios84 - Saturday, October 31, 2015 3:41 PM | Last reply by DA924 - Sunday, November 1, 2015 5:36 AM -
0 Votes
Entity Framework Database First approach in Azure
use any design tools. As a programmer, I like coding and I'd like to stick to plain SQL :) I related this problem to Database First and Entity ...Unanswered | 11 Replies | 1348 Views | Created by ata6502 - Friday, February 16, 2018 6:30 PM | Last reply by abhishabd1 - Thursday, September 27, 2018 6:35 AM -
2 Votes
DbUpdateConcurrencyException in Entity Framework Database First
Hi there, I asked a question about Entity Framework database first on the stackoverflow but no one knows the solution.It's not a big problem, I ...Answered | 5 Replies | 5523 Views | Created by DevePlex - Saturday, April 27, 2013 10:10 AM | Last reply by KoyaKishore - Monday, April 29, 2013 10:10 AM -
0 Votes
c# entity framework code first from database
Please watch this https://channel9.msdn.com/blogs/ef/code-first-toProposed | 2 Replies | 466 Views | Created by abdo abdo - Tuesday, July 24, 2018 6:18 PM | Last reply by Wendy Zang - Wednesday, July 25, 2018 1:09 AM -
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 stored procedure ...Proposed | 2 Replies | 496 Views | Created by ams16 - Monday, August 21, 2017 10:27 AM | Last reply by Zhanglong Wu - Wednesday, August 23, 2017 10:52 AM - Items 1 to 20 of 1087311 Next ›
No announcements