Instructional Video6:11
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Add Validation Attributes to Customer Class

Higher Ed
This video discusses the use of System.ComponentModel.DataAnnotation library for attribute validation for the Customer class. You will become aware of the usage of validation attributes. At the end of this video, you will know the...
Instructional Video6:35
Curated Video

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

Higher Ed
You will learn how to complete the coding for the GetCustomer Action methods (both GET and POST) for the Customer Controller. This clip is from the chapter "Coding Project Part 2: Consume the Web API Using an ASP.NET Core 3.1 MVC Client"...
Instructional Video10:18
Curated Video

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

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

ASP.NET 6.0 - Build Hands-On Web Projects - Hidden Fields for State Management

Higher Ed
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...
Instructional Video8:13
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Query Strings for State Management

Higher Ed
In this video, you will learn, with code examples from a running project, to demonstrate state management with query strings. This clip is from the chapter "State Management in ASP.NET Core" of the series "ASP.NET 6.0 - Build Hands-On...
Instructional Video22:02
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Cookies for State Management

Higher Ed
In this video, you will learn, with code examples from a running project, to demonstrate how cookies are used for state management. This clip is from the chapter "State Management in ASP.NET Core" of the series "ASP.NET 6.0 - Build...
Instructional Video8:58
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Model Binding Introduction

Higher Ed
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...
Instructional Video4:22
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - What Is Hot Reload in ASP.NET 6?

Higher Ed
This video discusses the new hot reload feature with a code example in the just released Visual Studio 2022 and ASP.NET 6. This clip is from the chapter "ASP.NET 6.0 Migration" of the series "ASP.NET 6.0 - Build Hands-On Web...
Instructional Video5:58
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Create the DeleteOrder Action Method

Higher Ed
This is the video that explains the code for a DeleteOrder action method that deletes an order from the database. It does this without any confirmation of record deletion. This confirm delete view in the present project context is not...
Instructional Video5:15
Curated Video

Learn Azure Serverless Functions in a Weekend - Event-Driven Architecture

Higher Ed
This video explains the event-driven architecture from scratch. This clip is from the chapter "Introduction to the Course" of the series "Learn Azure Serverless Functions in a Weekend".This section provides an introduction to the course.
Instructional Video9:28
Curated Video

Behavioral Design Patterns in C++ - Transition Table - I

Higher Ed
This video explains the implementation of the State design pattern through a transition table. This clip is from the chapter "State" of the series "Behavioral Design Patterns in C++".This section focuses on the State design pattern.
Instructional Video3:39
Curated Video

Behavioral Design Patterns in C++ - Shapes Example - VI

Higher Ed
This video explains the concept of cyclic dependency. This clip is from the chapter "Visitor" of the series "Behavioral Design Patterns in C++".This section focuses on the Visitor pattern.
Instructional Video2:24
Curated Video

Behavioral Design Patterns in C++ - Undo - I

Higher Ed
This video explains the basics of undo and redo through the command pattern. This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will explore the command design pattern, which...
Instructional Video3:40
Curated Video

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

Higher Ed
In this video, we continue our exploration of the command design pattern by implementing the basic structure of our command objects. This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this...
Instructional Video5:20
Curated Video

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

Higher Ed
In this video, we will start with the basics of implementing the command design pattern. 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 Video11:50
Curated Video

Learning GitHub Actions for DevOps CI/CD - Developing GitHub Actions Workflow for Infra Deployment – Part 1

Higher Ed
This is the first of the two-part video where you will develop a GitHub Actions workflow that will use this authentication information to connect with Azure subscription and then deploy the template to a resource group in order to...
Instructional Video9:25
Curated Video

Learning GitHub Actions for DevOps CI/CD - Running the Workflow and Reading the Logs

Higher Ed
This video helps you with running the workflow and reading the logs. This clip is from the chapter "Introduction to the GitHub Action Workflows" of the series "Learning GitHub Actions for DevOps CI/CD".This section provides an...
Instructional Video8:26
Curated Video

Learning GitHub Actions for DevOps CI/CD - Exploring Workflow Components – Job, Step, and Runner

Higher Ed
This video helps in exploring workflow components; here, you will be focusing on job, step, and runner. This clip is from the chapter "Introduction to the GitHub Action Workflows" of the series "Learning GitHub Actions for DevOps...
Instructional Video7:59
Curated Video

Learn Tableau by Working on Exciting Dashboards - Dashboard Actions

Higher Ed
This video explains dashboard actions and how to enable them.
Instructional Video15:46
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Reducers: Add and Remove / 093

Higher Ed
This lesson creates a new reducer method called removeFromCart, which accepts a value and removes an item from the basket. We will then add an handler to our remove button.
Instructional Video9:43
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Project Structure / 091

Higher Ed
We will explore the most common and most accessible structure in use. I call it the flat structure as it has minimal directory nesting.
Instructional Video12:18
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Project Deployment / 090

Higher Ed
For the final checkout page to perform the next set of actions, you will learn how to implement an order confirmation before proceeding with the last payment order.
Instructional Video6:51
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Global State Management

Higher Ed
After implementing the shopping basket and all the functions it needs, we will execute the tasks required to make the basket add up the totals of the prices of each product multiplied by the number of items and add other features such as...
Instructional Video6:24
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Firestore Queries / 259

Higher Ed
Cloud Firestore provides powerful query functionality for specifying which documents you want to retrieve from a collection or collection group.