Castle ActiveRecord 3.0 beta 中的所有这些 DLL 是什么?

发布于 2024-10-16 19:29:38 字数 446 浏览 1 评论 0原文

这是 Castle ActiveRecord 3.0 beta 中的 DLL 列表。有谁知道这些都是做什么的?哪些是新项目所必需的,哪些是可选的?

  • Antlr3.Runtime.dll
  • Castle.ActiveRecord.dll
  • Castle.ActiveRecord.Web.dll
  • Castle.Components.Validator.dll
  • Castle.Core.dll
  • Iesi.Collections.dll
  • log4net.dll
  • NHibernate.ByteCode.Castle.dll
  • NHibernate.dll
  • NHibernate.Search .dll
  • Remotion.Data.Linq.dll

This is a list of the DLLs in the Castle ActiveRecord 3.0 beta. Does anyone know what all these do? Which ones are required for a new project, and which ones are optional?

  • Antlr3.Runtime.dll
  • Castle.ActiveRecord.dll
  • Castle.ActiveRecord.Web.dll
  • Castle.Components.Validator.dll
  • Castle.Core.dll
  • Iesi.Collections.dll
  • log4net.dll
  • NHibernate.ByteCode.Castle.dll
  • NHibernate.dll
  • NHibernate.Search.dll
  • Remotion.Data.Linq.dll

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

北渚 2024-10-23 19:29:38
  • Antlr3.Runtime.dll:用于 NHibernate 中的 HQL 解析
  • Remotion.Data.Linq.dll:用作 NHibernate Linq 实现的基础。
  • Iesi.Collections.dll 一如既往地实现 ISet
  • log4net.dll:一如既往地记录
  • NHibernate.Search.dll:将 NHibernate 与 Lucene.net 集成
  • < strong>Castle.Components.Validator.dll:ActiveRecord 的底层验证实现
  • Castle.Core.dll:常见的东西和 DynamicProxy
  • Castle.ActiveRecord.Web.dll :实现网络会话范围。它与 Castle.ActiveRecord.dll 分离,以允许框架客户端配置文件。
  • NHibernate.ByteCode.Castle.dll:使用 DynamicProxy 的 NHibernate 代理实现。
  • Antlr3.Runtime.dll: used for HQL parsing in NHibernate
  • Remotion.Data.Linq.dll: used as a base for the NHibernate Linq implementation.
  • Iesi.Collections.dll implements ISet as always
  • log4net.dll: logging as always
  • NHibernate.Search.dll: integrates NHibernate with Lucene.net
  • Castle.Components.Validator.dll: underlying validation implementation of ActiveRecord
  • Castle.Core.dll: common stuff and DynamicProxy
  • Castle.ActiveRecord.Web.dll: implements web session scopes. This was decoupled from Castle.ActiveRecord.dll to allow for framework client profiles.
  • NHibernate.ByteCode.Castle.dll: NHibernate proxy implementation that uses DynamicProxy.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文