Curated Video
Web Hacking Expert - Full-Stack Exploitation Mastery - User Redirection through window.opener Tabnabbing – Part 1
This is the first of the two-part video that talks about how to attack through link. You will work on the user redirection through window.opener tabnabbing. This clip is from the chapter "Hacking Web Applications through PDFs, Images,...
Curated Video
Web Hacking Expert - Full-Stack Exploitation Mastery - Token Hijacking through PDF – Part 2
This is the second of the two-part video that demonstrates token hijacking through PDF. This clip is from the chapter "Hacking Web Applications through PDFs, Images, and Links" of the series "Web Hacking Expert Full-Stack Exploitation...
Curated Video
Web Hacking Expert - Full-Stack Exploitation Mastery - Token Hijacking through PDF – Part 1
This is the first of the two-part video that demonstrates token hijacking through PDF. This clip is from the chapter "Hacking Web Applications through PDFs, Images, and Links" of the series "Web Hacking Expert Full-Stack Exploitation...
Curated Video
The Art of Doing - Web Development for Beginners - Guess My Number Preview
In this video, we will have a quick preview of the "Guess My Number" project. We will discuss the project requirements, including gathering user input, generating random numbers, implementing the game logic, and using functions to...
Curated Video
ChatGPT for Creatives - How to Find and Use Specific Learning Methods
In this video, you will learn to find and use specific learning methods that can help in learning a new skill, the importance of understanding the different learning styles and choosing the one that works best for everyone. You will...
Curated Video
CompTIA A+ Certification Core 2 (220-1102) - Mobile Device Security
Mobile device security starts with a lock screen but goes beyond multifactor authentication (MFA) and remote find, lock, and wipe. Corporate environments use mobile device management (MDM) services for even more control over mobile...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Create AddCustomer Action Methods
On the Customer Controller side, AddCustomer (GET and POST) action methods are coded in this video with an explanation. This clip is from the chapter "Coding Project Part 2: Consume the Web API Using an ASP.NET Core 3.1 MVC Client" of...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Create the View to Get Customer by ID
Completing this video will allow you to create a view that shows a customer with a specific ID and a message if that customer does not exist in the database. This clip is from the chapter "Coding Project Part 2: Consume the Web API Using...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Edit the Layout File
This is a video that explains and shows the code to customize the default layout template file. This clip is from the chapter "Coding Project Part 2: Consume the Web API Using an ASP.NET Core 3.1 MVC Client" of the series "ASP.NET 6.0 -...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Views Folder - Other Files
This video explains the other two files: ViewStart and ViewImports, and their contents. You will be aware of the functions of these two files and their importance in the project. This clip is from the chapter "Coding Project Part 2:...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Hidden Fields for State Management
In this video, you will learn, with code examples from a running project, to demonstrate state management with hidden fields. This clip is from the chapter "State Management in ASP.NET Core" of the series "ASP.NET 6.0 - Build Hands-On...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Integrating Microsoft GitHub Repository Sample Code
This video explains the process of integrating the open-source Microsoft repository sample code available for learning purposes in Visual Studio 2019. At the end of this video, you are expected to integrate the model binding sample code...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Model Binding Introduction
At the end of this video, you will have a fairly good understanding of the model binding concept. This clip is from the chapter "Model Binding in ASP.NET Core" of the series "ASP.NET 6.0 - Build Hands-On Web Projects".This section...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Understand the Behavior on Combining Middleware
In this video, you will learn how to combine multiple middleware in a middleware pipeline. Specific emphasis is given on WelcomePage and static file middleware. This clip is from the chapter "Middleware in ASP.NET Core 3.1" of the series...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Asynchronous Programming Through Console Application
This video teaches the concepts of asynchronous programming. After going through this video, you will be able to answer questions such as what is asynchronous programming? This clip is from the chapter "Middleware in ASP.NET Core 3.1" of...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Section Summary
This video summarizes what you have learnt in this section. This clip is from the chapter "Create and Take a Deep Dive into Your First ASP.NET Core 3.1 Application" of the series "ASP.NET 6.0 - Build Hands-On Web Projects".This section...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - How Razor Pages Generate Response
In this video, the entire mechanism of generating an HTML response to a request as handled by the Razor Pages in an ASP.NET Core 3.1 application is discussed. This clip is from the chapter "Create and Take a Deep Dive into Your First...
One Minute History
199 - Navajo Code Talkers - One Minute History
On the morning of May 4, 1942, twenty nine Navajo men boarded a bus at Ft. Defiance, Arizona bound for Marine Corps training camp. These men were tasked with creating a code based on the complex, unwritten Navajo language. The Navajo...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - How Do We Create an ASP.NET 6.0 Web API Using EF Core?
This is a complete video on creating an ASP.NET 6 Web API using EF Core code first approach. The video shows how to create a new ASP.NET 6 Web API project in VS 2022 and install the Nuget packages. This clip is from the chapter "Build...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Minimal Hosting Model of Migration to ASP.NET 6.0
This tutorial shows the minimal hosting model for migration of ASP.NET Core 3.1 projects to ASP.NET 6.0. This model uses unified Program and Startup classes (and files) to just one Program class (one file). It uses the new WebApplication...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Create the UpdateOrder View
You will be able to understand the creation and working of the view to render an updated order record. You will get a refresher on the client- and server-side validation in the process. The completed application until this point is run...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Create UpdateOrder Action Methods
This video is about creating the GET and POST action methods for updating an order. You will learn the code with a thorough explanation of the methods. This clip is from the chapter "Coding Project Part 2: Consume the Web API Using an...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Create Index View (Order Controller)
This video explains the creation and code for the Index view of the Order Controller. You will be able to create the Order Controller Index View and run the application. This clip is from the chapter "Coding Project Part 2: Consume the...
Curated Video
Behavioral Design Patterns in C++ - Null Object Pattern
This video explores the null object pattern, a behavioral design pattern that allows for the handling of null values in a program in a more efficient and safe way. It is also an alternative to null check condition. This clip is from the...