Here's a Handy List of Social Login Providers

If you would like to have your web site use a social identity provider rather than creating or maintaining your own identity store you’ve got options.

Loading View Components from a Class Library in ASP.NET Core MVC

In today's post we take a look at how view components can be implemented in a separate class library and shared across multiple web applications.

Goodbye Child Actions, Hello View Components

In previous versions of MVC, we used Child Actions to build reusable components. Child Actions do not exist in MVC 6. Instead, we are encouraged to use the new View Component feature to support this use case.