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.
<
br/>
This clip is from the chapter "Create a CRUD...
Instructional Video5:09
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Add Users and Roles

Higher Ed
This video shows how to seed the tables with users and roles by running a method from the Startup class of the Blazor app.
<
br/>
This clip is from the chapter "Create a CRUD Application in Blazor" of the series "Build and Learn...
Instructional Video2:18
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Save Data to the Database

Higher Ed
This lecture shows the code to add new record data to the movie database.
<
br/>
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...
Instructional Video2:27
Curated Video

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

Higher Ed
The movies table is edited to make all fields non-nullable. You will learn how to redesign a table and update the database with the changes.
<
br/>
This clip is from the chapter "Create a CRUD Application in Blazor" of the series...
Instructional Video3:10
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Add Migration to Create Movies Table

Higher Ed
This lecture shows the addition of migration (to EF Core) to create the movies table. You will learn the essential Package Manager console commands to do this.
<
br/>
This clip is from the chapter "Create a CRUD Application in...
Instructional Video1:37
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Create a Database and Add Tables to Store Users and Roles

Higher Ed
This tutorial shows how to create a database for the Blazor app and add User and Roles tables to the database.
<
br/>
This clip is from the chapter "Create a CRUD Application in Blazor" of the series "Build and Learn ASP.NET 6.0...
Instructional Video2:31
Curated Video

TimescaleDB in 100 Seconds

12th - Higher Ed
Timescale is a mega-fast time-series database built on top of Postgres with full SQL support='https://tsdb.co/ts-fireship.' target='_blank' rel='nofollow'>support Learn basics of TimescaleDB in this quick tutorial. Topics Covered:...
Instructional Video2:31
Curated Video

Appwrite in 100 Seconds

12th - Higher Ed
Learn the basics of Appwrite, an open-source platform for building applications at any scale, using your preferred programming languages and tools. Topics Covered: Intro to Appwrite How to self-host with Appwrite How to use Appwrite to...
Instructional Video4:25
Curated Video

SQLite and “libSQL”

12th - Higher Ed
Take a first look at a SQLite fork growing in popularity called libSQL, which makes it possible to launch one database per user. Let's dive into the history of SQLite and examine the tradeoffs of database scaling techniques. Topics...
Instructional Video8:49
Curated Video

Can DNA help us solve a crime?

9th - Higher Ed
In this video, we explore the incredible world of forensic science and how DNA technology is helping to solve some of the most complex crimes. From the basics of how DNA works, to the cutting-edge techniques used to extract, analyze,...
Instructional Video6:48
Get Me Coding

How To Create a MySQL Database Schema on Windows

9th - 11th
Using MySQL Workbench, walk through the steps to create a MySQL database schema using the database samples provided by MySQL. This easy step by step video will show you have to get the sample database files and then understand the...
Instructional Video6:28
Get Me Coding

How To Install MySQL on Windows - Step By Step

9th - 11th
Easily install MySQL on Windows with this step by step video. The video shows the installation of MySQL Workbench using the Community Edition that is free to download.
<
br/>
MySQL Workbench allows you to create database and...
Instructional Video5:37
Curated Video

Modern JavaScript from the Beginning - Second Edition - Local Storage Crash Course

Higher Ed
In this video, we will be provided with a brief overview of local storage and how it works.
<
br/>
This clip is from the chapter "Shopping List Project" of the series "Modern JavaScript from the Beginning".In this section, we will...
Instructional Video8:15
Curated Video

ASP.NET Core MVC - Cross-Platform Development - Managing Database Changes

Higher Ed
This video explains how to manage database changes.
<
br/>
This clip is from the chapter "Customizing Views and Elements" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains how to customize views and...
Instructional Video0:46
Curated Video

ASP.NET Core MVC - Cross-Platform Development - Add to GitHub-2

Higher Ed
This video explains how to push the code onto GitHub.<br<br/>/>

This clip is from the chapter "Adding a Database" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains how to create and add a database.
Instructional Video12:26
Curated Video

ASP.NET Core MVC - Cross-Platform Development - Scaffolding Views and Controllers - Part 1

Higher Ed
This video explains how to scaffold the controller MVC.<br<br/>/>

This clip is from the chapter "Adding a Database" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains how to create and add a database.
Instructional Video5:59
Curated Video

ASP.NET Core MVC - Cross-Platform Development - Create Database

Higher Ed
This video explains how to create a database.<br<br/>/>

This clip is from the chapter "Adding a Database" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains how to create and add a database.
Instructional Video4:49
Curated Video

ASP.NET Core MVC - Cross-Platform Development - Connect to Database with Azure Data Studio

Higher Ed
This video explains how to connect to a database with Azure Data Studio.
<
br/>
This clip is from the chapter "Adding a Database" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains how to create and...
Instructional Video12:10
Curated Video

ASP.NET Core MVC - Cross-Platform Development - Alternative - Install SQL Server on Docker (Any Operating System)

Higher Ed
This video explains the installation of SQL Server on Docker.
<
br/>
This clip is from the chapter "Environment Setup" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains the environmental setup to...
Instructional Video5:22
Curated Video

ASP.NET Core MVC - Cross-Platform Development - Install SQL Server Express (Windows)

Higher Ed
This video explains the installation of SQL Server Express on Windows.
<
br/>
This clip is from the chapter "Environment Setup" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains the environmental...
Instructional Video8:59
Curated Video

Modern JavaScript from the Beginning - Second Edition - Mongoose Connect and Dotenv

Higher Ed
In this video, we will use the Mongoose library to connect to our MongoDB database. We will also use the dotenv library to manage our environment variables, such as the database connection string.
<
br/>
This clip is from the...
Instructional Video5:58
Curated Video

Modern JavaScript from the Beginning - Second Edition - MongoDB Atlas Setup

Higher Ed
In this video, we will set up a MongoDB Atlas account, which will provide us with a free cloud-based MongoDB database. We will also create a new database and user and configure our project to connect to the database.
<
br/>
This...
Instructional Video4:50
Curated Video

Modern JavaScript from the Beginning - Second Edition - What Is MongoDB?

Higher Ed
In this video, we will introduce MongoDB, a popular NoSQL database used in many web applications. We will discuss the differences between SQL and NoSQL databases, and the advantages of using MongoDB.
<
br/>
This clip is from the...
Instructional Video6:21
Curated Video

Modern JavaScript from the Beginning - Second Edition - PUT and DELETE Requests - Update and Remove Ideas

Higher Ed
In this video, we will handle PUT and DELETE requests to update and remove existing ideas from the database. We will use Mongoose to find and update or remove the idea and return an appropriate response to the client.
<
br/>
This...