Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 445 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 445 Bytes

Design Patterns in C# code

It will contain common designs Patterns that I've implemented or used.

Setup

Database

This project is using SQLite and liquibase. Install liquibase-3.5.5 and add it to the Path environment variable. LINK Then Run:

> cd src/Design.Patterns.WebApi/sqlite-database/
> liquibase update

Useful commands

dotnet new webapi -n Design.Patterns.WebApi