Open source WPF custom control library: WPFDevelopers
This is an open source project of WPF custom controls, and some of the controls in it are very interesting
This is an open source project of WPF custom controls, and some of the controls in it are very interesting
Let's not talk about the advantages of using Prism to make MVVM. It mainly uses container injection, messages and DI, which saves a lot of work than writing it yourself. There are many standard ways to use MVVM online, but there is no system-level framework. This framework has been built from login to specific business use, as well as automatic upgrades
HTTP based front-end authentication background, why cookies are the most convenient storage scheme, what are the ways to operate cookies, how session schemes are implemented, and what problems exist
The verification done yesterday was only for the Identity system and was not included in our log
Today's part of implementing authentication
At present, containers and Docker are still the hottest terms in the technical field. The containerization of stateless services has become the general trend. At the same time, it has also brought a hot issue that everyone has debated: `Does database MySQL need containerization?`
When developing a system, recording is a very important thing. It has not been mentioned before. I only thought of this recently, so let's implement it!
In most websites, uploading pictures is also a very important function. Today we will do it.
Suppose there is a situation like this today: there is a log entry, and a second entry is added but before submitting it, I want to delete the first entry. What will happen at this time?
Package vector graphics into fonts and use them in the same way as we use fonts. You can freely set the size and color of the icon. Compared with traditional pictures, the advantages are still obvious:
The next step is to talk about the content associated with the database. We will focus on ASP.NET Core and EF Core. If there is a need to change the page, we will talk about Blazor. We will spend more space here.
We now have a basic log, but it will be reset every time we enter and reload the page data, because these data only exists in the browser and is not actually stored in the database. In order to save it, we need to connect to the database.
Sometimes I want to set individual styles for different Components, but if I write the classes in `wwwroot/css/site.css`, or change the style for a certain element, changing one may affect all Components. This global conflict must be avoided, but what should I do?