Hi, what do you want to do?
Curated Video
Writing Fractions: Grouping Objects into Equal Parts
In this video, students learn how to write fractions by looking at sets of objects and grouping them into equal parts. The teacher explains that fractions represent equal parts of a whole, whether it's breaking shapes or sets of objects....
Curated Video
Learn JavaScript from Scratch JavaScript for Everyone - Objects with Functions
In this video, you'll learn how to create objects with the help of functions.
<
br/>
This clip is from the chapter "Coding with JavaScript" of the series "Learn JavaScript from Scratch: JavaScript for Everyone".In this section,...
<
br/>
This clip is from the chapter "Coding with JavaScript" of the series "Learn JavaScript from Scratch: JavaScript for Everyone".In this section,...
Curated Video
Subtracting Fractions of a Set with Like Denominators: Labeling Sets of Objects
In this video lesson, students will learn how to subtract fractions of a set with like denominators by labeling sets of objects. The teacher explains the concept of fractions as equal parts of a whole and demonstrates how to subtract...
Rock 'N Learn
Learn About the Number 6
Learn to recognize and understand Number 6. Learn to count up to and down from six. Created by teachers, learn how to show 6 in a ten frame. Learn to draw 6 tally marks. See the number 6 with objects that sometimes come to life for a fun...
Curated Video
Noble Objection: Top 10 Ways to Say NO
How can you make saying "NO" into a positive thing that can give you more time, less stress and a sense of control over your life? The answer is to transform it from a short word into a two-letter acronym: N.O. –...
Curated Video
Mastering Object Pronouns in Writing
In this video, the teacher explains the importance of using object pronouns properly in writing. They provide examples and strategies for determining which pronoun to use based on its position in the sentence. The teacher also guides...
Curated Video
Count a set of objects and match the spoken number to the written numeral and number name
Pupil outcome: I can count sets of objects within the numbers 6 to 10 set and record the numeral to show the quantity in each set. Key learning points: - Count a set of 10 objects reliably. - Develop fluency in counting and securing the...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Create a Customer Repository
A Customer Repository class is created and initialized with the connection string and the logger object. GetAllCustomers() method is created to list all customers from the Customer table in the SQL database.
<
br/>
This clip is from...
<
br/>
This clip is from...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Create an Order Repository
An Order Repository class is created and initialized with the connection string and the logger object. GetAllOrders() method is created to list all orders from the Orders table in the SQL database.
<
br/>
This clip is from the...
<
br/>
This clip is from the...
Curated Video
Ultimate ASP.NET 5 Web API Development Guide - .NET 6 Versus Previous Versions
This video skims through the distinguishing points of .NET 6 and its previous versions.
<
br/>
This clip is from the chapter "Project Setup and Configuration" of the series "Ultimate ASP.NET Core Web API Development Guide".This...
<
br/>
This clip is from the chapter "Project Setup and Configuration" of the series "Ultimate ASP.NET Core Web API Development Guide".This...
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...
TMW Media
Numbers & Quantities: Counting more fun objects
Counting to ten using everyday objects. Review counting to 50.<br/>
Numbers & Quantities, Part 6
Numbers & Quantities, Part 6
Curated Video
Comprehensive Android Developer Bootcamp - App Setup -Part 6
Build an EarthQuake App:App Setup -Part 6
r/>
This clip is from the chapter "Build an EarthQuake App" of the series "The Comprehensive Android Developer Bootcamp".In this section you will see how to build your own EarthQuake...
r/>
This clip is from the chapter "Build an EarthQuake App" of the series "The Comprehensive Android Developer Bootcamp".In this section you will see how to build your own EarthQuake...
IDG TECHtalk
Building a toy social network with Python, Part 6: Using the decorator pattern to clean up code
In Part 6 of this ongoing series, we use Python's decorator pattern to make our code a little less boilerplate-y and centralized, by consolidating common behaviors across our site into single functions.
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.
<
br/>
This clip is from the chapter "Coding Project Part 2:...
<
br/>
This clip is from the chapter "Coding Project Part 2:...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Completing Customer Repository CRUD Methods
All the rest of the CRUD methods using ADO.NET for the customer repository are completed in this video.
<
br/>
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...
<
br/>
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...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Cookies for State Management
In this video, you will learn, with code examples from a running project, to demonstrate how cookies are used for state management.
<
br/>
This clip is from the chapter "State Management in ASP.NET Core" of the series "ASP.NET 6.0 -...
<
br/>
This clip is from the chapter "State Management in ASP.NET Core" of the series "ASP.NET 6.0 -...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - View User Profile Data with Authorization
This lecture shows all the steps in code required for implementing authorization to view user profile data.
<
br/>
This clip is from the chapter "Authentication and Authorization" of the series "Build and Learn ASP.NET 6.0 Blazor...
<
br/>
This clip is from the chapter "Authentication and Authorization" of the series "Build and Learn ASP.NET 6.0 Blazor...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Edit Movies
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.
<
br/>
This clip...
<
br/>
This clip...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Communication Between Movie Detail and Movies
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...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - JavaScript Interop Calls to Modal
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.
<
br/>
This clip is from the chapter "Create a CRUD...
<
br/>
This clip is from the chapter "Create a CRUD...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Create a Modal Popup Dialog to Add a Movie
This tutorial teaches how to make a modal popup dialog as a means for user input data for adding a movie.
<
br/>
This clip is from the chapter "Create a CRUD Application in Blazor" of the series "Build and Learn ASP.NET 6.0 Blazor...
<
br/>
This clip is from the chapter "Create a CRUD Application 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 - Create Methods for Add, Edit, and Delete Operations
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...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - The Program Class and Host Object
This lecture explains the hosting process of a Blazor application where the Program class main method is the entry point to the application.
<
br/>
This clip is from the chapter "Create a CRUD Application in Blazor" of the series...
<
br/>
This clip is from the chapter "Create a CRUD Application in Blazor" of the series...