What are all these DLLs in the Castle ActiveRecord 3.0 beta? -


this list of dlls in castle activerecord 3.0 beta. know these do? ones required new project, , ones 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

  • antlr3.runtime.dll: used hql parsing in nhibernate
  • remotion.data.linq.dll: used base nhibernate linq implementation.
  • iesi.collections.dll implements iset always
  • log4net.dll: logging always
  • nhibernate.search.dll: integrates nhibernate lucene.net
  • castle.components.validator.dll: underlying validation implementation of activerecord
  • castle.core.dll: common stuff , dynamicproxy
  • castle.activerecord.web.dll: implements web session scopes. decoupled castle.activerecord.dll allow framework client profiles.
  • nhibernate.bytecode.castle.dll: nhibernate proxy implementation uses dynamicproxy.

Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -