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.
- Taking a look at the DynamicDictionary
- The before and after module hooks
- Model binding
- Bootstrapper
- View Engines
- View location conventions
- Testing your application
- The root path
- Managing static content
- Diagnostics
- Adding a custom FavIcon
- The Application Before, After and OnError pipelines
- Generating a custom error page
- The cryptography helpers
- Content negotiation
- Authentication
- More to come
- Hosting Nancy with ASP.NET
- Hosting Nancy with WCF
- Hosting Nancy with Azure
- Hosting Nancy with OWIN
- Hosting Nancy with Umbraco
- Hosting Nancy with Nginx on Ubuntu
- Self Hosting Nancy
- Implementing a Host
- Accessing the client certificate when using SSL
- Blog Posts, Video & Audio
- Async-Beta (Async Beta)