Juan Miguel Nietojmnieto.hashnode.devยทOct 15, 2024A simple explanation and usage of strategy pattern.The main Idea is to define a family of algorithms, encapsulate each one, and make them interchangeable. Example we want to send emails and the logic will be different depending on the sender. Without a strategy pattern we usually implement it using ...128 readsC#Add a thoughtful commentNo comments yetBe the first to start the conversation.