Generic abstract class implementing another generic class and multiple interfaces with constraint
In one of my recent projects, I needed to create a new generic abstract class which implements another generic class and a couple other interfaces. I also needed to restrict the generic type in this generic abstract class to a specific type This is not something I commonly need to do so I was not … [Read more…]