About transaction isolation levels

Vladimir Marinkovic
Vast of the today’s applications leverage on some type of a database that provides ACID guarantees with transactions. It is important to know the differences between different isolation levels to facilitate the choice when applying them…

Up/Down database migration scripts with DbUp

Vladimir Marinkovic
DbUp is lightweight .NET library that performs forward migrations for SQL servers. The only problem is that core library doesn’t support migrations rollback. However, there is a solution to create up/down migration scripts…