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.
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.
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.
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.