Open Source Software
Nancy has a lightweight, low ceremony view engine built right in called the Super Simple View Engine. It has basic functionality that allows you to get the job done for simple sites, but what if you want to do a little more than the view engine offers? This is a good read if you want to know how to extend the SSVE.
A simple service that helps to abstract common operations when interacting with lucene.net indexes. The index provider exposes methods for managing indexes as well as CRUD operations. It tries to enforce proper usage of Lucene by providing a read-only mode along with a read/write mode. Search operations are also abstracted into a fluent search term builder, which helps to ease the pain of building complex queries.
This is a simple service that helps with mapping C# Types to Lucene Documents and back.
Liquid pages is a C# library that utilizes Fluid under the hood to create middleware that can be used with any web server to render liquid templates. It has a MVVM philosophy similar to Razor Pages (hence the name Liquid Pages).
