n-tier-architecture
Application architecture - Transactions w/ RavenDB
I\'m implementing RavenDB in a project and after a few days trying the database i\'m now structuring this application but i\'m having a question.[详细]
2023-04-11 19:16 分类:问答Response message: Composite message or optional fields
We are working with a set of web services and we\'re looking for the best option to return errors to the web service\'s consumer. This is the current response:[详细]
2023-04-11 07:16 分类:问答How to unify validation across layers/tiers
In a typical MVC application we have validation that occurs in many different places.It might be client-side, in the controller, and then again at the data level.If you have a business layer, then the[详细]
2023-04-10 06:50 分类:问答Should multiple databases share the same DAL?
We have applications that must reach into multiple databases. Previously, we had separate DALs that would reach into only a single database. A separate business layer would sit on top would reach only[详细]
2023-04-09 14:42 分类:问答Sharing types in a modular application architecture
I have an application under development that is following a modular application design.There is a \'core\' vertical stack that provides common, central services such as authentication/authorization, l[详细]
2023-04-09 06:54 分类:问答Business Layer in 3 tier Architecture
I went for an interview, and was asked to show up my Business layer architecture. I have some idea about 3 tier architecture but really no idea, to what to write in front of interviewer.[详细]
2023-04-06 19:57 分类:问答How to deploy MVVM WPf N-tier application
so , my users suddenly changed their minds and decided to go for a networked application , I have views and viewmodels on the same project (UI) , a BLL layer dll in a ClassLibrary project and my DAL[详细]
2023-04-06 11:57 分类:问答Web Based Architecture of an Old Windows based application
We are in process of re designing an old windows client server based application to web based application.[详细]
2023-04-06 00:54 分类:问答Is it sensible to use Windows Workflow Foundation(WF) as a presentation rules engine?
I\'m working on an n-tier application that needs a rules engine on the presentation end. I need to load display rules from a DB into the BLL tier and pass them onto the client. E.g. Item A is outline[详细]
2023-04-06 00:07 分类:问答Can anyone suggest some good links about ASP.net based n-tier architecture
In my Visual Studio solution I m having following types of project: Class Library - BusinessLogicLayer[详细]
2023-04-05 14:23 分类:问答