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 questionThe 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?
精彩评论