我应该使用 NHibernate 映射哪些类?
目前,我们使用 NHibernate 将业务对象映射到数据库表。所述业务对象强制执行业务规则:如果违反该属性的约定,则集合访问器将立即抛出异常。此外,这…
合适的“业务规则”;我的网络应用程序的工具/引擎
Closed. This question is seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. It does not …
用于实现业务逻辑的代码改进
我之前曾问过这个问题。这与此有关。我们有与此类似的代码库: IRecipie FindRecipiesYouCanMake(IEnumerable stuff, Cook cook) { if(stuff.Any(s=>s…
我们可以使用扩展方法来构建业务规则引擎吗?
我想做这样的事情 public class ProductBiz: BizBase { public List BrokenRules {get;set;} // Some kind of data + biz operation implementation }…