In unit tests, sometimes you need to perform deep checks on the object passed to the mocked service. We will learn 3 ways to do that with Moq and C#
Continue reading
After 100 articles, I’ve found some neat ways to automate my blogging workflow. I will share my experience and the tools I use from the very beginning to the very end.
Continue reading
Having too many ‘using’s, or imports, is a good indicator that your class does too many things. You should work to reduce the number of dependencies of a class.
Continue reading