-
Notifications
You must be signed in to change notification settings - Fork 150
Documentation
jeremydmiller edited this page Apr 11, 2011
·
27 revisions
- Getting FubuMVC
- Getting Started
- Features
- Architecture
- “One model in, one model out”
- Composable Runtime Pipeline
- Configuration Model
- Conventions, conventions, conventions!
- IoC Integration
- How a request is handled in FubuMVC
- How a FubuMVC application is bootstrapped
- Model Binding
- Resolving objects from Http request data
- Default Capabilities
- Extending model binding
- IoC Integration
- Compliance guide for IoC integration
- Understanding the ObjectDef model
- Registering IoC services
- Using StructureMap with FubuMVC
- Common FubuMVC Services
- Passing and tracking state within a request (IFubuRequest)
- Converting string values (IObjectConverter)
- Accessing the Http request
- Writing to the Http response
- Routes and Url's
- Explicitly configuring routes
- Conventional routes and route policies
- Resolving Url's
- Open or Templated Url's
- Url forwarding
- The Configuration Model
- The BehaviorGraph
- BehaviorNode's
- Authorization
- Modeling Routes and Url's
- Interacting with Http
- Bootstrapping a FubuMVC Application
- FubuApplication
- Container Facilities
- Integration with Bottles
- Configuration and Registration
- FubuRegistry
- Working with conventions and policies 1.
- Writing Custom Conventions or Policies
- Registration DSL