How to use Expression to call the Contains method of a string
How to use Expression to call the Contains method of a string? Recently, I encountered a requirement in a project that needs to dynamically use the expression Expression to call the Contains method of the string, and record a mistake made by the C# constructing Expression to call the string Contains.
How to use Azure DevOps to connect to Azure services across accounts
How to use Azure DevOps to connect to Azure services across accounts? Since the private projects in the newly applied Azure DevOps account do not enjoy the 1800 minutes of free time provided by the hosting agent and do not want to spend money, we can only think of another version to solve the problem of no parallel operations.
.NET 6 Preview 3 released
.NET 6 Preview 3 released, 2021/4/8 .NET 6 Preview 3 is released. Most of the improvements in this version come from the bottom layer. Let’s take a look at the new features and improvements.
How to hide and tamper with Linux command line parameters
How to hide and tamper with Linux command line parameters? If the command line of a program is an inconvenient string such as password, how to prevent ps from printing it? Hide and tamper with Linux command line parameters ps is the command line taken from /proc/$pid/cmdline, and /proc/$pid/cmdline is the data obtained by parsing … Read more
How to load modules in the JHRS WPF framework
How to load modules in the JHRS WPF framework. This series of articles introduces the Prism application. It is reproduced from the blog garden. The link to the original text is given at the bottom because these articles are referred to when building the WPF framework and .net 5 is used. , I changed the title, but in general, the series of articles I refer to are still very helpful.
Client portal project of JHRS development framework
Client portal project of JHRS development framework, In the previous article, I introduced the encapsulation of web api. In fact, I am doing a similar project, which can also be called a front-end and back-end project (the client uses WPF, and the server is web api).
How does JHRS WPF framework call Web API
How does JHRS WPF framework call Web API? When using WPF to do projects, after using web api on the server side, you naturally have to face the problem of how to call web api. If you don’t encapsulate the web api function well, you may write a lot of redundant code.
2021 Best Cloud Native Learning Resources for .NET Developers
2021 Best Cloud Native Learning Resources for .NET Developers, Enterprises are rapidly adopting cloud functions to meet user needs and improve the scalability and availability of applications. To fully embrace the cloud and optimize cost savings, it is necessary to consider the cloud environment when designing applications
JHRS WPF framework reference library introduction
JHRS WPF framework reference library introduction, This series of articles aims to record the use of WPF in the development of new medical projects at work. I feel that some of the norms must be unified and improve the efficiency of team development.


