I have an ascx user control with and Entity Framework IQueryable property like this: public IQueryable<Category> DataSource
Using the model above, I am trying to save a new PamNewsMessage and add Tags to it then save it to the DB. However, after trying many different combinations of adding objects and saving, I still hav
I have a Entity Framework entity with a string Property named Description. Searching for all entities where the Description contains a string is as simple as:
I\'m attempting to move from VS2008 to VS2010 and want to also upgrade the website to .NET 4.0.I\'ve copied the source over and ran the conversion wizard with no errors.There were also no compile erro
I have a dll that has an entity model that does a particular job. My main application uses that dll but also has it\'s own entity model to talk to the DB.
I\'ve reinstalled my laptop - Windows 7, VS2010, VS2010 SP1, SQL2008and SQL2008 SP2. I\'ve also done windows updates - no updates available from update window anymore
Would either nhibernate or entity-framework be able to support 1000\'s of databases? Scenerio:This would be a Saas application, *where each client gets their own seperate databas*e.So 10K clients, wo
Is 开发者_运维百科there a clean way of using the auto-generated EF classes with WCF instead of having to hand-make classes for WCF DataContracts?
I\'m using Entity Framework, fronted by a client which is connected to the database using RIA Services. Whenever something is saved from the client, all the columns in the affected row is updated.
I am running into an interesting performance issue with Entity Framework. I am using Code First. Here is the structure of my entities: