Hi, what do you want to do?
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.
<
br/>
This clip is from the chapter "Middleware in ASP.NET Core 3.1"...
<
br/>
This clip is from the chapter "Middleware in ASP.NET Core 3.1"...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Create Your Custom Middleware
This video walks through the steps to create a custom middleware. You are expected to be able to create your own simple custom middleware after going through the video.
<
br/>
This clip is from the chapter "Middleware in ASP.NET...
<
br/>
This clip is from the chapter "Middleware in ASP.NET...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Request Delegate Usage for Inline Middleware
This video shows how to code for custom inline middleware as a request delegate. It demonstrates the usage of Run() and Use() extension methods and how Run()can terminate the middleware chain and return a response to the stream. It...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - About Middleware
In this video, you will learn concepts about middleware such as what is middleware and forming a pipeline combining middleware.
<
br/>
This clip is from the chapter "Middleware in ASP.NET Core 3.1" of the series "ASP.NET 6.0 - Build...
<
br/>
This clip is from the chapter "Middleware in ASP.NET Core 3.1" of the series "ASP.NET 6.0 - Build...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Testing Validation of Order Form Inputs
This video runs through the application and tests user input validation checks on the order form. You will learn how to test the client- and server-side validations after going through the video.
<
br/>
This clip is from the chapter...
<
br/>
This clip is from the chapter...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Create AddOrder Action Methods
This video builds the code for AddOrder action methods (GET and POST). You will be able to AddOrder (HTTPGET) action method to return a view for adding order and AddOrder (HTTPPOST) action method to add(insert) customer order details...
Curated Video
Behavioral Design Patterns in C++ - TextPad - VII
This video gives an overview of the implementation so far and also explains an alternative approach through classes.
<
br/>
This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section,...
<
br/>
This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section,...
Curated Video
Behavioral Design Patterns in C++ - FindDialog - I
In this video, you will get to know how a dialog box may handle an event that is generated by a button.
<
br/>
This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will...
<
br/>
This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will...
Curated Video
Behavioral Design Patterns in C++ - Intent
In this video, we will be exploring the command design pattern from the perspective of behavioral design patterns. We will delve into the intent of the pattern in detail.
<
br/>
This clip is from the chapter "Command" of the series...
<
br/>
This clip is from the chapter "Command" of the series...
Curated Video
Learn Azure Serverless Functions in a Weekend - Transaction Management System - Requirement and Architecture
This video explains the transaction management system. You will look at the problem statement, do a requirement analysis, understand the application architecture, and the ways to implement it (steps to resolve the business problem of...
Curated Video
Learn Azure Serverless Functions in a Weekend - Azure Functions to Take Input from HTTP and Write Blobs
This video will help you develop Azure Functions to take input from HTTP and write blobs. You will be learning Azure Functions integrations with the help of bindings.
<
br/>
This clip is from the chapter "Azure Functions...
<
br/>
This clip is from the chapter "Azure Functions...
Curated Video
Learn Azure Serverless Functions in a Weekend - Azure Functions to Collect Feedback and Store in Database
In this video, you will see how Azure Functions is used to collect feedback and store it in the database.
<
br/>
This clip is from the chapter "Developing Azure Functions Applications with Azure SQL Database" of the series "Learn...
<
br/>
This clip is from the chapter "Developing Azure Functions Applications with Azure SQL Database" of the series "Learn...
Curated Video
Learn Azure Serverless Functions in a Weekend - HTTP Function to Queue Message
This video demonstrates how to develop an HTTP function to queue messages. Here, you will develop an HTTP trigger function, keeping in mind that it will be used by the payment gateway system to submit the payment status. It should take...
Curated Video
Behavioral Design Patterns in C++ - Basic Example-2
This video explains a basic example of the State design pattern.<br<br/>/>
This clip is from the chapter "State" of the series "Behavioral Design Patterns in C++".This section focuses on the State design pattern.
This clip is from the chapter "State" of the series "Behavioral Design Patterns in C++".This section focuses on the State design pattern.
Curated Video
Behavioral Design Patterns in C++ - Pros and Cons-Chain Of Responsibility
This video talks about the pros and cons of the CoR pattern.<br<br/>/>
This clip is from the chapter "Chain of Responsibility" of the series "Behavioral Design Patterns in C++".This section focuses on the Chain of Responsibility pattern.
This clip is from the chapter "Chain of Responsibility" of the series "Behavioral Design Patterns in C++".This section focuses on the Chain of Responsibility pattern.
Curated Video
Behavioral Design Patterns in C++ - Logging System - IV
In this video, we will refine our implementation and reduce some boilerplate code.
<
br/>
This clip is from the chapter "Chain of Responsibility" of the series "Behavioral Design Patterns in C++".This section focuses on the Chain of...
<
br/>
This clip is from the chapter "Chain of Responsibility" of the series "Behavioral Design Patterns in C++".This section focuses on the Chain of...
Curated Video
Behavioral Design Patterns in C++ - Help System - II
In this video, we will use the CoR pattern to implement the help system of an application.
<
br/>
This clip is from the chapter "Chain of Responsibility" of the series "Behavioral Design Patterns in C++".This section focuses on the...
<
br/>
This clip is from the chapter "Chain of Responsibility" of the series "Behavioral Design Patterns in C++".This section focuses on the...
Curated Video
Behavioral Design Patterns in C++ - Help System - I
In this video, we will use the example of a help system to understand the CoR pattern. It will also give you an overview of the example.
<
br/>
This clip is from the chapter "Chain of Responsibility" of the series "Behavioral Design...
<
br/>
This clip is from the chapter "Chain of Responsibility" of the series "Behavioral Design...
Curated Video
Behavioral Design Patterns in C++ - Basic Implementation-Chain Of Responsibility
This video provides a basic implementation of the CoR pattern.
<
br/>
This clip is from the chapter "Chain of Responsibility" of the series "Behavioral Design Patterns in C++".This section focuses on the Chain of Responsibility...
<
br/>
This clip is from the chapter "Chain of Responsibility" of the series "Behavioral Design Patterns in C++".This section focuses on the Chain of Responsibility...
Curated Video
Behavioral Design Patterns in C++ - Introduction-Chain Of Responsibility
This video provides an introduction to the CoR (Chain of Responsibility) pattern.
<
br/>
This clip is from the chapter "Chain of Responsibility" of the series "Behavioral Design Patterns in C++".This section focuses on the Chain of...
<
br/>
This clip is from the chapter "Chain of Responsibility" of the series "Behavioral Design Patterns in C++".This section focuses on the Chain of...
Curated Video
Behavioral Design Patterns in C++ - Pros and Cons-Command
This video talks about the pros and cons of the command pattern.
<
br/>
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...
<
br/>
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...
Curated Video
Behavioral Design Patterns in C++ - Introduction-Command
This video provides an introduction to command patterns.
<
br/>
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...
<
br/>
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...
Curated Video
Learn Azure Serverless Functions in a Weekend - Binding Expression and Function Monitoring
This video explains binding expression and function monitoring in detail.
<
br/>
This clip is from the chapter "Azure Functions Integrations – Enhancing the Function Code" of the series "Learn Azure Serverless Functions in a...
<
br/>
This clip is from the chapter "Azure Functions Integrations – Enhancing the Function Code" of the series "Learn Azure Serverless Functions in a...
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Login and Registration Page / 118
Let's get acquainted with registering an account so we can explore many relevant services to become a user of the application.