Author: anthonygiretti
How to unit test a class that consumes an HttpClient with IHttpClientFactory in ASP.NET Core?
Introduction A few years ago, Microsoft introduced the HttpClient class as a modern substitute for…
Read MoreASP.NET Core 2.1 middlewares part 1: building a custom middleware
ASP.NET Core 2.1 middlewares part 1: Building a custom middleware ASP.NET Core 2.1 middlewares…
Read MoreASP.NET Core 2.1 middlewares part 2: Unit test a custom middleware
ASP.NET Core 2.1 middlewares part 1: Building a custom middleware ASP.NET Core 2.1 middlewares…
Read MoreHow 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 More