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
Home
hmemcpy edited this page Mar 30, 2013
·
81 revisions
For discussion about the Nancy project, please use our Google Group at https://groups.google.com/forum/?fromgroups#forum/nancy-web-framework
You can also follow the discussion on Twitter using the #NancyFx hashtag.
Community-Resources (Blog Posts, Articles, etc...)
#####Logging
- Nancy and New Relic
- Nancy Elmah (Exception logging and viewing using Elmah)
- Nancy.Raygun (raygun.io provider)
#####Caching
- Nancy LightningCache (Asynchronous route-specific caching)
#####Front-end performance
#####Authentication
- WorldDomination Web Authentication (Manual Setup)
- WorldDomination Web Authentication (Automatic Setup)
#####Enhancements
- NancyFx Tutorial by Dan Swain (Jan 8, 2013)
- aspConf 2012: Christian Horsdal on The Lightweight Approach to Building Web Based APIs with .Net (July 17, 2012)
- Presentation By Nicholas Cloud (May 1, 2011)
- Progressive .NET Tutorials 2011: Mark Rendle & Steven Robbins on Introduction to Nancy and Simple.Data (Jul 9, 2011)
- Herding Code Podcast 156 - Catching up with Andreas Håkansson and Steven Robbins on NancyFx (Jan 18, 2013)
- Hanselminutes Podcast 351 - Understanding NancyFx with Richard Cirerol (Dec 27, 2012)
- [[Hanselminutes Podcast 270 - Nancy, Sinatra and the Explosion of .NET Micro Web Frameworks with Andreas Håkansson (Jun 9, 2011)|http://www.hanselminutes.com/default.aspx?showID=290]]
- Herding Code Podcast 123 - Andreas Håkansson and Steven Robbins on NancyFx (Oct 17, 2011)
- What can you help us out with
- Building Nancy on Mono
- Getting the source code
- Make sure line endings doesn't bite you
- There are a couple of frameworks you should know about
- Managing dependencies the right way
- Git Workflow
- Having trouble with rake?
- Coding styles (+ ReSharper file and test naming)
- SharedAssemblyInfo.cs / Breaking all your projects on commit ;-)
- 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