Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Two-Way Data Binding in ASP.NET Core 3.1 Blazor
This lecture describes two-way data binding in Blazor. It walks through a user input form that collects data in input controls and as the user types into the input boxes, the data is immediately written to the browser. This clip is from...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Event Callback in ASP.NET Core 3.1 Blazor
This video describes the event callback concept. You will learn how to enable communication among components with event callback. This clip is from the chapter "Advanced Concepts with Hands-On Coding in Blazor" of the series "Build and...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Pass Parameter to Components and Prevent Default Action
In this video, you will be able to pass parameters to top-level components and prevent default keypress inputs to be registered for a Blazor 3.1 server project. These features were released on December 3 by Microsoft and enhance Blazor...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Frequently Used Page Directives for a Razor Page
This video explains the frequently used page directives for a Razor page. 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 explains how to create...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Lifecycle Methods (Code Example) - OnInitialized and OnInitializedAsync
This lecture discusses the OnInitialized and OnInitializedAsync methods in a component's lifecycle. This clip is from the chapter "Advanced Concepts with Hands-On Coding in Blazor" of the series "Build and Learn ASP.NET 6.0 Blazor...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Lifecycle Methods in ASP.NET Core 3.1 Blazor - Part 1 (Fundamentals)
This lecture provides an insight into the fundamentals of the lifecycle methods in Blazor. It answers questions like what lifecycle methods mean and how they are called by the components. This clip is from the chapter "Advanced Concepts...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Inheritance in ASP.NET Core 3.1 Blazor
This video shows how a Razor (Blazor) component can inherit a base class that is derived from the ComponentBase class for certain advantages. This clip is from the chapter "Advanced Concepts with Hands-On Coding in Blazor" of the series...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Routing in ASP.NET Core 3.1 Blazor
This video discusses URL routing with code samples. Blazor components can accept multiple route templates. It is also possible to pass parameters to the components by the route templates. This clip is from the chapter "Advanced Concepts...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Partial Classes and Component Tag Usage
This video explains how to use partial classes and understand component tag helpers for a Blazor 3.1 server project. These features were released on December 3 by Microsoft and enhance Blazor features. This clip is from the chapter...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Create Your First Razor Component in Blazor
In this video, you will create your first Razor (Blazor) component that computes the average of numbers, and you will understand the core concept of components and be able to build simple components with Blazor. This clip is from the...
Curated Video
Electron
The tiny particles within all atoms that carry a negative electric charge. A Twig Science Glossary Film. Key scientific terms defined in just 60 seconds using stunning images and concise textual definitions. Twig Science Glossary Films...
Curated Video
Greenhouse gas
Any gas in the atmosphere that absorbs and re-emits radiation in the infra-red range, so warming the atmosphere and planet's surface. A Twig Science Glossary Film. Key scientific terms defined in just 60 seconds using stunning images and...
Curated Video
Plasma (biology)
In biology, plasma refers to the liquid component of blood, in which blood cells are suspended. A Twig Science Glossary Film. Key scientific terms defined in just 60 seconds using stunning images and concise textual definitions. Twig...
Curated Video
Circuit breaker
A safety device used to prevent an overload of current in an electrical circuit. A Twig Science Glossary Film. Key scientific terms defined in just 60 seconds using stunning images and concise textual definitions. Twig Science Glossary...
Curated Video
Diode
An electronic component that allows current to flow in only one direction. A Twig Science Glossary Film. Key scientific terms defined in just 60 seconds using stunning images and concise textual definitions. Twig Science Glossary Films...
Curated Video
Homogeneous mixture
A mixture of two or more substances which appears to be a single, uniform medium, with no visible separation between its components. A Twig Science Glossary Film. Key scientific terms defined in just 60 seconds using stunning images and...
Curated Video
The Elements: Oxygen
One of the most abundant elements, oxygen is vital to all life on Earth. Chemistry - Periodic Table - Learning Points. Oxygen makes up 21% of Earth's atmosphere. Two-thirds of the human body is made of oxygen. Oxygen is essential for...
Curated Video
Electrical fuse
A safety device that breaks a circuit when the current exceeds a safe limit. A Twig Science Glossary Film. Key scientific terms defined in just 60 seconds using stunning images and concise textual definitions. Twig Science Glossary Films...
Curated Video
Quark
A fundamental particle, and the components from which protons and neutrons in atomic nuclei are made. A Twig Science Glossary Film. Key scientific terms defined in just 60 seconds using stunning images and concise textual definitions....
Curated Video
Circuits
What are circuits and why do we need them? What happens if you break a circuit? Physics - Electricity And Circuits - Learning Points. Circuits are composed of a voltage source and components. The current in a series circuit is the same...
Curated Video
Resistance
What is resistance? Discover how it impedes electrical flow, and why understanding it can help us to build more effective circuits, and stay safe. Physics - Electricity And Circuits - Learning Points. Resistance is how well or poorly an...
Curated Video
Earth and Universe: The Solar System
By the end of this learning object, the student will be able to: Describe the solar system and its characteristics.13995
Curated Video
The International Space Station
This video discusses the history and development of the International Space Station (ISS), highlighting key milestones and contributions from different countries. It covers the transition from the Russian Mere Space Station to the...
Curated Video
Create a Dark Moody Atmospheric 2D Game with Unity and C# - Jump Mechanic
In this video, you will learn how to implement the jump mechanic, allowing our player to jump over obstacles.