Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Function of _Imports.razor Class
This video details the uses of the _Imports.razor file in the project; you will know where/how to introduce this file in the Blazor Server application. 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 - 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. This clip is from the chapter "Create a CRUD Application in Blazor" of the series "Build and...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Run the Blazor App
This lecture shows the Blazor app as running on the browser; you will be able to run the app and understand the various elements of the app created by default. This clip is from the chapter "Create a CRUD Application in Blazor" of the...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Create a Blazor (Server) App with Individual User Accounts Authentication
This is a lecture that describes the creation of Blazor (Server) with an individual user account. 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...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Lifecycle Methods (Code Example) - OnParametersSet and OnParametersSetAsync
This lecture shows a demo code for illustrating these two Blazor lifecycle methods: OnParametersSet and OnParametersSetAsync. This clip is from the chapter "Advanced Concepts with Hands-On Coding in Blazor" of the series "Build and Learn...
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 - Create a Nested Component in Blazor
This video explains how to create a child component that is nested in a parent component. You will know about the parameter attribute and RenderFragment delegate and their use in the app. This clip is from the chapter "Components in...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Blazor Hosting Models
This video explains different hosting models for the Blazor framework and makes you aware of their pros and cons before deciding to go ahead with one or the other. This clip is from the chapter "Introduction to ASP.NET Core 3.1 Blazor"...
Great Big Story
Discover the unique world of Dr. Bronner's magic soaps
Explore the fascinating story behind Dr. Bronner's Magic Soaps, featuring its founder's philosophy and the iconic soap labels that captivate minds.
Curated Video
Java Multithreading and Parallel Programming Masterclass - Daemon Threads and User Threads
This video explains about Daemon threads and user threads.
Hip Hughes History
John Brown Explained: US History Review
A vivid overview of the life of abolitionist John Brown.
Oxford Comma
Conclusion Paragraphs. HOW TO; EXAMPLES
Make your essay stand out from the crowd! Because it’s the most under-taught part of the writing process, the conclusion paragraph presents you with the best chance to quickly improve your writing.
Curated Video
Burp Suite Unfiltered - Go from a Beginner to Advanced - Testing Web Sockets (Proxy + Repeater Ideas)
This video explains testing web sockets messages using Burp Suite using Proxy and Repeater tabs.
Curated Video
Burp Suite Unfiltered - Go from a Beginner to Advanced - How to Use Repeater Tab
This video explains how to use the repeater tab.
Curated Video
Burp Suite Unfiltered - Go from a Beginner to Advanced - Best Way to Get Rid of HTTPS Warnings
This video explains the best way to get rid of HTTPS warnings.
Curated Video
Burp Suite Unfiltered - Go from a Beginner to Advanced - Content Discovery and Item-Specific Scanning in Burp Suite Pro
This video explains content discovery and item-specific scanning in Burp suite.
Curated Video
Burp Suite Unfiltered - Go from a Beginner to Advanced - How Burp Suite Can Help You with Web Tests
This video explains how Burp Suite can help you with Web tests.
Curated Video
Burp Suite Unfiltered - Go from a Beginner to Advanced - Get Burp Suite Community / PRO
This video explains the Burp Suite community.
Curated Video
Machine Learning: Random Forest with Python from Scratch - Lists
We shall look at the following datatype: lists, mutable (changeable) after creation. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from Scratch©".This section focuses on...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Outliers
Let's look at outliers, the data points of a dataset that differ from others and are usually excluded by visualizing a dataset. This clip is from the chapter "Introduction to Machine Learning" of the series "Machine Learning: Random...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Better Coding Practice, Completing the Game
In this lecture, we will complete the game we left in the previous lesson. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from Scratch©".This section focuses on the...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Decision Making (nested if)
Continuing with the decision-making lesson, we will understand what a nested if statement is. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from Scratch©".This section...