Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 1 KB

README.md

File metadata and controls

21 lines (11 loc) · 1 KB

Castle Core Documentation

Other than the three main projects, Castle consists of a whole range of smaller, but very useful libraries that you can take advantage of in your application.

Logging

Logging Services - logging abstractions and implementations for common scenarios and logging frameworks.

DynamicProxy

Castle DynamicProxy - a lightweight, lightning fast framework for generating proxies on the fly, used extensively by multiple projects within Castle (Windsor, MonoRail) and outside of it (NHibernate, Rhino Mocks, AutoMapper and many others).

DictionaryAdapter

Castle DictionaryAdapter - on the fly generates strongly typed wrappers around untyped dictionaries, or chunks of XML (like config file), optionally adding support for change notification, cancelation, error notification and other features.

Scheduler

Castle Scheduler - a lightweight job scheduling service.