Curated Video
Blender to Unreal Engine - Become a Dungeon Prop Artist - Importing and Setting Up Textures
The lesson will teach us how to set up texture maps and import them properly from our resources pack. We will take normal map textures and make sure we are only using DirectX setup for our PBR material workflow.
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Migrating ASP.NET Core 3.1 to ASP.NET 6.0 (Current)
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...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - How to Migrate the Web API/MVC Project to ASP.NET 5.0?
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...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Create the DeleteOrder Action Method
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...
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 - 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. This clip is from the chapter "Coding...
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 to...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Add Validation Attributes to Order Class
In this video, you will see adding the validation attributes to the Order Model class. This is required for server-side validation of the Order form. 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 GetOrder View
In this video, you will learn how to create the GetOrder View with a thorough explanation. The application is also run to show the relevant functionalities. 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 - Create GetOrder Action Methods
In this video, you will work out the code for creating the GetOrder(GET and POST) action methods on the Order Controller. The code is discussed in detail along the way. This clip is from the chapter "Coding Project Part 2: Consume the...
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
ASP.NET 6.0 - Build Hands-On Web Projects - Create the Order Controller
This video walks through the coding exercise to create the Order Controller with the Index action method. 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...
Curated Video
Learn Azure Serverless Functions in a Weekend - Importing/Shared Code for Azure Functions
This video will help in importing/shared code for Azure Functions. This clip is from the chapter "Azure Functions Integrations – Enhancing the Function Code" of the series "Learn Azure Serverless Functions in a Weekend".This section...
Curated Video
Learn Azure Serverless Functions in a Weekend - Creating Functions App and Understanding the File Structure
This video demonstrates defining and indexing in data structures. This clip is from the chapter "Azure Functions Local Development Environment" of the series "Learn Azure Serverless Functions in a Weekend".This section focuses on the...
Curated Video
Learn Azure Serverless Functions in a Weekend - Configuring the Local Development Environment
This video demonstrated configuring the local development environment. This clip is from the chapter "Azure Functions Local Development Environment" of the series "Learn Azure Serverless Functions in a Weekend".This section focuses on...
Curated Video
Learn Azure Serverless Functions in a Weekend - Creating First Function in Azure Portal
This video helps you with creating your first function in Azure Portal. This clip is from the chapter "Creating Azure Functions in Azure Portal" of the series "Learn Azure Serverless Functions in a Weekend".This section focuses on...
Curated Video
Learn Azure Serverless Functions in a Weekend - Deploying Functions App in Azure Portal
This video helps you with deploying Functions app in Azure Portal. This clip is from the chapter "Creating Azure Functions in Azure Portal" of the series "Learn Azure Serverless Functions in a Weekend".This section focuses on creating...
Curated Video
Learn Azure Serverless Functions in a Weekend - Course Structure
This video helps you with the structure of the course and demonstrates the basic takeaways from this course. This clip is from the chapter "Introduction to the Course" of the series "Learn Azure Serverless Functions in a Weekend".This...
Curated Video
SQL Server Course for Beginners with 100+ examples - ORDER BY Keyword in SQL
Learn how to order records in SQL using the ORDER BY keyword. The default sorts in ascending order. We will see examples of both ASC and DESC keywords as well. This clip is from the chapter "Order Records in SQL" of the series "SQL...
Curated Video
React JS Masterclass - Go From Zero To Job Ready - ENV / 142
After completing all the lessons in the section, ultimately implementing the project and testing out the project, this video provides a detailed recapitulation of the concepts learned in this project for the React app.
Curated Video
Top 3 Mistakes to Avoid When Simplifying Expressions using the Distributive Property
Whether you need a quick refresher or a step-by-step explanation on how to avoid making the the top 3 most common mistakes when simplifying expressions using the distributive property, then this video is for you! I will explain what the...
Curated Video
Learning GitHub Actions for DevOps CI/CD - Developing GitHub Actions Workflow for Infra Deployment – Part 1
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...
Curated Video
Learning GitHub Actions for DevOps CI/CD - Developing IAC Template with Bicep to Deploy Infrastructure - Part 2
This is the second of the two-part video where you will develop and deploy an IAC template with Bicep in order to automate infrastructural deployment for specific requirements. These specific requirements are resources such as App...