Blog

Technical Articles

This section contains site articles covering .NET, desktop development, engineering practice, and general development topics.

First Visit

New User Starting Route

Random Exploration

Random Discovery

Random Discovery

.NET Core + Angular Project Deployed to CentOS

Recently, the company needed to develop a project that can run on Linux systems. The example development project uses .NET Core + Angular; theoretically, it fully supports cross-platform.

.NET
(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.

12/9/2021 StrayaWorker Blazor
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.

12/6/2021 Alec Front-end