Always Developing

always learning | always growing | always paging (28)

nameof usage for better code quality

How the nameof operator can be leveraged to produce cleaner, less error prone code


Read more...


Tuples for class value equality

Using a tuple to check the equality of two class instances


Read more...


Unit testing a protected method

How to unit test a protected method on a class


Read more...


Entity Framework DbContext Pooling

Using DbContext pooling to improve the performance of aan application


Read more...


Visual Studio Schema Compare

Comparing two database schemas using Visual Studio Schema Compare feature


Read more...