Epic Fail or Promising Attempt - Auto Pipeline Config in C#
February 2, 2024
• 678 views
design patterndesign patternspipeline design patternsoftware architecturesystem designgang of fourdesign patterns in plain englishjavascript design patterns es6features of c# languageobject oriented programmingdata processing c#dotnetc# tutorialcsharpc# courseprogrammingcodestructural design patternvisual studiodesign pattern in c#learn c# design patternsdesign pattern c#c# design patterns tutorialsoftware design patternsC#autofac
The pipeline design pattern is an awesome way for us as C# developers to be able to process data. We can configure stages to wire up and pass data from one to the next.
However, one of the challenges is setting this design pattern up! Nobody wants to configure it by hand... Will this thought experiment lead to an easier way for us to configure pipelines in dotnet?
Have you subscribed to my weekly newsletter yet? A 5-minute read every weekend, right to your inbox, so you can start your weekend...
