No announcements
Found 3007862 threads
-
0 Votes
Entity Framework - Existing Database, classes in seperate library
I'm looking for information about using entity framework with an existing database, but to keep my poco classes in another library.Answered | 5 Replies | 597 Views | Created by JDWilson - Wednesday, May 4, 2016 6:39 PM | Last reply by Zhanglong Wu - Tuesday, May 10, 2016 4:57 AM -
0 Votes
STE - Seperate Class Library for the context
I don't what was wrong, and where the óld'templates came from, I reinstalled the Entity Framework POCO Template updated and everything is working fine.Answered | 3 Replies | 5185 Views | Created by nirrub - Sunday, January 17, 2010 2:47 PM | Last reply by IT Homburggroep - Tuesday, March 2, 2010 11:06 AM -
0 Votes
Entity Framework 4 - Generate Database from Model on existing database
The feature was never designed to round-trip databases - e.g. it cannot pull in a database schema, and then forward engineer the same schema.Answered | 1 Replies | 6629 Views | Created by Krokonoser - Thursday, April 29, 2010 2:07 PM | Last reply by Noam Ben-Ami - MSFT1 - Tuesday, May 4, 2010 3:38 PM -
2 Votes
Entity Framework For Large Databases ?
Devart Team http://www.devart.com/dotconnect ADO.NET data providers for Oracle, MySQL, PostgreSQL, SQLite with Entity Framework and LINQ to ...Answered | 3 Replies | 11262 Views | Created by pradeeps2 - Tuesday, March 15, 2011 7:13 AM | Last reply by Michael Sun [MSFT] - Thursday, March 17, 2011 3:10 AM -
0 Votes
Migrating tables created by Entity Framework Code First to another (existing) database
>How do I migrate everything to database B, while keeping the classes I made to create database A?Answered | 3 Replies | 535 Views | Created by Ale Carra - Wednesday, May 11, 2016 6:27 PM | Last reply by Zhanglong Wu - Thursday, May 12, 2016 5:00 AM -
0 Votes
Entity Framework POCO Classes Not Serializable
Could you tell me why the poco classes are not marked as serializable.Answered | 2 Replies | 9028 Views | Created by BurhanGhee - Sunday, April 18, 2010 7:19 AM | Last reply by BurhanGhee - Tuesday, April 27, 2010 3:46 PM -
0 Votes
How to use entity framework classes with custom classes
All the entity classes need to be mapped to certain tables in the database, otherwise, EF cannot make it work.Answered | 3 Replies | 6291 Views | Created by Roy123 - Wednesday, August 11, 2010 6:35 PM | Last reply by HHHOnline - Wednesday, May 30, 2012 9:47 PM -
2 Votes
Entity Framework: How to handle database mismatch with the entity database model?
The Entity Framework doesn't have a general-purpose way to solve this problem any more than "core" ADO.Net does.Answered | 3 Replies | 8762 Views | Created by JJChen - Wednesday, May 26, 2010 5:46 PM | Last reply by Mike Paterson - Thursday, May 27, 2010 10:32 PM -
1 Votes
Could not register the database classes created with Entity Framework Data Model
<THE CONTENT IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, WHETHER EXPRESS OR IMPLIED> Thanks MSDN Community ...Answered | 1 Replies | 2705 Views | Created by Gaurav G - Sunday, September 15, 2013 7:26 AM | Last reply by Eason_H - Monday, September 16, 2013 6:51 AM -
1 Votes
Entity framework model synchronization with database project
However, can it be helpful in database and entity framework synchronization?Answered | 4 Replies | 8528 Views | Created by rideronthestorm - Friday, March 9, 2012 10:36 AM | Last reply by seri-freedom - Thursday, December 27, 2012 11:14 AM -
0 Votes
Entity Framework seems unadapted to large model database
Use ...Answered | 5 Replies | 3596 Views | Created by AntoineQ - Monday, January 10, 2011 4:05 PM | Last reply by KristoferA - Wednesday, January 12, 2011 2:57 AM -
0 Votes
In Entity Framework 4, can you add new entities to a model that was based on an existing database
It uses the T4 template SSDLToSQL10.tt(\Program Files\Microsoft Visual Studio 10.0\common7\IDE\Extensions\Microsoft\Entity Framework Tools\DBGen\) to ...Answered | 2 Replies | 3672 Views | Created by David Millican - Sunday, May 23, 2010 2:41 PM | Last reply by Michael Sun [MSFT] - Thursday, May 27, 2010 1:20 AM -
0 Votes
Entity Framework, database first and default name for DbContext
olgaAnswered | 4 Replies | 2826 Views | Created by knit - Tuesday, February 5, 2013 12:31 AM | Last reply by Alexander Sun - Thursday, February 7, 2013 6:11 AM -
0 Votes
Entity Framework and Code First Development
Try http://msdn.microsoft.com/en-us/library/aa139632.aspx for details (Entity Framework Documentation).Answered | 1 Replies | 2106 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 -
1 Votes
LINQ versus Entity Framework
http://msdn.microsoft.com/en-us/library/bb896265.aspx Sample Links are given below for ...Answered | 5 Replies | 17304 Views | Created by akoranteng - Friday, October 30, 2009 11:18 PM | Last reply by davesd - Saturday, October 16, 2010 8:32 AM -
0 Votes
Oracle support in Entity Framework
Hi, Oracle has released a beta version of ODAC to support Entity Framework.Answered | 6 Replies | 16602 Views | Created by Kevin Hoffman - Tuesday, October 31, 2006 2:45 PM | Last reply by RRV - Sunday, February 13, 2011 5:24 PM -
0 Votes
Using Entity Framework in non-database application
EF is more specifically the db to classes mapper.Answered | 3 Replies | 3679 Views | Created by jfras2009 - Saturday, January 1, 2011 6:11 PM | Last reply by Alan_chen - Tuesday, January 11, 2011 4:21 AM -
0 Votes
Entity FrameWork Problem Extend Classes
Yes, you can do this on a Class Library.Answered | 4 Replies | 3947 Views | Created by Thiago MDTech - Thursday, June 10, 2010 3:14 PM | Last reply by JA Reyes - Tuesday, June 22, 2010 3:23 PM -
2 Votes
.net framework 3.0 class library
I don't do a ton of windows/WPF programming but I think that namespace is present in several seperate dll's.Answered | 5 Replies | 4501 Views | Created by Edware H - Tuesday, March 1, 2011 4:39 AM | Last reply by Edware H - Wednesday, March 2, 2011 6:03 AM -
3 Votes
entity framework
The use of db.AddToEmps(Em); is still valid in Entity Framework but the new recommended way to add an object to the Emps table is to use db.Emps.AddObject(Em); as stated in the post.Answered | 4 Replies | 2467 Views | Created by bobbyangara - Friday, December 16, 2011 4:28 AM | Last reply by Fernando Soto - MCSD - Saturday, December 17, 2011 2:27 AM - Items 1 to 20 of 3007862 Next ›
No announcements