forked from NancyFx/Nancy
-
Notifications
You must be signed in to change notification settings - Fork 0
There are a couple of frameworks you should know about
thecodejunkie edited this page Jan 28, 2011
·
1 revision
We rely on 3rd party open-source software while creating Nancy. All of these fall on the testing side of Nancy and since we try to use a TDD workflow, as much as possible, they are used a lot. In order to contribute to Nancy you're going to have to get acquainted with these since we are expecting (shocking right!) you to provide tests with your code. These tests will help us a ton with regression testing. Thanks for helping us out with it. Love you!
- xUnit; used for unit tests
- MSpec; used for BDD style acceptance tests
- FakeItEasy; used for mocking in the unit tests
- 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)