service-layer
When Using the Service Layer Pattern, Is there a Folder Layout Convention for a Visual Studio 2010 Solution?
I want to use the Service Layer patter (as described on Marti开发者_开发知识库n Fowler\'s site here) for my ASP.NET MVC 3 application.[详细]
2023-04-12 15:49 分类:问答IService extends IRepository correct?
It is correct to say that my IService has everything that IRepository has, and more some specific operations?[详细]
2023-04-12 05:05 分类:问答Service layer and UI interface
Generally speaking a service layer is completely separate from UI interface.. However, i would just like to know is there any possibility of some dependency (however little) between UI and service la[详细]
2023-04-05 09:49 分类:问答Help with Common Service Layer (Using EF 4.1) for certain types of entities?
I need some advice on my Service layer. Let\'s say I have this model: public abstract class Entity { public Guid Id {get;set;}[详细]
2023-04-04 01:33 分类:问答Rails - Grails Service Equivalent
When yo开发者_如何学JAVAu want to write an internal service layer in Rails 3, where should you place the code? I\'m coming from a Grails background and wondering what the service equivalent is in Rail[详细]
2023-04-01 20:50 分类:问答This is a good way to organize the classes from the service layer?
Currently I have the foll开发者_Python百科owing structure: Model/ Entities/ Repositories/ Proxies/ Services/[详细]
2023-03-31 09:37 分类:问答What is a good pattern for updating a viewmodel, both from user interaction and service events?
Consider these two scenarios: a user presses a button in a view (e.g. Fulfill Order) and we want the view to update immediately (disable the button, add a progress bar, etc.)[详细]
2023-03-30 19:23 分类:问答Develop application layer which has no dependencies to Presentation Layer?
I am learning general development strategies but there are a lot question开发者_如何学Python in my mind about them. One of them is about creating application layer which shouldn\'t have dependencies P[详细]
2023-03-25 09:17 分类:问答Spring 3 Service Dao layers with abstract class question
I am trying to implement a generic abstract class in my service layer.I am already using a simliar pattern in my dao layer and it works fine.I found a working example in the Spring in Practice v8 eboo[详细]
2023-03-24 15:19 分类:问答Where to put business logic in DDD
I\'m trying to figure out the best way to build an easily maintainable and testable architecture. Having gone through several projects, I\'ve seen some pretty bad architectures and I want to avoid mak[详细]
2023-03-23 22:48 分类:问答