Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Entity Framework | Topic profile

Topic profile page for Entity Framework. This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: Entity Framework.
Topic "Entity framework" was discussed 1,364 times on 177 sites in last 3 months
Search discussions, forums, images, videos, about "Entity framework" on BoardReader!
 

BoardReader Trendy!

Topic 1:

Topic 2:

Topic 3:

Domain Profile
Domain:

Posting activity graph on entity framework:

Posts by:  day  week  month 

 

entity framework was discussed on the following sites:

MSDN Forums MSDN Forums - 445 MSDN Forums - site profile
Forums - ASP.NET Forums - 180 Forums - ASP.NET Forums - site profile
Forums de Developpez.com Forums de Developpez.com - 132 Forums de Developpez.com - site profile
Microsoft TechNet Forums Microsoft TechNet Forums - 58 Microsoft TechNet Forums - site profile
Microsoft Expression Forums Microsoft Expression Forums - 37 Microsoft Expression Forums - site profile

 

Related threads on entity framework:

Windows Presentation Foundation (WPF) XamlParseException with Entity Framework and WPF.  MSDN Forums - site profile Windows Presentation Foundation (WPF) - forum profile  Go to this thread  XamlParseException with Entity Framework and WPF.
Data Access and ObjectDataSource Control ASP.Net Gridview Control with entity Framework  Forums - ASP.NET Forums - site profile Data Access and ObjectDataSource Control - forum profile  Go to this thread  ASP.Net Gridview Control with entity Framework
Brandon Haynes
Also Released: #DotNetNuke Entity Framework Adapter,...  Twitter / BrandonHaynes - site profile Brandon Haynes
 - forum profile  Go to this thread  Also Released: #DotNetNuke Entity Framework Adapter, allowing adaptation of o-qualifier and db-owner. http://is.gd/32gor 7:25 AM Sep 8th from web
equistene This LINQ to Entity framework thing is a bit of a mess,...  Twitter / equistene - site profile equistene - forum profile  Go to this thread  This LINQ to Entity framework thing is a bit of a mess, isn't it? 5:03 AM Dec 4th, 2008 from twhirl
Data Presentation Controls Entity Framework Error  Forums - ASP.NET Forums - site profile Data Presentation Controls - forum profile  Go to this thread  Entity Framework Error

Latest threads on entity framework:

ADO.NET Entity Framework and LINQ to Entities
Started 6 days, 19 hours ago (2009-12-01 02:59:00)  by Thebighoser
I've spent 16 straight hours trying to figure this out, so any help would be greatly appreciated... I'm doing everything the same for each type of app., and in any console version I can access my ModelEntities (System.Data.Objects.ObjectContext) object's members, but can't in any ASP.NET app, for example: OrderEntities o = new OrderEntities(); at which point 'o' isn't recognized by ...
Source: MSDN Forums More from this site MSDN Forums - site profile 
Forum:  ADO.NET Entity Framework and LINQ to Entities  ADO.NET Entity Framework and LINQ to Entities - forum profile
Thread:  Show this thread (4 posts) More from Entity Framework works in console app. but not ASP.NET MVC  Thread Thread info: Entity Framework works in console app. but not ASP.NET MVC Size: 744 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Entity Framework works in console app. but not ASP.NET MVC :: ADO.NET Entity Framework and LINQ to Entities :: MSDN Forums"
ADO.NET Entity Framework and LINQ to Entities
Started 1 week ago (2009-11-30 15:15:00)  by Cory Blissitte
I am doing the preliminary foray into Entity Framework in preparation for creating a custom license tracking tool with a thirdparty database.  The database uses composite keys (is that the right term?  Two keys used in conjunction to produce a unique record ID).  I am having some difficulty in getting the Model to play nice with me. I have use EF a bit before with simpler homemade databases, ...
Source: MSDN Forums More from this site MSDN Forums - site profile 
Forum:  ADO.NET Entity Framework and LINQ to Entities  ADO.NET Entity Framework and LINQ to Entities - forum profile
Thread:  Show this thread (2 posts) More from Composite Keys and the Entity Framework  Thread Thread info: Composite Keys and the Entity Framework Size: 1,717 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Composite Keys and the Entity Framework :: ADO.NET Entity Framework and LINQ to Entities :: MSDN Forums"
Windows Forms Data Controls and Databinding
Started 1 week ago (2009-11-30 14:22:00)  by Jonathan Manley
This post is done using Visual Studio 2010 Beta 2 Not sure if I did this correct but this is how I did it; Maybe it can be of some use to some one else. I went through the steps outlined by many other websites on how to create a new WinForms Entity Framework project, add Object Data Sources and drag and drop DataGridView on to my WinForms. One Problem; Required Fields (not null) from ...
Source: MSDN Forums More from this site MSDN Forums - site profile 
Forum:  Windows Forms Data Controls and Databinding  Windows Forms Data Controls and Databinding - forum profile
Thread:  Show this thread (3 posts) More from DataGridView & Entity Framework Basic Required Field Validation -- How To
-- I think...  Thread Thread info: DataGridView & Entity Framework Basic Required Field Validation -- How To
-- I think... Size: 4,171 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "DataGridView & Entity Framework Basic Required Field Validation -- How To -- I think... :: Windows Forms Data Controls and Databinding :: MSDN Forums"
IDS Developer and User Forum
Started 1 week ago (2009-11-30 11:11:00)  by Domingo Fernandez
Hi, we'd like to develop .Net applications using Entity Framework Data Access Layer for Informix, that is (supposed) supported on IBM Data Server Provider for .Net. We have tried 9.5 and 9.7 versions, with no success. It's impossible to find a clear statement from IBM about EF support on Informix, supported configurations, etc. Any experiences of EF on informix? Regards,...
Started 1 week ago (2009-11-30 10:19:00)  by John Galt
Hi all, I'm dealing with a major issue that I cannot figure a work around without major issues. Here's the basic scenario: You've got an order that the person is working on, it has it's base information and then it can have one or more detail line items where the product is selected etc. Dealing with a single item is easy, you can either store it in the Viewstate (serialize it) or the ...
Source: Forums - ASP.NET Forums More from this site Forums - ASP.NET Forums - site profile 
Forum:  Data Access and ObjectDataSource Control  Data Access and ObjectDataSource Control - forum profile
Thread:  Show this thread (2 posts) More from Entity Framework + One To Many Editing Object Not Saved to Database...  Thread Thread info: Entity Framework + One To Many Editing Object Not Saved to Database... Size: 1,605 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Entity Framework + One To Many Editing Object Not Saved to Database. How? :: Data Access and ObjectDataSource Control :: Forums - ASP.NET Forums"
ADO.NET Entity Framework and LINQ to Entities
Started 1 week, 3 days ago (2009-11-27 21:10:00)  by BenRush
Greetings, I didn't see anything related to this in the forums (if I missed it, I apologize), so I figured I'd ask. I'm playing with the Entity Framework CTP 2 bits; more specifically I'm playing with the new POCO support which this release supports. Cool stuff. So far I've been able to successfully create a database / add objects, etc. using the bits: using ( var conn...
Source: MSDN Forums More from this site MSDN Forums - site profile 
Forum:  ADO.NET Entity Framework and LINQ to Entities  ADO.NET Entity Framework and LINQ to Entities - forum profile
Thread:  Show this thread (1 post) More from Updating the database using the Entity Framework CTP2  Thread Thread info: Updating the database using the Entity Framework CTP2 Size: 1,196 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Updating the database using the Entity Framework CTP2 :: ADO.NET Entity Framework and LINQ to Entities :: MSDN Forums"
ADO.NET Entity Framework and LINQ to Entities
Started 1 week, 3 days ago (2009-11-27 20:01:00)  by Moutz
Hello, I just installed VS2010 Beta 2 and noticed that the EF templates are not included. After some Google searching I found out that there was a CTP2 that was just released this month (Nov '09). I found the installer here: http://www.microsoft.com/downloads/details.aspx?Fa milyID=13fdfce4-7f92-438f-8058-b5b4041d0f01&displa yLang=en#Requirements I installed it on my Win7 x64 Ultimate box and ...
Source: MSDN Forums More from this site MSDN Forums - site profile 
Forum:  ADO.NET Entity Framework and LINQ to Entities  ADO.NET Entity Framework and LINQ to Entities - forum profile
Thread:  Show this thread (3 posts) More from Does Entity Framework CTP 2 work with VS2010 Beta 2 x64?  Thread Thread info: Does Entity Framework CTP 2 work with VS2010 Beta 2 x64? Size: 770 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Does Entity Framework CTP 2 work with VS2010 Beta 2 x64? :: ADO.NET Entity Framework and LINQ to Entities :: MSDN Forums"
ADO.NET Entity Framework and LINQ to Entities
Started 1 week, 3 days ago (2009-11-27 17:00:00)  by Ben Morris
I'd like to use the EF from within a managed stored procedure. From what I remember, System.Linq.dll can't be loaded into SQL Server 2005--has anything changed for 2008? (Which I'm using.) If so, which version of the EF is supported? -- 1 or 4?
Source: MSDN Forums More from this site MSDN Forums - site profile 
Forum:  ADO.NET Entity Framework and LINQ to Entities  ADO.NET Entity Framework and LINQ to Entities - forum profile
Thread:  Show this thread (2 posts) More from Is it possible to use the entity framework in the SQL Server hosted CLR?  Thread Thread info: Is it possible to use the entity framework in the SQL Server hosted CLR? Size: 310 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Is it possible to use the entity framework in the SQL Server hosted CLR? :: ADO.NET Entity Framework and LINQ to Entities :: MSDN Forums"
SQL Server Data Access
Started 1 week, 3 days ago (2009-11-27 03:13:00)  by Royee
I think most of you may work with the latest version of SQL Server and deploy it to the target machine which have a relative old version on it. Like using SQL Server 2008 on production machine and SQL Server 2005 on target server. While working in such situation with Entity Framework, It made me a little bit frustrated. I designed the database schema using SQL Server 2008, have table field ...
Source: Microsoft TechNet Forums More from this site Microsoft TechNet Forums - site profile 
Forum:  SQL Server Data Access  SQL Server Data Access - forum profile
Thread:  Show this thread (2 posts) More from Using Entity Framework with different versions of Microsoft SQL Server  Thread Thread info: Using Entity Framework with different versions of Microsoft SQL Server Size: 888 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Using Entity Framework with different versions of Microsoft SQL Server :: SQL Server Data Access :: Microsoft TechNet Forums"
ADO.NET Entity Framework and LINQ to Entities
Started 1 week, 4 days ago (2009-11-26 17:08:00)  by aloire
Hello, Context : I would like to get information from many servers and to gather them to a database to make statistics on it. Servers are indepndant and cannot access database directly. Idea : 2 steps - generate a xml file from each server - load these xml files into database Solution : 1/ design my database 2/ generate EF from it 3/ use this object model to create xml files 4/ use this ...
Source: MSDN Forums More from this site MSDN Forums - site profile 
Forum:  ADO.NET Entity Framework and LINQ to Entities  ADO.NET Entity Framework and LINQ to Entities - forum profile
Thread:  Show this thread (5 posts) More from Entity Framework and Xml file  Thread Thread info: Entity Framework and Xml file Size: 802 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Entity Framework and Xml file :: ADO.NET Entity Framework and LINQ to Entities :: MSDN Forums"
 

Hot threads on entity framework:

Silverlight
Started 1 week ago (2009-11-30 20:22:00)  by davrous
Hello, Entity Framework est ouvert à travers des providers, donc c'est plutôt lui qui pourra discuter avec Oracle. Il existe par exemple un provider mySQL pour Entity Framework : http://www.devart.com/dotconnect/mysql/ Pour WCF RIA Services, tu peux le découvrir à travers une série de tutoriaux sur mon blog: http://blogs.msdn.com/davrous/archiv...vices-1-4.a spx J'en parle ...
Source: Forums de Developpez.com More from this site Forums de Developpez.com - site profile 
Forum:  Silverlight  Silverlight - forum profile
Thread:  Show this thread (7 posts) More from Architecture : Silverlight - WCF - Entity Framework  Thread Thread info: Architecture : Silverlight - WCF - Entity Framework Size: 1,017 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Architecture : Silverlight - WCF - Entity Framework :: Silverlight :: Forums de Developpez.com"
Started 4 days, 11 hours ago (2009-12-03 11:10:02)  by ClayP
I am having a similar issue, however, mine is disconnected and via a wcf call.  Just wondering if you have made any progress?  Part of my problem is that most examples I have seen seem to be without complex relationships.  
Source: Forums - ASP.NET Forums More from this site Forums - ASP.NET Forums - site profile 
Forum:  Data Access and ObjectDataSource Control  Data Access and ObjectDataSource Control - forum profile
Thread:  Show this thread (2 posts) More from Entity Framework + One To Many Editing Object Not Saved to Database...  Thread Thread info: Entity Framework + One To Many Editing Object Not Saved to Database... Size: 353 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Entity Framework + One To Many Editing Object Not Saved to Database. How? :: Data Access and ObjectDataSource Control :: Forums - ASP.NET Forums"
C#
Started 1 day, 13 hours ago (2009-12-06 08:54:00)  by siempre
Bonjour, Avez vous un bon exemple à suivre pour commencer ma première application? Merci.
Source: Forums de Developpez.com More from this site Forums de Developpez.com - site profile 
Forum:  C#  C# - forum profile
Thread:  Show this thread (36 posts) More from Entreprise LibraryMicrosoft et Entity Framework  Thread Thread info: Entreprise LibraryMicrosoft et Entity Framework Size: 125 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Entreprise LibraryMicrosoft et Entity Framework :: C# :: Forums de Developpez.com"
Windows Forms Data Controls and Databinding
Started 6 days, 11 hours ago (2009-12-01 10:56:00)  by Gnanadurai
Hi, Yes No problem with this method. for validating you can use the regular expression.hope it helps.
Source: MSDN Forums More from this site MSDN Forums - site profile 
Forum:  Windows Forms Data Controls and Databinding  Windows Forms Data Controls and Databinding - forum profile
Thread:  Show this thread (3 posts) More from DataGridView & Entity Framework Basic Required Field Validation -- How To
-- I think...  Thread Thread info: DataGridView & Entity Framework Basic Required Field Validation -- How To
-- I think... Size: 130 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: DataGridView & Entity Framework Basic Required Field Validation -- How To -- I think... :: Windows Forms Data Controls and Databinding :: MSDN Forums"
C#
Started 1 week, 1 day ago (2009-11-29 00:00:00)  by ddanbe
Use an if statement: Help with Code Tags c# Syntax ( Toggle Plain Text ) if ( em==! null ) { em. AddToCompanies ( c ) ; em. SaveChanges ( ) ; } if (em==!null) { em.AddToCompanies(c); em.SaveChanges(); }
Source: www.daniweb.com - IT Tech Talk More from this site www.daniweb.com - IT Tech Talk - site profile 
Forum:  C#  C# - forum profile
Thread:  Show this thread (2 posts) More from Entity Framework woes  Thread Thread info: Entity Framework woes Size: 1,558 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Entity Framework woes :: C# :: www.daniweb.com - IT Tech Talk"
SQL Server Data Access
Started 5 days, 19 hours ago (2009-12-02 03:06:00)  by Nai-dong Jin - MSFT
Hi, From your description, it seems that the issue has been reported to connect site, please check the replies from connect site by the following link. https://connect.microsoft.com/VisualStudio/feedbac k/ViewFeedback.aspx?FeedbackID=345018 Thanks.
Source: Microsoft TechNet Forums More from this site Microsoft TechNet Forums - site profile 
Forum:  SQL Server Data Access  SQL Server Data Access - forum profile
Thread:  Show this thread (2 posts) More from Using Entity Framework with different versions of Microsoft SQL Server  Thread Thread info: Using Entity Framework with different versions of Microsoft SQL Server Size: 403 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Using Entity Framework with different versions of Microsoft SQL Server :: SQL Server Data Access :: Microsoft TechNet Forums"
ADO.NET Entity Framework and LINQ to Entities
Started 1 week, 1 day ago (2009-11-29 22:24:00)  by David DeWinter - MSFT
It is possible in SQL Server 2008 with EFv1 (the .NET 4 CLR is completely new and SQL Server 2008 will not host it). You will need to add System.Data.Entity.dll and its dependencies with the UNSAFE permission set in order for it to work.
Source: MSDN Forums More from this site MSDN Forums - site profile 
Forum:  ADO.NET Entity Framework and LINQ to Entities  ADO.NET Entity Framework and LINQ to Entities - forum profile
Thread:  Show this thread (2 posts) More from Is it possible to use the entity framework in the SQL Server hosted CLR?  Thread Thread info: Is it possible to use the entity framework in the SQL Server hosted CLR? Size: 332 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Is it possible to use the entity framework in the SQL Server hosted CLR? :: ADO.NET Entity Framework and LINQ to Entities :: MSDN Forums"