My todo list
Installing postgres and setting up DataGrip
This video shows you how to install a postgres database, and afterwards use DataGrip to connect to it.
Introduction to debugging in C#
Introduction to Entity Framework Core
DEPRECATED: Simple Blazor-server login
DEPRECATED: Todo App Part 1 - Web API
DEPRECATED: Todo App Part 2 - Blazor
DEPRECATED: Todo App Part 3 - EFC
...
How to structure your appendix
Connect EFC to local or cloud hosted PostgreSQL db
SEP3 and Git This video shows how to set up your SEP3 project, so all three tiers are in the same repository.
Git introduction This is a somewhat long video series introducing Git.
Server architecture and unit testing This series introduces some basic server architecture usable in SEP2 and SEP3. I apply architectural patterns Transaction Script and Data Access Object. It is developed through Unit Testing, i.e. Test Driven Development.