.NET的开源业务对象设计框架

时间:2022-02-04 16:55:24

What are the Open source options available for Business Object design framework in .NET. One we are already using is CSLA.NET by Rockford Lhotka, which is a very good framework. But I am interested in knowing other options. If anyone know any other good one please reply here.

.NET中的Business Object设计框架有哪些开源选项。我们已经使用的是Rockford Lhotka的CSLA.NET,这是一个非常好的框架。但我有兴趣知道其他选择。如果有人知道任何其他好的,请在这里回复。

2 个解决方案

#1


Try NHibernate. It's a lot different from CSLA. NHibernate is an ORM.

试试NHibernate。这与CSLA有很大的不同。 NHibernate是一个ORM。

#2


If you are looking for Business Object design framework and a ORM, I'd recommend PLINQO. It has a ton of documentation, extremely quick, supports batch operations, auditing and has a rules engine.

如果您正在寻找业务对象设计框架和ORM,我建议使用PLINQO。它有大量的文档,非常快,支持批处理操作,审计和规则引擎。

If you are staying with CSLA, I'd recommend checking out our CSLA Templates as well. It generates a working DAL so you can focus more on the BO design and less on how you are going to populate it.

如果您和CSLA一起住,我建议您查看我们的CSLA模板。它会生成一个可用的DAL,因此您可以更多地关注BO设计,而不是如何填充它。

Thanks -Blake Niemyjski (Author of the CodeSmith CSLA Templates)

谢谢-Blake Niemyjski(CodeSmith CSLA模板的作者)

#1


Try NHibernate. It's a lot different from CSLA. NHibernate is an ORM.

试试NHibernate。这与CSLA有很大的不同。 NHibernate是一个ORM。

#2


If you are looking for Business Object design framework and a ORM, I'd recommend PLINQO. It has a ton of documentation, extremely quick, supports batch operations, auditing and has a rules engine.

如果您正在寻找业务对象设计框架和ORM,我建议使用PLINQO。它有大量的文档,非常快,支持批处理操作,审计和规则引擎。

If you are staying with CSLA, I'd recommend checking out our CSLA Templates as well. It generates a working DAL so you can focus more on the BO design and less on how you are going to populate it.

如果您和CSLA一起住,我建议您查看我们的CSLA模板。它会生成一个可用的DAL,因此您可以更多地关注BO设计,而不是如何填充它。

Thanks -Blake Niemyjski (Author of the CodeSmith CSLA Templates)

谢谢-Blake Niemyjski(CodeSmith CSLA模板的作者)