3-tier
Transferring typical 3-tier architecture to actors
This question bothers me for some time now (I hope I\'m not the only one). I want to take a typical 3-tier Java EE app and see how it possibly can look like implemented with actors. I would like to fi[详细]
2023-02-04 05:39 分类:问答ASP.NET MVC 2 Where to put logic
I have an ASP.NET MVC 2 application with some complex business rules and I\'m trying to decide where to pu开发者_运维技巧t specific logic.[详细]
2023-02-03 01:07 分类:问答What are the main advantages of MVC pattern over the old fashioned 3-layer pattern
I am contemplating about using an MVC pattern in my new project and I can clearly see the main advantage of being able to put the data layer (the model) a little closer to the presentation layer (the[详细]
2023-02-02 13:24 分类:问答Three tier architecture
I have some questions about three tier architecture. how to implement an application in three tier architecture correctly?[详细]
2023-02-02 04:28 分类:问答ASP.NET MVC - Remove dependency from DAL in GUI
I\'m building a MVC web app that consist of 3 projects. One for the GUI, one for the BusinessLogic and one for the Data access.[详细]
2023-01-31 03:06 分类:问答Difference between 3-tier and n-tier architecture
My professor said, that adding multiple layers in the BLL, will make the 3-tier an n-tier architecture.[详细]
2023-01-29 13:48 分类:问答3 tier best practise - LinqTOSQL access in Presentation Layer
Scenario: I have a scenario with a Presentation layer (ASP.NET), Busi开发者_Go百科ness Logic Layer (dll) and Data Layer(dll) in the latter there is a LinqTOSQL DataContext file (dbml) which holds tabl[详细]
2023-01-23 09:40 分类:问答Where to put object-oriented queries in a layered architecture?
Given: You have an architecture with the layers presentation, business and data. You are applying domain-driven design.[详细]
2023-01-17 20:44 分类:问答Abstracting the DataLayer (DAL) of a three-tier application
As continuation to my previous question, (see h开发者_C百科ttps://stackoverflow.com/questions/3737848/creating-a-loosely-coupled-scalable-software-architecture[详细]
2023-01-16 12:58 分类:问答Is this 4-tier architecture good?(Exception handling is important for me :)
I have this layers in my application: Entities Database(with Entities reference) Business(with database and Entities references)[详细]
2023-01-14 07:59 分类:问答
加载中,请稍侯......