Instructional Video7:03
Curated Video

Teaching Equality and Fairness to Kids: The Importance of Treating Others with Respect and Kindness

Pre-K - 3rd
In this video, children learn about the importance of fairness and equality. They are taught to treat everyone with respect and kindness, regardless of their differences. The video emphasizes the value of inclusivity and making others...
Instructional Video5:58
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Run and Test the App for User Data Protection

Higher Ed
This lecture shows the application in the running state and tests with a few movies with different user credentials to demonstrate the user profile data with data protection. This clip is from the chapter "Authentication and...
Instructional Video7:05
Curated Video

Promoting Equality and Fairness: Building a Better World

Pre-K - 3rd
In this video, the teacher discusses the importance of fairness, equality, and treating others with respect and kindness. They emphasize the value of including everyone, regardless of their differences, and promoting equality in various...
Instructional Video3:31
Curated Video

Starmaking and the Formation of United Artists

3rd - Higher Ed
In the early 1910s, movie studios began developing the "star system," which created and promoted national stars like Mary Pickford and Charlie Chaplin. These stars became central to the studios' marketing efforts, leading to...
Instructional Video10:31
Debunked

Is Water Bulletproof

9th - 12th
Is Water Bulletproof?
Instructional Video6:30
Curated Video

The Cultural Significance of Movie Palaces

3rd - Higher Ed
For more than a century, visiting a movie palace or attending a theater performance has been a magical and transformative experience. This video highlights how theaters have historically served as cultural hubs where people could escape...
Instructional Video4:45
Curated Video

Landmarks - The Cannes Film Festival

12th - Higher Ed
THE CANNES FILM FESTIVAL THE CANNES FILM FESTIVAL IN THE SOUTH OF FRANCE IS THE BY-WORD FOR MOVIE GLAMOUR NOT JUST IN EUROPE, BUT AROUND THE WORLD. SET ON THE BEAUTIFUL COTE D'AZUR ON THE MEDITERRANEAN SEA, THE SOMETIMES SEDATE BUT...
Instructional Video1:10
Curated Video

Only In Chile 3 - Star Wars Fans in Chile

9th - Higher Ed
Star Wars Fans in Chile:Approximately 20,000 Chilean "Star Wars" fans filled theaters on the first day the final installment of the saga was released.
Instructional Video1:28
Curated Video

Combating Movie Piracy: The Rise of Secure DVD Players

Pre-K - Higher Ed
Advances in file sharing technology have made it easier than ever to download pirated movies, causing significant financial losses for studios. To combat this, a secure DVD player has been developed to prevent leaked copies of screeners...
Instructional Video11:26
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Complete the Delete Operation

Higher Ed
This lecture teaches the process of completion of deleting a record after confirming the willingness of users. This clip is from the chapter "Create a CRUD Application in Blazor" of the series "Build and Learn ASP.NET 6.0 Blazor...
Instructional Video4:44
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Render Fragment Usage to Change Modal Title Dynamically

Higher Ed
This lecture shows a way to change the visual appearance (modal title) of the same modal dialog for two different operations: add and edit movies at runtime, dynamically. This clip is from the chapter "Create a CRUD Application in...
Instructional Video9:44
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Edit Movies

Higher Ed
Through this lecture, the editing of movies has been accomplished using the same modal dialog used for adding a new movie. You will learn how to achieve the task of editing a record through a user input modal popup. This clip is from the...
Instructional Video6:56
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Communication Between Movie Detail and Movies

Higher Ed
This lecture explains how communication between the child and its parent component takes place. So, practically speaking, when the modal dialog is closed on saving a record, the added record is visible without refreshing the browser....
Instructional Video7:26
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - JavaScript Interop Calls to Modal

Higher Ed
This lecture shows how to close the modal dialog after saving to the database by clicking the submit button. You will learn the necessary changes needed to achieve this. This clip is from the chapter "Create a CRUD Application in Blazor"...
Instructional Video22:00
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Create a Modal Popup Dialog to Add a Movie

Higher Ed
This tutorial teaches how to make a modal popup dialog as a means for user input data for adding a movie. This clip is from the chapter "Create a CRUD Application in Blazor" of the series "Build and Learn ASP.NET 6.0 Blazor...
Instructional Video14:51
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Create a Details Page to Show List of Movies

Higher Ed
This video lecture shows how to create a details page for movies with a navigation menu. This clip is from the chapter "Create a CRUD Application in Blazor" of the series "Build and Learn ASP.NET 6.0 Blazor Hands-On".This section...
Instructional Video9:05
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Seed the Movies Database

Higher Ed
In this video, you will learn the process of seeding the database with some initial records for testing. This clip is from the chapter "Create a CRUD Application in Blazor" of the series "Build and Learn ASP.NET 6.0 Blazor Hands-On".This...
Instructional Video10:03
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Create Methods for Add, Edit, and Delete Operations

Higher Ed
In this lecture, the remaining CRUD operations of add, edit, and delete are performed through coding for the corresponding async methods. You will have a complete understanding of the implementation of the DataAccessService in the app....
Instructional Video12:24
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Create a Data Access Service and Methods to Retrieve Records

Higher Ed
This lecture teaches how to create the Data Access Service class that implements an interface. You will be able to create data access service to the movies model as well as retrieve a list of movies and any specific movie from the...
Instructional Video8:01
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Create an Interface for Data Access Service

Higher Ed
This video shows the creation of an interface for a data access service that implements this interface. This clip is from the chapter "Create a CRUD Application in Blazor" of the series "Build and Learn ASP.NET 6.0 Blazor Hands-On".This...
Instructional Video4:51
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Create a Movie Class

Higher Ed
A Movie Class is added to the newly created Models folder in this video. This will act as the model for the EF Core for generating the corresponding table in the database. This clip is from the chapter "Create a CRUD Application in...
Instructional Video21:44
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Migrating the Completed Movie App CRUD Application to ASP.NET 6.0

Higher Ed
This video describes the process of migration of the main Blazor Movie App project to the current ASP.NET 6.0 as target framework. It shows the working of the ASP.NET Core 3.1 version first before proceeding with the migration to ASP.NET...
Instructional Video4:39
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Live Demo of Completed Blazor App

Higher Ed
This video demonstrates the completed movies web app that you will build hands-on within the course. This demo includes all the features on offer in the completed Blazor application. This clip is from the chapter "Introduction" of the...
Instructional Video11:22
Curated Video

Preserving the Magic: The Struggle to Save Historic Theaters

3rd - Higher Ed
The decline of traditional movie theaters resulted significant cultural loss, as the shared experience of watching films in grand, communal spaces fades. With the rise of streaming platforms, fewer films are shown in theaters,...