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
Blog Posts, Video & Audio
Endy Tjahjono edited this page Sep 23, 2016
·
37 revisions
- Why use NancyFX?
- Simple Web UIs with the Nancy Framework
- Building a simple Nancy app from scratch using Mono and MonoDevelop in OSX
- Nancy and C# uploading and showing an image
- Nancy and returning a pdf
- NancyFX and Areas
- NancyFX, RavenDB, NerdDinner and Me
- Compile Nancy applications on a Raspberry Pi
- From ASP.NET MVC to Nancy - Part 1
- From ASP.NET MVC to Nancy - Part 2
- From ASP.NET MVC to Nancy - Part 3
- Lightweight Development in .Net: Nancy
- Using Partial Renders with Nancy rather than Render Actions like MVC
- Understanding Nancy - Sinatra for .NET
- Using Nancy to Remotely Control a Desktop Application
- An Example for Self-Hosting Nancy in an Application
- Nancy, a lightweight framework for .NET
- Frictionless .net web app development with Nancy
- Frictionless .net web app development with Nancy part 2
- Frictionless .net web app development with Nancy part 3
- Frictionless .net web app development with Nancy part 4
- Hello world in Nancy with F#
- HTTP Compression with NancyFx
- Enable CSRF Protection in Nancy
- How to use PJAX with Nancy
- Adding an Expires Header to Static Content in NancyFx
- Nancy from an MVC Developer Point of View
- Hosting NancyFx with OWIN on IIS With IIS Static Files Module
- NancyFX and Hypermedia
- File Uploads with Nancy (github)
- Gzip Compression with NancyFX
- NancyFX and Content Negotiation
- Revisting Content Negotiation and APIs part 1
- Revisting Content Negotiation and APIs part 2
- Revisting Content Negotiation and APIs part 3
- HTTP API Versioning Using Nancy
- Configuring multiple Forms Authentication sections with NancyFX
- Forms Authentication with NancyFX
- OAuth with NancyFX and WorldDomination.Web.Authentication
- Authenticate against active directory with Forms Authentication
- Token Authentication with Nancy and Owin
- Introducing Raygun.io and Nancy.Raygun
- Custom Error Pages in NancyFx
- Consistent Error Handling
- Error Handling with Nancy (github)
- Nancy and VB.Net
- Nancy and VB.Net: getting data in your page
- Nancy and VB.Net: the razor view engine
- Nancy and VB.Net: testing your modules.
- Nancy and VB.Net: The bootstrapper
- Nancy and VB.Net: the login/logout thing
- Nancy and VB.Net: Using easyhttp as our client
- Nancy and VB.Net: Forms authentication
- Nancy and VB.Net: testing your modules.
- Testing Modules in Nancy
- Testing (razor) views
- 1. Intro to testing with Nancy
- 2. The Configurable bootstrapper
- 3. The Browser and Response objects
- 4. Hat and shoeless testing with Simple.Data
- 5. Executable Specifications Through The Full Stack, In Memory
- NDCOslo 2014 Talk: An Introduction to Nancy by Mat McLoughlin (June 5 , 2014)
- NancyFx Tutorial by Dan Swain (Jan 8, 2013)
- Web.Net (2012) Talk: Chrisian Horsdal on Three Web Frameworks. All .Net. One Hour. (Nov 2012) Go
- 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)
- .Net Rocks Podcast 857 - Hakansson and Robbins Talk NancyFX (Mar 26, 2013)
- 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)
- Herding Code Podcast 123 - Andreas Håkansson and Steven Robbins on NancyFx (Oct 17, 2011)
- 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