This repository has been archived by the owner on Jan 24, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
There are a couple of frameworks you should know about
06b edited this page Dec 30, 2014
·
3 revisions
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
- Introduction
- Exploring the Nancy module
- Routing
- Taking a look at the DynamicDictionary
- Async
- View Engines
- Using Models
- Managing static content
- Authentication
- Lifecycle of a Nancy Application
- Bootstrapper
- Adding a custom FavIcon
- Diagnostics
- Generating a custom error page
- Localization
- SSL Behind Proxy
- Testing your application
- The cryptography helpers
- Validation
- Hosting Nancy with ASP.NET
- Hosting Nancy with WCF
- Hosting Nancy with Azure
- Hosting Nancy with Suave.IO
- Hosting Nancy with OWIN
- Hosting Nancy with Umbraco
- Hosting Nancy with Nginx on Ubuntu
- Hosting Nancy with FastCgi
- Self Hosting Nancy
- Implementing a Host
- Accessing the client certificate when using SSL
- Running Nancy on your Raspberry Pi
- Running Nancy with ASP.NET Core 3.1