Category

All Categories

Focus on articles under the same technical theme for easier continuous reading by direction.

524 articles
46 Current page
(2/30) Learning Blazor Together: Introduction to Web and Blazor

(2/30) Learning Blazor Together: Introduction to Web and Blazor

The author's understanding of websites consists of frontend, backend, and database. When a user presses a button or submits a form request on the browser page, it triggers a frontend event, packages the collected conditions, and sends them to the backend.

StrayaWorker 12/9/2021 11:04 PM
Before we start using Bootstrap 4, let's understand a few of its common patterns

Before we start using Bootstrap 4, let's understand a few of its common patterns

Simply put, if we don't use Bootstrap 4 and instead write web pages by hand, we have to write the HTML content ourselves (obviously), and we also have to set each CSS property one by one (another obvious statement). However, if we use Bootstrap 4, many commonly used CSS styles are already pre-written for us. We just need to be familiar with Bootstrap 4's documentation, know which class name corresponds to the pre-written CSS, and then directly apply it to the tags.

Alec 12/6/2021 2:16 PM