16/07/2023
Radzen Blazor Components provides a library of pre-built UI components that enhance productivity, reduce development effort, promote design consistency, and create interactive and visually appealin
https://lnkd.in/g2Uxurzs
Using Radzen Blazor Components
A step-by-step guide on how to integrate Radzen Blazor Components into a Blazor project
30/06/2023
Blazor UI Component Libraries are collections of pre-built user interface components designed for use in Blazor applications.
https://lnkd.in/gQB8TQJp
How to Choose Blazor UI Component Library
Advantages and disadvantages of using a component library
16/03/2023
https://medium.com/p/c23ea7a3d2dd
Blazor Server Project #20: Account Lockout Policy
A straightforward guide to customizing ASP.NET Core Identity for the lockout policy
26/02/2023
A password policy is a set of rules and guidelines that an organization or system administrator sets to define how users should create, manage, and use passwords.
Blazor Server Project #19: How to Customize Password Policy
A step-by-step guide to configuring ASP.NET Core Identity for the password policy
15/02/2023
Like on Google and Facebook Authentication, by integrating Twitter Sign-In into your web app, any user — unregistered users, registered users with no role, one or more — can sign in using their Twitter accounts.
https://lnkd.in/gQB8TQJp
Blazor Server Project #18: How to Configure Twitter Authentication
A practical guide to integrating Twitter Sign-In into your web app, allowing users to log in using their Twitter account
03/12/2022
By integrating Facebook Sign-In into your web app, unregistered/registered users can sign in using their Facebook accounts.
https://lnkd.in/gQB8TQJp
Blazor Server Project #17: Facebook Authentication and Authorization
Easy guide to integrating Facebook Sign-In into your web application, allowing users to log in using their Facebook account
17/11/2022
By integrating Google Sign-In into your web app using Google OAuth 2.0, any user — unregistered/registered users — can log in using their Google accounts.
https://lnkd.in/gQB8TQJp
Blazor Server Project #16: How to Implement Google Authentication
A practical guide to integrating Google Sign-In into your web app using Google OAuth 2.0
05/09/2022
Role-based authorization assigns the same permissions to multiple users based on their roles. For example, only users with the role "Admin" can delete data; a user must belong to two roles, "Admin" and "User" roles, to add data.
https://lnkd.in/g2Uxurzs
Blazor Server Project #15: Role-based Authorization
A practical security guide: add role services, specify & implement role-based authorization, assign roles to users, test the authorization
03/08/2022
Before applying authorization, we must enable authentication first. Then we utilize the installed Razor pages to simplify security and user account management.
https://lnkd.in/g2Uxurzs
Blazor Server Project #14: Authentication and Authorization
An essential guide to security: enabling authentication, applying authorization, and utilizing Razor pages for registration, login, logut
07/07/2022
A guide to integrating Identity tables into the database of the existing project.
https://lnkd.in/g2Uxurzs
Blazor Server Project #13: How to Generate Identity Tables
Security part 2: an easy guide to adding Identity tables to the database of the existing project
06/07/2022
* Installing Core Identity
* Generating Identity Database: creating & applying migration
https://lnkd.in/g2Uxurzs
Blazor Server Project #12: Installing ASP.NET Core Identity
Security part 1: an easy guide to installing Identity and adding its database to the existing project