I have an application where all the DateTime\'s are always the time of the server. That means one time zone. The idea is to make the application compatible all over the world. The first step is to con
What is the difference between a validation rule and a business rule ? As per my understanding, \'if the state of the business object/objects is not as expected, then throw an error message\' is a v
I have a gem which implements my entire business logic, so that I can use it in different applications. Now, one of these applications requires persistence. How do I easily extend my existing Ruby mod
Currently I have a child entity that has a @ManyToOne association to it\'s parent entity. Previous developers have set this field as lazy=\"false\" to get the parent whenever needed when the session i
Assume you have entities, a service layer, and repositories (with an ORM like NHibernate).The UIs interact with the service layer.
Am looking for some advice on the design of an application. As I\'v signed an NDA I can\'t reveal too much about the actual business but will try to explain the requirement.
I designing an applications which basically has 3 different logic layers: DB connector (implemented by ADO.NET).
I am gonna build a service using 3-tier architecture and I am really worried about how to handle operations in a transacted way.
I\'m wondering if there is a proper way to check the dependencies. For example I\'ve got a NewsBundle. Now 开发者_JS百科I\'ll have to check if there is a CommentBundle. If there is one, it should exe
I\'ve an MVC application, which is divided into 3 layers: - Presentation - ASp.NET MVC - Busines Logic - Here we have entities and object services. We alo have mappers between DAL objects and BL objec