Instructional Video11:24
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - Post-Installation Tasks

Higher Ed
This video explains the several steps that must take place after the Windows operating system is installed to get the system up to speed and ready to work. This clip is from the chapter "Installing and Upgrading Operating Systems" of the...
Instructional Video11:17
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - Anti-Malware

Higher Ed
The CompTIA A+ objectives outline a very detailed series of steps for dealing with malware infestation. This video looks at important pre-malware steps and then describes the CompTIA procedures. This clip is from the chapter "Securing...
Instructional Video10:29
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - Maintaining Mobile Devices

Higher Ed
Mobile devices are surprisingly self-maintaining these days, but there are a few issues that come up occasionally. A big part of this is understanding the names and functions of certain settings unique to smartphones. This clip is from...
Instructional Video6:07
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - Proxy Servers

Higher Ed
In this video, the author describes how proxy servers work to block certain websites and filter outgoing or incoming content. The video shows how to set up a browser to connect to a proxy server. This clip is from the chapter "The...
Instructional Video4:57
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - Kernel Panic

Higher Ed
A kernel panic is an unrecoverable error, generated by every operating system, to inform the user that a serious problem has taken place in the system. Kernel panics look scary, but to an informed tech they're often very easy to fix if...
Instructional Video9:30
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - Troubleshooting Boot Problems

Higher Ed
There are a thousand reasons for a Windows system to not booting properly. The trick is to separate the different reasons into distinct areas and then understand the right tools to diagnose the problems. This clip is from the chapter...
Instructional Video3:03
Curated Video

CompTIA A+ Certification Core 2 (220-1102) - Maintaining Linux

Higher Ed
While Windows is a one-size-fits-all product, Linux is quite different. The whole concept behind Linux is almost total control over the environment. However, this control brings with it a massive amount of responsibility for patch and...
Instructional Video8:05
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Create UpdateCustomer View

Higher Ed
You will be able to understand the creation and working of the view to render an update of a customer record. They will get a refresher on the client- and server-side validation in the process. The completed application until this point...
Instructional Video16:11
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Create UpdateCustomer Action Methods

Higher Ed
This video is about creating the GET and POST action methods for updating a customer. 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...
Instructional Video13:07
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Creating the Customer Controller

Higher Ed
This video walks through creating the Customer Controller in the Web API project. It uses the customer repository to associate the CRUD operations with the Controller action methods. This clip is from the chapter "Coding Project Part 1:...
Instructional Video20:28
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Completing Order Repository CRUD Methods

Higher Ed
All the rest of the CRUD methods using ADO.NET for the order repository are completed in this video. This clip is from the chapter "Coding Project Part 1: Build a Web API" of the series "ASP.NET 6.0 - Build Hands-On Web Projects".This...
Instructional Video9:18
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Understand the Stored Procedures for CRUD Operation

Higher Ed
This video discusses all the CRUD stored procedures that are used for this application. You will understand and be able to write simple stored procedures for these CRUD operations. Stored procedure script is added as resource to generate...
Instructional Video5:57
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Understand the SQL Server Database Tables

Higher Ed
We start analyzing a pre-existing Microsoft SQL Server database that was created for this application. You will understand the database table structure that will be used by the client application to carry out the CRUD operations....
Instructional Video16:48
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Migrating ASP.NET Core 3.1 to ASP.NET 6.0 (Current)

Higher Ed
This is a premium video on migrating your Web API and MVC Consume project into the latest and newly released current version of ASP.NET 6.0. The video describes how you could still easily migrate from 3.1 to 6.0 directly (as you have...
Instructional Video7:23
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - How to Migrate the Web API/MVC Project to ASP.NET 5.0?

Higher Ed
This video will show the two main steps required to perform the migration from ASP.NET Core 3.1 to ASP.NET 5. This clip is from the chapter "Bonus: Migrating the Project to ASP.NET 5" of the series "ASP.NET 6.0 - Build Hands-On Web...
Instructional Video8:55
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Create the UpdateOrder View

Higher Ed
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...
Instructional Video9:28
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Create UpdateOrder Action Methods

Higher Ed
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...
Instructional Video3:58
Curated Video

SQL Server Course for Beginners with 100+ examples - SELECT TOP Clause in SQL

Higher Ed
Learn how to implement the SELECT TOP statement in SQL. We will work with the SELECT TOP PERCENT statement as well. This clip is from the chapter "Advanced SQL" of the series "SQL Server Course for Beginners with 100+ Examples".null
Instructional Video3:12
Curated Video

Behavioral Design Patterns in C++ - Pros and Cons-Observer

Higher Ed
This video talks about the pros and cons of the Observer pattern. This clip is from the chapter "Observer" of the series "Behavioral Design Patterns in C++".This section focuses on the Observer pattern.
Instructional Video4:49
Curated Video

Behavioral Design Patterns in C++ - Basic Implementation-Observer

Higher Ed
This video provides a basic implementation of the Observer pattern. This clip is from the chapter "Observer" of the series "Behavioral Design Patterns in C++".This section focuses on the Observer pattern.
Instructional Video5:00
Curated Video

Behavioral Design Patterns in C++ - Introduction-Observer

Higher Ed
This video provides an introduction to the Observer pattern. This clip is from the chapter "Observer" of the series "Behavioral Design Patterns in C++".This section focuses on the Observer pattern.
Instructional Video5:38
Curated Video

Behavioral Design Patterns in C++ - Undo - IV

Higher Ed
In this video, we will continue implementing the undo method in the remaining command classes. This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will explore the command design...
Instructional Video7:48
Curated Video

Learn Azure Serverless Functions in a Weekend - Binding Expression and Function Monitoring

Higher Ed
This video explains binding expression and function monitoring in detail. This clip is from the chapter "Azure Functions Integrations – Enhancing the Function Code" of the series "Learn Azure Serverless Functions in a Weekend".This...
Instructional Video3:24
Curated Video

Learning GitHub Actions for DevOps CI/CD - Setting Up Authentication

Higher Ed
This video helps in setting up authentication. This clip is from the chapter "GitHub Actions for Infrastructure Deployment" of the series "Learning GitHub Actions for DevOps CI/CD".This section delves into the use of GitHub Actions for...