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.
Back in Episode 7 we looked at creating custom tag helpers in ASP.NET Core MVC. This week, we take a look at a more advanced scenario where a custom tag helper can be used to cleanup our markup and help enforce consistency.
With ASP.NET Core we have new options for the way we build out our controllers. Sure, the conventions we know are there, but today we have the option to use as much or as little of the base class as we like in MVC Core.