Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nancy

Configure NancyFx with Fluent Validation

When do you really need async on a web framework?

Does NancyFX support static content caching via the ETag and Last-Modified headers?

JSON body is not deseralized by NancyModule

c# .net json http nancy

How to display my 404 page in Nancy?

asp.net .net nancy

Does Nancy.ViewEngines.Razor v0.12.1.0 support Layout views amd _ViewStart?

razor nancy

How can I pass a SSL certificate to Nowin when using Nancy

c# owin nancy nowin

How do I access Nancy's CurrentUser property from within a Razor view?

razor nancy

Nancy: how do I capture all requests irrespective of verb or path

c# nancy

NancyFX reflect changes immediately for static contents

Localization in Nancy without the razor viewengine

c# razor nancy

Getting CORS To Work With Nancy

c# asp.net api cors nancy

How to pass a model to a Razor view from Nancy

razor nancy

Is there an automated way to document Nancy services?

nancy swagger

How can I authenticate against Active Directory in Nancy?

Test driving Nancy Modules

unit-testing nancy

NancyFX: Routes with query string parameters always returns a 404 NotFound

.net query-string nancy

Model-bind POST with Array of objects in NancyFx

Why are no query parameters being passed to my NancyFX module?

c# nancy

Nancy: Serving static content (e.g. index.html) from "/"?

c# nancy