© 2026 Hashnode
MOQ vs WebRTC has become one of the most talked-about topics in the live streaming space over the past few months. I’ll share a more detailed blog about this new live streaming technology soon, but first, I’d like to address the latest buzz happening...

Unit testing is one of the most important parts of modern software development.In this article, you’ll learn how to write unit tests in .NET Core using xUnit, Moq, and FluentAssertions, step-by-step — with a real example from a blog app. 1. Creating...

In many applications, converting data from one format to another is a common task. For instance, you might need to convert a business entity object into JSON or vice versa. Many developers use extension methods like ToJson() or ToModel() for this con...

Introduction I encountered a scenario where I needed to test if a method inside another method was actually invoked. This led me to learn about the Verifiable construct in the Moq library. 💻 It provides a concrete way to ensure that the calls config...

As a passionate advocate for robust unit testing and code quality, I've invested heavily in leveraging the Moq library within my .NET projects. To ensure reliability and catch potential errors early, I developed a .NET analyzer tool specifically tail...

The Context Moq is a very popular, open-source project that provides a mocking library for .NET developers. It has come under fire for quietly collecting data without the knowledge or consent of its users. Crux of The Matter Moq is was everything w...
