We are starting a new web based product in which we are planning to expose our business logic through WCF services. We will be using ASP.NET 4.0, C#, EF 4.0. In future we want to build iphone applicat
This could be a simple solution, but.... If i have a Entity Framework 4 Repository which exposes the following interface:
I am going to use Entity Framework and WCF in my application. The suggested practice, as I saw, is using POCO with Entity Framework and also using POCO classes as DataContracts. That is actually what
i started an ASP.net web project app to learn how EF4 can be used. In my project i have defined 3 layers(DAL => Entity Framework 4, BLL => Business Logic Layer, UI).
I would like to use FluentNHibernate to map an Active Directory user object to a POCO object but can\'t find a provider in the FluentNHibernate.Cfg.Db namespace that will allow me to setup the connect
I would like some help adding in a POCO .tt Entity Framework template Attri开发者_如何学JAVAbutes to support WCF serialization and if its possible how to add namespace usings to each entity.
I have the following poco class: public class Category : IDisplayName { private ICollection<Category> children;
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Can/Should my POCO\'s encompass multiple Databases if applicable? The reason I ask is that I am in the process of refactoring a legacy Enterprise App that was built in stages.Unfortunately, each stag
I started a project to see what EF 4 can do with POCOs. I created a db and a custom POCO. Now i want to validate my data. For this i\'m usin开发者_Go百科g the Enterprise Library Validation Block 5.