An work-in-progress implementation of a domain-agnostic entity platformer.
- Start MSSQL Server
- Configure a connection string in
appsettings.json
/appsettings.Development.json
- Upload initial database schema
- Run the server
dotnet watch --project Library.Client/
for HOT Reloading and watching changesdotnet build
to build all projectsdotnet publish
to create a distributable
- ValueConverter
- LogicalOperatorConverter
- FilterExpressionConverter
- QueryExpressionConverter
- ConditionExpressionConverter
- EntityConverter