bll
Designing layered app with NHibernate and context changing database
I\'m designing a C# application Presentation ( web site + flex apps ) Business Logical Layer (might be WCF to enable multi client platforms)[详细]
2023-01-18 21:38 分类:问答Working with MVC 2.0 and the Model in a separate assembly
I\'m new to MVC and even though there is a lot (and I do mean a lot) of information out there that is very useful - it\'s proofing very difficult to get a clear understanding on how to achieve my exac[详细]
2023-01-15 03:39 分类:问答How to return multi-table join value from BLL
This question is regarding the ASP.NET webservice that i am creating using the DAL-BLL architecture for my final school project.[详细]
2023-01-09 07:47 分类:问答n-layered architecture - BLL, DAL and interfaces. What is best practice?
I have a question regarding n-layer architecture. I thought long and hard before asking this question as there\'s a lot of similar questions here already... however, after literally a day and a half l[详细]
2023-01-04 23:52 分类:问答Should I have one dll or multiple for Business Logic?
In my situation, my company services many types of customers. Almost every customer requires their own Business Logic. Of course, there will be a base layer that all business logic should inherit from[详细]
2023-01-03 21:33 分类:问答Decoupling into DAL and BLL - my concerns
In many posts concerning this topic I come across very simple examples that do not answer my question.[详细]
2023-01-02 21:38 分类:问答Functionality in a Data Access Layer formed by a dbml
I g开发者_如何学Pythonot a Data Access Layer that\'s being formed by one DBML in which i just include all object I need. Is it necessary to write more functionality in this dbml or can I just use the[详细]
2023-01-01 07:04 分类:问答.net, C# Interface between Business Logic and DAL
I\'m working on a small application fro开发者_Python百科m scratch and using it to try to teach myself architecture and design concepts.It\'s a .NET 3.5, WPF application, and I\'m using Sql Compact Edi[详细]
2022-12-27 20:44 分类:问答Most Commonly used extensions and helper functions in ASP.NET C#
I am an ASP.NET C# web developer. The architecture followed is 3 layer The layers used are 1. UI 2. BLL (Sometimes Communicating with BLL is done using WebServices)[详细]
2022-12-22 04:55 分类:问答Should the DAL be a translation layer between the relational model and the domain model?
Simple question for which I think I have an answer but I am looking for a sounding board. Should the DAL be the one translating whatever comes from the database (be it through straight SQL, stored pro[详细]
2022-12-21 13:55 分类:问答