PreviousNext

ASP.NET Core and the Strategy Pattern

by bill-s, 2018-04-10T02:42:08.038Z

After a review by Steve Gordan (thanks Steve!) he has pointed out that the ASP.NET Core IoC container can't handle IMathOperator[] as a depenency however it can handle IEnumerable and not require the additional factory pattern. This was a hangover from how unity did it due to it's limitations and how I had implemented the pattern previously. Sorry ASP.NET Core!

Read More