forked from NancyFx/Nancy
-
Notifications
You must be signed in to change notification settings - Fork 0
Getting the source code
thecodejunkie edited this page Jun 8, 2011
·
4 revisions
If you would like to submit contributions to Nancy, the first thing you need to do is fork the repository to your github account. After you have made the changes that you want, send a pull request. For more information on how to go about the fork / pull request process, see the Forking A Project github help page.
Also make sure to read our Git Workflow wiki to make the contribution process as smooth as possible for everyone involved.
- Async
- Taking a look at the DynamicDictionary
- The before and after module hooks
- The Application Before, After and OnError pipelines
- Model binding
- Bootstrapper
- View Engines
- View location conventions
- Localization
- Testing your application
- The root path
- Managing static content
- Diagnostics
- Adding a custom FavIcon
- Generating a custom error page
- The cryptography helpers
- Content negotiation
- Authentication
- More to come