开发者

Looking for a free .NET ORM/BL-tool with reusability in mind [closed]

开发者 https://www.devze.com 2023-02-22 19:22 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can e开发者_如何学运维dit the question so it can be answered with facts and citations.

Closed 8 years ago.

Improve this question

The problem is that I need to create extendible and reusable business layer. I.e. I want to create basic BL objects for user management, mail subsystem, etc. once and then extend the model with task-specific BL objects.

Also, I want to place these common BL objects into separate assembly and be able to use them in relations with task-specific BL objects.

As far as I know, you can't make it with Entity Framework, cause you can't break model description into multiple files.


Have you looked into nhibernate?

0

精彩评论

暂无评论...
验证码 换一张
取 消