use. NET 6 developing TodoList application (31) -- implementing CI/CD based on Github Actions and ACI

Series navigation and source code use. NET 6 development TodoList application article index Requirements and objectives In the last section of this series, we will use GitHub Actions to deploy TodoList application to Azure Container Instance. realization To ensure that the deployed applications can run correctly, we need to do the following: ...

Added by hyabusa on Fri, 21 Jan 2022 05:04:53 +0200

use. NET 6 to develop TodoList application (pit filling 1) -- to obtain the current login user

Series navigation and source code use. NET 6 development TodoList application article index demand In the previous article use. NET 6 to develop TodoList application (5) -- domain entity creation , we left a hole that has not been filled in. When the database is saved, CreateUser and ModifiedUser were filled in Anonymous. After completing th ...

Added by nelsok on Tue, 18 Jan 2022 13:31:57 +0200

use. NET 6 to develop TodoList application (17) -- realizing data shaping

Series navigation and source code use. NET 6 development TodoList application article index demand In the query scenario, another requirement is not very common, that is, to specify the returned fields in the front-end request, so let's demonstrate Data Shaping on the last topic of search. target Implement data shaping search requests. Princi ...

Added by pozer69 on Wed, 05 Jan 2022 02:04:05 +0200

Use. NET 6 Development of TodoList Application (14) - Implement Query Filtering

Series Navigation and Source Code Use. NET 6 Develop TodoList Application Article Index demand A common scenario in query requests is to filter queries, that is, queries with limited conditions, Where query clauses are commonly used at the database level. It's also easy to implement. target Implement query filtering Principles and ideas There ...

Added by jackliu97 on Mon, 03 Jan 2022 07:20:12 +0200

Use. NET 6 Developing TodoList Application--Implementing Global Exception Handling

Series Navigation Use. NET 6 Develop TodoList Application Article Index demand Because a variety of domain or system exceptions are thrown in a project, a complete try-catch is required in Controller and the return value is repackaged based on whether or not there are exceptions thrown. This is a mechanical and tedious job. Is there a way for ...

Added by flaquito on Tue, 28 Dec 2021 22:05:43 +0200