Tutorials on ASP.NET Core, Blazor, jQuery, JavaScript, Entity Framework, Identity, WordPress, SQL, HTML & more


Blazor Events and Data Bindings

Last Updated: November 12, 2022

Blazor events and Data Bindings

Blazor Event Handling is the process to respond to events like button click, select change, text change on text box, clipboard events, mouse events, etc. Then perfoming some work if the events happen. In the below example, there is a button having an onclick event. When this event happens, we are going to shoot an email.

(more…)

User Lockout in ASP.NET Core Identity

Last Updated: December 2, 2023

user lockout identity

The ASP.NET Core Identity User Lockout feature improves the application security by locking out a user who enters the password incorrectly several times. This technique is very useful in protecting against brute force attacks, where a hacker repeatedly tries to guess a password.

(more…)

Creating Password Reset feature in ASP.NET Core Identity

Last Updated: December 2, 2023

password reset identity

When a user forgets his/her password then he needs the option to reset it. In such situations ASP.NET Core Identity Reset Password option comes out to be very handy.

(more…)

Creating First Application in Blazor from scratch

Last Updated: November 11, 2022

Blazor First Application

We will be creationg our First ASP.NET Core Blazor app in Visual Studio from absolute beginning. We will create an ASP.NET Core app from Empty stage and configure it to use Blazor. Note that the Visual Studio has a Blazor Template option which automatically configures a new project for Blazor. We have to introduce all the files structures of Blazor and their workings to you, therefore we will be creating this application from ASP.NET Core Empty template and will be using the latest .NET 7.0 Version. You are going to love this approach since you will learn about every necessary ASP.NET Core Blazor components and their workings, so be with this tutorial till the end.

(more…)

How to perform Email Confirmation of Users in ASP.NET Core Identity

Last Updated: December 2, 2023

email confirmation identity

ASP.NET Core Identity Email Confirmation verifies that the registered users have provided authentic email address and that they're likely to to be real persons. It means that registered users are indeed owners of their provided emails. Identity also provides the option to enable email confirmation during the time of user registration process.

(more…)

Two-Factor Authentication in ASP.NET Core Identity

Last Updated: December 2, 2023

two factor authentication identity

ASP.NET Core Identity Two-Factor Authentication is a process where a user enters his credentials on the login page. After successful password validation, he receives an OTP (one-time-password) via email or SMS. The user needs to enter this OTP in the Two-Step Verification form to log in. This procedure greatly increases the security of the application.

In this tutorial we are going to implement the Two-Factor Authentication in ASP.NET Core Identity.

(more…)

ScalaCube : Game Server Hosting

Last Updated: June 8, 2021

ScalaCube

A Game Server Hosting is a central data transmitter and is used specifically for multiplayer games like Minecraft, ARK, Rust, Hytale and similar. Players can link up with other players on a game server to play these games. They also allow you and your friends to enter major online competitions.

(more…)

Xaero – Entity Framework Core Advanced Project

Last Updated: September 26, 2022

Xaero entity framework core advanced project

“Xaero” is a an Entity Framework Core project built in ASP.NET Core. It powers a Movie Database application. Entity Framework core also known as EF Core is the modern and popular Object/Relational Mapper (O/RM) framework by Microsoft. In this tutorial we will build a Very Advanced Project from scratch. So make sure you read this tutorial from start till end, the source codes are given to download. Link is given at the end of the tutorial.

(more…)

ASP.NET Web Forms – Implementation of BlueImp jQuery File Upload GitHub Plugin

Last Updated: June 6, 2021

BlueImp jquery file upload asp,net web forms

GitHub has the the best jQuery File Upload plugin by BlueImp. It can be downloaded from GitHub using this link.

(more…)

Complete Overview of Amazon AWS Certified Solutions Architect – Professional Certification

Last Updated: May 28, 2023

aws certification

IT is currently one of the most rapidly developing fields in the world and more people are aspiring to enter this industry as a result. This has made it a very competitive space and the employers always looking to hire the most experienced individuals. So, this means that if you want to find your place in IT, you will have to develop your expertise by gaining new knowledge and skills. There are a lot of ways to do that but one of the top methods is to obtain a certification. You can turn to a huge number of companies that provide the credentials for the IT specialists but one of the best has to Amazon AWS Certification Practice Test Questions.

(more…)