Table of contents
- 1 Where can I use it?
- 2 Content
DictionaryAdapter Component
The DictionaryAdapter is being used to generates typed wrappers around dictionaries
Where can I use it?
That is extremly useful in the context of web applications, as there are many untyped dictionaries in use, such as Session, Form, QueryString, Context.Items, and MonoRail's PropertyBag and Flash.
It can also be used with any other dictionary in any other part of your application.
Content
The following pages explain more about the DictionaryAdapter Component.