Skip to content

wallymathieu/entity-framework-studies

Repository files navigation

Entity framework studies

This repository contains source for both c# and f#.

C#

F#

Dev container

To ensure that the DB has the migrations applied

bash ./migrations/FsMigrations/run.sh && bash ./src/Web/run.migrations.sh

Docker compose

Copy .devcontainer.env to .env:

cp .devcontainer.env .env

Start database

docker compose up -d db

Start and build web (as a deamon)

docker compose up -d web --build

About

Port of nhibernate-studies to Entity Framework

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published