-
Notifications
You must be signed in to change notification settings - Fork 43
Home
jeremydmiller edited this page Apr 22, 2011
·
10 revisions
FubuCore is a grab bag of useful utilities and generic functionality that is used as a building block in several other open source .Net projects like:
- HtmlTags [LINK]
- FubuMVC [LINK]
- FubuValidation [LINK]
- Bottles [LINK]
- StoryTeller [LINK]
- Model Binding
- Command Line Infrastructure
- Strong Typed Configuration with the AppSettingsProvider
- Supercharged Reflection
- ReflectionHelper
- Accessor's
- Expression generation
- Type extension methods
- Working with generic types
- Easier access to attributes
- Cache (Memoized Dictionary) -- the most useful class I've ever written
- Composite Actions and Filters
- DisplayFormatter and Stringifier
- Convert strings to other types the way you want with ObjectConverter
- File System utilities
- Type Resolver
- Extension methods
- Basic extensions
- Boolean extensions
- Dictionary extensions
- Enumerable and List extensions
- Number extensions
- StackFrame extensions
- Stream extensions
- String extensions