Builder and FluentBuilder Design Patterns in C#

Опубликовано: 05 Октябрь 2024
на канале: Code Maze
1,005
63

►► Master Web API development Best Practices: https://bit.ly/3TnqoFQ
►► Build great web apps in Blazor WebAssembly: https://bit.ly/437g87T
►► Support us on Patreon and get the source code:   / codemaze  

Hi everyone. My name is Marinko Spasojevic and in this video, I will show you how to build different parts of your objects using the Builder pattern, and also how to make those parts using the fluent method approach with the Fluent Builder pattern in C#.

The Builder design pattern is a creational design pattern that lets us create an object one step at a time. It is quite common to use this pattern when creating a complex object. By using this pattern, we can create different parts of an object, step by step, and then connect all the parts together.

The Fluent Builder is a small variation of the Builder design pattern, which allows us to chain our builder calls towards different actions.

FOLLOW US ON SOCIAL MEDIA!
►►   / marinko-spasojevic  
►►   / codemazeblog  
►►   / codemazeblog