
Category: .NET

How to fix unit test discovery in VS 2017 with MSTest V2?
Introduction Microsoft Test Framework “MSTest V2” is the evolution of the Microsoft Test Framework and Adapter….
Read MoreHow 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 MoreIntegrate NDepend into your .Net Core projects !
Introduction In computer science and software engineering in particular, software quality is an overall assessment…
Read MoreDeprecation of SSL / TLS 1.0
Introduction 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 MoreCode quality: Using CodeAnalysis.FxCopAnalyzers and Stylecop in .NET Core 2 applications
Introduction Why Code quality is important? Because correctness, maintainability, and even elegance are all…
Read MoreMicro ORMs, alternatives to Entity Framework ? Part 8
<< Previous article (Part 7) Performance comparisons I did some benchmarks, only with Select…
Read More