AkiVaMu Just tiny things come to mind...

Posts related to Software Design


OAuth and OpenID Connect

Authentication (and Authorization) is an important part of our internet for a long time. This post will walkthrough how this problem is solved, from the simplest form into modern approach.

more...

Top down vs Bottom up

Taking from SoF link

more...

Repository Pattern in .NET Entity Framework

Why shouldn’t I use the repository pattern with Entity Framework?

more...

Inversion Of Control

Concepts

more...

Dependency Inversion

Concepts

more...

Dependency and decoupling

1. Simplest dependency graph

more...