How to implement facade patterns in .NET C#
March 31, 2023
• 2,201 views
c#.netc# tutorialdotnetdotnet coredotnet core tutorialdotnet core c#c# dotnet coredesign patterndesign patternsdesign patterns c#C# desgin patternsc# programminglearn c#learn design patternslearn design patterns with exampleslearn design patterns c#autofacdependency injectiondi frameworkC# dependency injectiondi framework C#dependency injection framework C#C# autofacc# dependency injection exampleC# autofac dependency injection
This video is part of a series where we will explore how to create a facade in C#. We will be using a repository as a basis for our facade and then exploring some of the challenges and benefits. Our facade will be composed of multiple plugin sources where we will use Autofac to load them in dynamically at runtime.
When you're done with this video, you should follow up with this one:
https://www.youtube.com/watch?v=-pxwL_VD4Uo
Want the source for this video? Check it out here:
https://github.co...
