Skip to content
This repository has been archived by the owner on Sep 25, 2020. It is now read-only.

Latest commit

 

History

History
17 lines (9 loc) · 892 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 892 Bytes

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.

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.