合适的“业务规则”;我的网络应用程序的工具/引擎
Closed. This question is seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. It does not …
用于实现业务逻辑的代码改进
我之前曾问过这个问题。这与此有关。我们有与此类似的代码库: IRecipie FindRecipiesYouCanMake(IEnumerable<Ingredientes> stuff, Cook cook) {…
我们可以使用扩展方法来构建业务规则引擎吗?
我想做这样的事情 public class ProductBiz: BizBase<Product> { public List<String> BrokenRules {getset} // Some kind of data + biz ope…
在 ASP.NET Web 应用程序中编码然后检索业务规则静态错误(不是异常消息)消息的正确方法是什么?
在过去的 6 年里,我用几种不同的方式给这只猫剥了皮……硬编码字符串、带有常量的静态类和资源文件。 您使用什么方法,为什么? 与客户端错误消息集…