Kinetq Development Group, LLC. - Open Source Software

Open Source Software

LiquidPages is a C# library that uses Fluid under the hood to render Liquid templates with an MVVM philosophy inspired by Razor Pages. Learn how it works, how to set it up, and what makes it a flexible building block for any .NET web application.

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.

This is a simple service that helps with mapping C# Types to Lucene Documents and back.

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.

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).

Validation Document

Learn how to render Liquid templates into HTML outside of the LiquidMiddleware by using the injectable IHtmlRenderer interface.

Do you have more questions? Contact us

Contact us