TIL #3 - Consuming interface implementations as an IEnumerable collection in .NET Core
.NET Dependency Injection enables consuming IEnumerable<T> implementations for flexible dependency scenarios...
.NET Dependency Injection enables consuming IEnumerable<T> implementations for flexible dependency scenarios...
Create a simple solution using LinkedIn and GitHub providers to authenticate users. Out of the box, ASP.NET Core supports multiple external providers but not LinkedIn. The aspnet-contrib (github.com) project has more than 60 external providers, including LinkedIn!...
Creating the Project Back in October 2016, Shawn Wildermuth published Testing SSL in ASP.NET Core [https://wildermuth.com/2016/10/26/Testing-SSL-in-ASP-NET-Core]. I came across this post while trying to get HTTPS working with ASP.NET Core on a Mac. Sadly, this post was specific to Windows. However, I want this to work so I can make some progress on Office Addin development using ASP.NET Core. What follows is more of a reminder to myself of how to get this working a Mac again, but let me know if...