Curated Video
Practical Cyber Hacking Skills for Beginners - Understanding Databases and SQL
In this lesson, we will look at databases and structured query language (SQL) and how they can be used to manipulate and retrieve data.
Curated Video
Practical Cyber Hacking Skills for Beginners - Hashing
In this video, we will look at hashing, which is the conversion of key/string/variable into a hash using an algorithm used in malware and antimalware products.
Curated Video
Practical Cyber Hacking Skills for Beginners - Hardening Networks
Here, you will learn how to harden networks. What devices and protocols are available to harden a network from being hacked?
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Adding Spinkit to the App
This lecture teaches the steps to configure BlazorPro.Spinkit, a Nuget package that allows animated loading indicators while the data is being asynchronously fetched from the database. This clip is from the chapter "Additional Content:...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Installing the Blazor Movie App with Database from GitHub on User Machines
This lecture walks through the process of simulating the Blazor CRUD application with the database after cloning it from the GitHub repository. This clip is from the chapter "Authentication and Authorization" of the series "Build and...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - View User Profile Data with Authorization
This lecture shows all the steps in code required for implementing authorization to view user profile data. This clip is from the chapter "Authentication and Authorization" of the series "Build and Learn ASP.NET 6.0 Blazor Hands-On".This...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Authentication in Action for the Movie App
This lecture shows the usage of individual user accounts in the completed movies app from the previous section. You will see how only logged-in (authenticated) users can view the movies. This clip is from the chapter "Authentication and...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - JavaScript Interop Calls to Modal
This lecture shows how to close the modal dialog after saving to the database by clicking the submit button. You will learn the necessary changes needed to achieve this. This clip is from the chapter "Create a CRUD Application in Blazor"...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Create a Details Page to Show List of Movies
This video lecture shows how to create a details page for movies with a navigation menu. This clip is from the chapter "Create a CRUD Application in Blazor" of the series "Build and Learn ASP.NET 6.0 Blazor Hands-On".This section...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Seed the Movies Database
In this video, you will learn the process of seeding the database with some initial records for testing. This clip is from the chapter "Create a CRUD Application in Blazor" of the series "Build and Learn ASP.NET 6.0 Blazor Hands-On".This...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Create Methods for Add, Edit, and Delete Operations
In this lecture, the remaining CRUD operations of add, edit, and delete are performed through coding for the corresponding async methods. You will have a complete understanding of the implementation of the DataAccessService in the app....
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Add the Movie Entity to the ApplicationDbContext
In this video, you are shown how to add the movie entity to the ApplicationDbContext class, which was generated with the selection of authentication (individual user account). This clip is from the chapter "Create a CRUD Application in...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Create a Movie Class
A Movie Class is added to the newly created Models folder in this video. This will act as the model for the EF Core for generating the corresponding table in the database. This clip is from the chapter "Create a CRUD Application in...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Add Users and Roles
This video shows how to seed the tables with users and roles by running a method from the Startup class of the Blazor app. This clip is from the chapter "Create a CRUD Application in Blazor" of the series "Build and Learn ASP.NET 6.0...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Save Data to the Database
This lecture shows the code to add new record data to the movie database. This clip is from the chapter "Create a CRUD Application in Blazor" of the series "Build and Learn ASP.NET 6.0 Blazor Hands-On".This section explains how to create...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Edit the Movies Table
The movies table is edited to make all fields non-nullable. You will learn how to redesign a table and update the database with the changes. This clip is from the chapter "Create a CRUD Application in Blazor" of the series "Build and...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Add Migration to Create Movies Table
This lecture shows the addition of migration (to EF Core) to create the movies table. You will learn the essential Package Manager console commands to do this. This clip is from the chapter "Create a CRUD Application in Blazor" of the...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Create a Database and Add Tables to Store Users and Roles
This tutorial shows how to create a database for the Blazor app and add User and Roles tables to the database. This clip is from the chapter "Create a CRUD Application in Blazor" of the series "Build and Learn ASP.NET 6.0 Blazor...
Curated Video
Can DNA help us solve a crime?
In this video, we explore the incredible world of forensic science and how DNA technology is helping to solve some of the most complex crimes. From the basics of how DNA works, to the cutting-edge techniques used to extract, analyze, and...
Get Me Coding
How To Create a MySQL Database Schema on Windows
Using MySQL Workbench, walk through the steps to create a MySQL database schema using the database samples provided by MySQL. This easy step by step video will show you have to get the sample database files and then understand the basic...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Local Storage Crash Course
In this video, we will be provided with a brief overview of local storage and how it works. This clip is from the chapter "Shopping List Project" of the series "Modern JavaScript from the Beginning".In this section, we will build a...
Curated Video
ASP.NET Core MVC - Cross-Platform Development - Managing Database Changes
This video explains how to manage database changes. This clip is from the chapter "Customizing Views and Elements" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains how to customize views and elements.
Curated Video
ASP.NET Core MVC - Cross-Platform Development - Add to GitHub-2
This video explains how to push the code onto GitHub. This clip is from the chapter "Adding a Database" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains how to create and add a database.
Curated Video
ASP.NET Core MVC - Cross-Platform Development - Scaffolding Views and Controllers - Part 1
This video explains how to scaffold the controller MVC. This clip is from the chapter "Adding a Database" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains how to create and add a database.