Programming articles:
Decrypting code
Philosophy of programming
Programming a wiki
HTML On Razor Pages
Google query:
html checkbox.
html button
razor pages button
Doing a login function on an ASP.NET core project
Google queries for .NET Core login tutorials
Articles about Razor Page Login
-
Allows for external login providers such as Facebook, Google, Microsoft Account and Twitter
Can be configured using SQL Server database
Using identity to register, login in, and log out a user.
-
Sample app is a contact list created by users
This tutorial shows how to create an ASP.NET Core web app with user data protected by authorization. It displays a list of contacts that authenticated (registered) users have created. There are three security groups:
Registered users can view all the approved data and can edit/delete their own data.
Managers can approve or reject contact data. Only approved contacts are visible to users.
Administrators can approve/reject and edit/delete any data.