Hi, what do you want to do?
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Create a Movie Class
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...
<
br/>
This clip is from the chapter "Create a CRUD...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Add Users and Roles
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...
<
br/>
This clip is from the chapter "Create a CRUD Application in Blazor" of the series "Build and Learn...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Save Data to the Database
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...
<
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...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Edit the Movies Table
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...
<
br/>
This clip is from the chapter "Create a CRUD Application in Blazor" of the series...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Add Migration to Create Movies Table
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...
<
br/>
This clip is from the chapter "Create a CRUD Application in...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Create a Database and Add Tables to Store Users and Roles
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...
<
br/>
This clip is from the chapter "Create a CRUD Application in Blazor" of the series "Build and Learn ASP.NET 6.0...
Curated Video
TimescaleDB in 100 Seconds
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:...
Curated Video
Appwrite in 100 Seconds
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...
Curated Video
SQLite and “libSQL”
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...
Curated Video
Can DNA help us solve a crime?
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,...
Get Me Coding
How To Create a MySQL Database Schema on Windows
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...
Get Me Coding
How To Install MySQL on Windows - Step By Step
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...
<
br/>
MySQL Workbench allows you to create database and...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Local Storage Crash Course
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...
<
br/>
This clip is from the chapter "Shopping List Project" of the series "Modern JavaScript from the Beginning".In this section, we will...
Curated Video
ASP.NET Core MVC - Cross-Platform Development - Managing Database Changes
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...
<
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...
Curated Video
ASP.NET Core MVC - Cross-Platform Development - Add to GitHub-2
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.
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.
Curated Video
ASP.NET Core MVC - Cross-Platform Development - Scaffolding Views and Controllers - Part 1
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.
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.
Curated Video
ASP.NET Core MVC - Cross-Platform Development - Create Database
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.
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.
Curated Video
ASP.NET Core MVC - Cross-Platform Development - Connect to Database with Azure Data Studio
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...
<
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...
Curated Video
ASP.NET Core MVC - Cross-Platform Development - Alternative - Install SQL Server on Docker (Any Operating System)
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...
<
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...
Curated Video
ASP.NET Core MVC - Cross-Platform Development - Install SQL Server Express (Windows)
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...
<
br/>
This clip is from the chapter "Environment Setup" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains the environmental...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Mongoose Connect and Dotenv
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...
<
br/>
This clip is from the...
Curated Video
Modern JavaScript from the Beginning - Second Edition - MongoDB Atlas Setup
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...
<
br/>
This...
Curated Video
Modern JavaScript from the Beginning - Second Edition - What Is MongoDB?
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...
<
br/>
This clip is from the...
Curated Video
Modern JavaScript from the Beginning - Second Edition - PUT and DELETE Requests - Update and Remove Ideas
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...
<
br/>
This...