How to unit test private methods in .NET Core applications? (even if it’s bad)
Introduction Yes it’s bad and dirty! Since your private methods are only an implementation detail…
Read MoreIntroduction Yes it’s bad and dirty! Since your private methods are only an implementation detail…
Read MoreIntroduction In computer science and software engineering in particular, software quality is an overall assessment…
Read MoreIntroduction This article is based on the following article: https://blog.pcisecuritystandards.org/are-you-ready-for-30-june-2018-sayin-goodbye-to-ssl-early-tls Is your organization still using…
Read MoreIntroduction Why Code quality is important? Because correctness, maintainability, and even elegance are all…
Read More<< Previous article (Part 7) Performance comparisons I did some benchmarks, only with Select…
Read More