I have 3-tiers (UI, BLL, DAL), those BLL and DAL reside on external WS, obviously my membership user works on the UI tier.
I\'m creating an application which is split into a Data Layer (using repository pattern & EF 4.0), a Business layer (POCO\'s with开发者_C百科 additional logic) and a Service Layer (which is expose
Im planning to implement an NTier design in EF 4. I know that the EF itself creates entities base on the tables it mapp开发者_JS百科ed in the Database. My question is, what is the use of DTO (Data Tra
I was wondering if some one has implemented a 3 tier application using MVC and WCF as the middle开发者_运维技巧 tier?Were there any performance issues/drawbacks rather than implementing a typical midd
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing
I have experience with Silverlight + MVVM + WCF RIA. My next project will be developing by WPF and its architecture is 3-tiers. I want to know are there go开发者_如何学Cod example for this kind of pro
I\'m developing a service oriented architecture for an application and I would like the services to be exposed both over WCF as well as usable through a simple library.Ideally I would like to reduce d
after hours of research i still don\'t know, which is the best way to build a n-tier ddd application with an ORM like SubSonic.
I just start studying EntityFramework, do i still have to create Business Logic and Poco models project on my Solution if i used EF as my DataAccess Class?
Here is what I am trying to do: I have implemented Form Authentication in ASP.NET MVC. I have IUser Interface which conforms to IPrincipal (System.Security.Principal). The custom IUser have additional