I have a specific scenario that I am wondering if (and how) Entity Framework might be able to solve. I am developing the framework for a new solution that will be passed on to many developers to exte
Not sure if this is the best approach, however here are my thoughts I am using Entity Framework Data Model v 4.1 - i\'m trying to build a where statement dynamically so that I dont have to query the
I\'m trying to load a 3-deep tree into a treeview control using entity framework Categories, SubCategories and Products
I\'m having an issue where Entity Framework isn\'t persisting changes to the DB.I use a static method to load up some values and the Entity context is thrown away (in a using statement).
I am using EF 4.1 and have created a repository using DBContext etc.Connection string set to point to a SQL Server 2008 R2 Dev edition.
Hi all i have the following bit of code, which is used to generate telephone numbers and insert these into a table in a database. To generate the codes it looks in a table in the database to see which
I am exploring the idea of implementing a web service api using WCF Data Services and EF4. Realizing that some operations require complex business logic, I decided to create a partial class the same n
Pretty simple question but I\'m having a rough morning it seems. I have the following query built out so far, and I\'d like to select the first object in the returned result, but not the ID itself, b
Here is what I do in MyObjectContext class constructor: ObjectStateManager.ObjectStateManagerChanged += ObjectStateManagerObjectStateManagerChanged;
I have a table, lets call it Record. Containing: ID (int) |CustID (int)|Time (datetime)|Data (varchar)