This version is no longer supported and will not receive any updates nor bug fixes, please consider using the new version instead. We've made significative breaking changes on the new version of Liquid Application Framework. So, the old and new versions are not compatible and, also, there is no easy way to migrate from this to the new one. This repo will be keeped only for historical purposes and to allow anyone, relying on this version, to fork the code and maintain it from there, if needed.
Liquid is a multi-cloud framework designed to accelerate the development of cloud-native microservices while avoiding coupling your code to specific cloud providers.
When writing Liquid applications, you stop worrying about the technology and focus on your business - Liquid abstracts most of the boilerplate and let you just write domain code that looks great and gets the job done.
To use Liquid, you create a new base ASP.Net application and then download and install the following nuget packages:
And then choose what implementation cartridge you need to run your environment:
LiquidApplication.OnAzure
LiquidApplication.OnGoogle
LiquidApplication.OnAWS
Some of the best ways to contribute are to try things out, file issues, and make pull-requests.
In any case, be sure to take a look at the contributing guide before starting.