I am developing an piece of software where I have a few entities such as: public class Workspace { public int ID { get; set; }
I have a WCF svc separated into a Service Layer, Business Logic Layer and Data Access Layer. When my DAL encounters an exception, should I catch it there or let it bubble back up to the Service Laye
We are currently revamping our archi开发者_如何学运维tecture and design of application. We have just completed design of Data Access Layer which is generic in the sense that it works using XML and ref
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\'m working on a project in which we have a database, data layer (entity framework), business layer and web/UI layer.
I know this is a very basic question. But I am really not able to comprehend what should we have i开发者_StackOverflow社区n BLL.
I have a business layer that has some business objects/POCOs/entities/whatever. I also have some repositories for the data access. Up until this point, I\'ve been accessing the repositories directly f
In a three-tier/multitier architecture (UI/Logic/DAO/Domain model), can services be considered as belonging to the business logic layer or are they开发者_StackOverflow situated as something separate ?
I am programming data d开发者_如何学Goriven applications using asp.net with telerik controls (v2009 q2).
I have a ASP.net (C#) project that is using a three layer architecture.I started to use Entity Framework in my DAL and the question is to what extent classes generated by Entity Framework can be used