Factory Method Design Pattern An Introduction for NET Developers using C
YOUR LINK HERE:
http://youtube.com/watch?v=CsuBXpJ8veM
In this video, I am going to walk through the implementation of Factory Method Design Pattern [An Introduction for .NET Developers (using C#)]. • I am going to go through a couple of ways we can implement the Factory Method design pattern. • 00:05 - Definition of the Factory Method Design pattern • 00:32 - Scenario where Factory method design pattern can be used • 01:35 - Controller for supporting • 01:50 - A non-elegant way of implementing the requirement of the Factory method, without using Factory method design pattern • 03:00 - A standard factory class implementation of the Factory method design pattern • 05:45 - Trying out the implementation using Swagger • 06:40 - Explaining unit testing with Factory method implementation • 07:06 - Implementation of the Factory Method Design pattern using a Func delegate • 09:08 - Trying out the delegate implementation using Swagger • 09:30 - Debugging through the implementation • My YouTube channel URL: / dotnetcorecentral • My blog website URL: https://dotnetcorecentral.com/ • My GitHub repositories: https://github.com/choudhurynirjhar
#############################
