Latest Posts On Code Maze

MediatR Publish and Send Methods

MediatR Publish and Send Methods

In this article, we are going to explore the key differences between the Publish and Send methods in MediatR, a powerful .NET library for component communication. If you're unsure what to do with passwords or if your approach...

How To Parse String to DateTime in C#

How To Parse String to DateTime in C#

In this article, we will discuss how to parse string representations of date and time to an equivalent DateTime value in C#. The available methods in the DateTime class include Parse(),  TryParse(), ParseExact()and TryParseExact(). These methods can parse a string to...

Test Data Generation With AutoFixture in .NET

Test Data Generation With AutoFixture in .NET

In this article, we will explore how to automate test data generation, enhance productivity, improve test coverage, and reduce maintenance efforts with a single library called AutoFixture.


VIDEO: .


Parsing HTML is a common operation in programming....

Value Objects in C#

Value Objects in C#

In this article, we are going to dive into a very interesting concept in domain-driven design: value objects. We will take a look at many aspects of value objects, what makes them useful, and discuss situations where they may not be appropriate. [sc name="github"...