business-logic-layer
Layered Architecture Question
I am developing an piece of software where I have a few entities such as: public class Workspace { public int ID { get; set; }[详细]
2023-01-13 11:05 分类:问答Where to catch exceptions
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[详细]
2023-01-04 06:49 分类:问答Design of Business Layer
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[详细]
2023-01-01 02:46 分类:问答Separation of business logic [closed]
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[详细]
2022-12-30 02:35 分类:问答Can ASP.NET Dynamic Data be made to work with custom business objects rather than data objects?
I\'m working on a project in which we have a database, data layer (entity framework), business layer and web/UI layer.[详细]
2022-12-21 05:40 分类:问答What should we have in a Business Logic Layer (BLL)
I know this is a very basic question. But I am really not able to comprehend what should we have i开发者_StackOverflow社区n BLL.[详细]
2022-12-17 15:44 分类:问答Business Logic Classes Naming
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[详细]
2022-12-13 15:27 分类:问答Business logic and services
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 ?[详细]
2022-12-13 07:16 分类:问答Business Logic Layer
I am programming data d开发者_如何学Goriven applications using asp.net with telerik controls (v2009 q2).[详细]
2022-12-12 09:46 分类:问答Using Entity Framework generated classes in Business Logic Layer
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[详细]
2022-12-12 06:58 分类:问答