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!...
The code for this post is part of the Azure Functions for SharePoint Github [https://github.com/InstantQuick/AzureFunctionsForSharePoint] project. Background About a month ago, Doug Ware [https://twitter.com/DougWare] introduced the Azure Functions for SharePoint (AFSP) [https://afspdocs.blob.core.windows.net/docs/index.html] open source project. The project's goal is to provide a set of common plumbing functions for scenarios shared by most SharePoint provider hosted add-ins implemented as Az...
As I mentioned in a recent post [https://peteskelly.com/pnp-cmdlet-updates-and-azure-functions/], I have been spending some time getting to know Azure Functions lately. A friend and I are taking the opportunity to learn about Azure Functions and build something that will help us with activities related to the community conferences we organize. As always, this is more of a breadcrumb trail for me, but leave a comment if this helps you! I'd love to hear from you. Why Do We Need Shared CSX Code? T...