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 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 Video4:52
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Create the View to Get Customer by ID

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

ASP.NET 6.0 - Build Hands-On Web Projects - Controllers Folder

Higher Ed
This video discusses the Controller folder and its content (HomeController) when the project was created with the default Model-View-Controller project template. This clip is from the chapter "Coding Project Part 2: Consume the Web API...
Instructional Video3:42
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - The Shared Folder

Higher Ed
This video explains the views/shared folder and its contents. You will be aware of the functions of all the folder files and their importance in the project. This clip is from the chapter "Coding Project Part 2: Consume the Web API Using...
Instructional Video2:26
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Create the Order Model Class

Higher Ed
This video discusses the creation of the Order class. This is mapped to the Order table in the database. 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...
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 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 Video21:08
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Build a Complete MVC ToDo List Application

Higher Ed
This video explains how to build a complete MVC ToDo application. This clip is from the chapter "Detailed Look into Razor Pages and MVC Application" of the series "ASP.NET 6.0 - Build Hands-On Web Projects".This section explains Razor...
Instructional Video18:22
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Create a ToDo List Razor Pages Application

Higher Ed
This is a walkthrough to build a simple Razor ToDoList application with the in-memory collection. The video uses a service layer and dependency injection principles. This clip is from the chapter "Detailed Look into Razor Pages and MVC...
Instructional Video16:45
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - How Razor Pages Generate Response

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

Generative AI Art for Beginners - Using Images as Part of Your Prompt

Higher Ed
In this video, we will show you how to add one or more image URLs to your prompt in Midjourney. These images will serve as visual inspiration for your prompt and help you generate more creative ideas. We will also provide an example to...
Instructional Video11:34
Curated Video

Blender to Unreal Engine - Become a Dungeon Prop Artist - Adding Seals and Stamps to Our Scrolls

Higher Ed
This lesson will focus on adding realism to our scrolls by adding seals and stamps to mark their authenticity for the next reader.
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 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 Video3:42
Curated Video

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

Higher Ed
AddOrder view is added in this video along with suitable markup with built-in tag helpers to add model or server-side application. Application is run at the end of the video to demonstrate adding an order to the database. This clip is...
Instructional Video6:48
Curated Video

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

Higher Ed
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...
Instructional Video7:31
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Create Index View (Order Controller)

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

SQL Server Course for Beginners with 100+ examples - SQL Versus NoSQL

Higher Ed
Learn the difference between SQL and NoSQL. We have considered the example of MySQL (SQL-based) and MongoDB (NoSQL-based) to understand the concept. This clip is from the chapter "SQL Introduction" of the series "SQL Server Course for...
Instructional Video9:42
Healthcare Triage

Painful Truths the U.S. Can Learn from Global Healthcare

Higher Ed
The American healthcare debate is often a pendulum swinging between two extremes: maintaining the status quo and adopting a single-payer system. But what if we're asking the wrong questions? What if the answers lie not in the extremes...
Instructional Video2:22
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Reminder Data Model

Higher Ed
This video explains the reminder data model. This clip is from the chapter "Data Sync Between App and Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the data sync between app...
Instructional Video3:23
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Workout Model

Higher Ed
This video explains the workout model. This clip is from the chapter "Charts Framework in Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the charts framework in widget.
Instructional Video6:35
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Quote Network Service

Higher Ed
This video explains the quote network service by creating a networking logic. This clip is from the chapter "Network-Enabled Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains how...
Instructional Video9:18
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - Mean Squared Error

Higher Ed
In this video, we will understand MSE (Mean Squared Error) from a probabilistic perspective. This clip is from the chapter "In-Depth: Loss Functions" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In this...