I\'ve got three projects/libraries. SiteService (WCF Service) SiteModel (POCO objects) SiteMVC (Web Application)
I\'m having trouble saving changes made to my POCO\'s back into the database. When the application starts, I grab all the objects I need into POCO objects, then when I click the \"Save\" button, I cr
I\'m creating an MVC3 application with EF4 using POCOs. I\'ve added validation attributes to my EF entities. Now, as I\'m building the views, I want to use a view model (and perhaps use AutoMapper to
HI, I\'m a bit lost with Entity Framework ... Here is the context : Desktop Application (C# / Winform) VS 2010 (SP1), SQL COMPACT (4.0 for identity), ... for now EF 4 (default version)
I have created a class that inherits for DomainService and have a Silverlight app that uses System.ServiceModel.DomainServices.Client to get a DomainContext. I have also created POCO DataContracts tha
I have a database schema like follows: User 1 ---- * UserRole *----1 Role I have a POCO User and Role classes as follows:
I have 3 entities: Goods [GID(PK), GoodName] Persons [PID(PK), PersonName] Roles [RID(PK), RoleName] But now I need to associate these object with each other.
I\'ve started using poco templates so that I can generate the pocos for my EF model and copy them to another library.. all this works great however when I need to generate the poco template it needs t
I am following the steps as outlined on MSDN Blogs > ADO.NET team blog > Walkthrough: POCO Template for the Entity Framework.
Possibly really simple question, but I\'m new to IronPython.I would like use IronPython to crawl an entity I pass to it, but when I try to use an开发者_JAVA技巧y extension methods, it, as sort of expe