business-logic
FluentNHibernate Unit Of Work / Repository Design Pattern Questions
I think I am at a impasse here. I have an application I built from scratch using FluentNHibernate (ORM) / SQLite (file db). I have decided to implement the Unit of Work and Repository Design pattern.[详细]
2022-12-26 02:12 分类:问答Modelling Business Logic with NON-Techies
The setup: Winform/ASP.NET MVC projects. Learning NHibernate SQL-Server driven apps I work with clients that have no idea how to model an application.That\'s what I\'m for.However, we have lots of co[详细]
2022-12-25 13:08 分类:问答How to handle BL cache for multiple web applications?
I recently received a project that contains multiple web applications with no MVC structure. For开发者_StackOverflow中文版 starters I\'ve created a library (DLL) that will contain the main Business Lo[详细]
2022-12-24 08:53 分类:问答CLR Stored Procedures
In an ASP.NET application, I have a small number of fairly complex, frequently used operations to execute against a database. In these operations, one or more of several tables needs updates or insert[详细]
2022-12-23 14:16 分类:问答Business Logic Layer Pattern on Rails? MVCL
That is a broad question, and I appreciate no short/dumb asnwers like: \"Oh that is the model job, this quest is retarded (period)\"[详细]
2022-12-22 23:24 分类:问答What sort of graph to represent this business logic decision tree?
How would I usually represen开发者_Go百科t this business logic in a graph? A is true if B is true or[详细]
2022-12-22 18:41 分类:问答Building a very custom application upon google applications and enterprise - CAN it be done?
I think I haven\'t been able to define my question properly. I\'ve been doing a bit of reading on google applications and the idea of integrating their applications such to form a complete product. Es[详细]
2022-12-22 17:08 分类:问答How should one deal with invalid business objects in code?
Lets say that you have a business object whose current state implies that there is some kind of a bug in your code.Or basically any scenario where you are working with your own data but it is in a sta[详细]
2022-12-22 07:26 分类:问答In BusinessLogic layer in C#
Now, I wrote businessLogic layer. In this project, Table\'s column name are: Product, UM, ProductGroup, ProductCode,[详细]
2022-12-22 07:10 分类:问答How do I deal with a bidirectional dependency between my business and data access layers?
I have an application with three layers (Presentation, Business Logic, and Data Access).In the data access layer, I have an object called Unit, and I have another object called Unit in the business la[详细]
2022-12-22 07:08 分类:问答