Free and open source Blazor online Ico conversion tool

1. Function effect demonstration Warehouse address: IcoTool Online presentation address: https://tool.dotnet9.com/ico Demonstrate the file upload and conversion results: Through this tool and code, we can understand: How to upload files to the server (Blazor Server) using Blazor.How to download files from the server.How to convert pictu ...

Posted by Azala on Thu, 24 Feb 2022 17:21:46 +0100

new usage and dynamic pop-up window of Blazor component

1. Preface stay Stateless components in Blazor In this article, I mentioned stateless components. Some people mentioned that there is no diff, and the performance may be worse when rendering complex model s. Indeed, this does exist. Implementing stateless components in the way described above does render whenever the properties change. Whether ...

Posted by Lee on Tue, 04 Jan 2022 07:11:36 +0100

Multi tenancy using EF Core in Blazor server applications

catalogue Plant life cycle A method Put things in context Dependent life cycle transient event Performance description Many business applications are designed to work with multiple customers. Protecting data security is important so that customer data will not be leaked and seen by other customers and potential competitors. These applic ...

Posted by furiousweebee on Thu, 23 Dec 2021 09:23:30 +0100