The Builder is typically used in unit tests where we need to create instances domain model of classes that are but we only want to specify those properties that are part of the scenario we're trying to test. In this video, we design the Builder pattern and go through multiple implementations. Finally, arriving are an implementation that uses C# Expressions.
Source Code presented in this video:
https://github.com/matlus/Builder-Pat...