I\'ve read in DDD book (Eric Evans) that procedures which require to be used in presentation should be moved to services classes. For instance BankAccountManagementService has ChangeBankAccount, GetBy
What do you think about http://microsoftnlayerapp.codeplex.com/ ? I am interesting in data access implementation (UnitOfWork, repositories, transactions). Is it the \"best\" example of implementing th
the following tries to get an idea of which technologies would be suitable for a specific (as outlined) distributed/RPC problem. If something is not clear, am am very happy to add more details, but pl
My architecture is thus: UI project (MVC), connect开发者_C百科ed to my Domain Service Layer (Business rules etc), connected to a Repo Layer.
For my site I want to implement a banner control that will be on the left side of the site. The banners will be stored in html in the database and each one will have a rating. Then using the rating e
Let\'s say we have an application that has a layered architecture. On the view we use a MVC or MVVM. The model is treated as the domain, it has a good part of the business logic.
original question when should i use multi-tier web application i开发者_如何学Gonstead of single tier web application?
Assuming you have a Business Layer that you will be using for both front-end external facing web application, as well as back-end internal facing application.The external application will always conta
I\'m simply trying to figure out the correct way to lay out the architecture for my forms to meet the following requirements:
I’m trying to reevaluate our n-layer architecture and would love to get some suggestions based on your experiences.Here is our typical .NE开发者_C百科T n-layer (sometimes n-tier) design.