The best VPN 2023

The Best VPS 2023

The Best C# Book

How to install nginx on centos 7

How to install nginx on centos 7

How to install nginx on centos 7? In my recent work, I need to install nginx on a centos 7 reverse proxy server for my customers to resolve different domain names to that server for their own business.

How to refactor asp.net cache code?

How to refactor asp.net cache code?

In this article, I will share with you my experience with how to refactor asp.net cache code, for a website, and improve performance’s best way is to make full use of the cache. For the back-end technology, in order to make the website have better throughput and carry more users, in addition to the reasonable allocation of server resources, caching has always been an eternal topic.

How to parse HTML with C#

How to parse HTML with C#

In my working life, I sometimes write some code in C# to get some HTML content from the network and parse it through C#. So do you know How to parse HTML with C#?

how to use 1 line C# code implement copy folder?

how to use 1 line C# code implement copy folder?

How to use 1 line of C# code implement copy folder? As a C# developer, if you encounter functions such as uploading files, you often have the function of copying folders in C#, and usually use the class library of the System.IO namespace to perform file operations.

C# implements DES encryption algorithm

C# implements DES encryption

The DES encryption algorithm is a commonly used symmetric encryption algorithm, C# implements DES encryption algorithm, which allows the sender and the receiver to use the same key to encrypt and decrypt data.

What is the simplest C# code to copy directory?

What is the simplest C# code to copy directory?

What is the simplest C# code to copy directory? In the last post, I mentioned writing an automated tool software in today’s work. One of the functions is to copy directories. At the beginning, I used recursive code to copy directories and found that its work efficiency is very low. So it took some time to find the simplest and most efficient code.

C# runs cmd to output messages in real time

C# runs cmd to output messages in real time

How to let C# runs cmd to output messages in real time? Today, I use WinForm to write an automated tool software. I need to call cmd to run some batch scripts, and I need to output response messages in real time in another WinForm form. How to achieve it? This post answers that question with sample code.

How to handling authentication window with ChromeDriver?

How to handling authentication window with ChromeDriver?

Do you know how to handling authentication window with ChromeDriver? Today, when I used C# language & Selenium to write a tool to automate the creation of internal git repositories, I happened to encounter the problem of authentication window. If you call this method, it will definitely fail driver.SwitchTo().Alert().SetAuthenticationCredentials, then What is the correct way to do it?

Install Microsoft SQL Server 2019 on CentOS 7

Install Microsoft SQL Server 2019 on CentOS 7

Do you know how to install Microsoft SQL Server 2019 on CentOS 7? I mentioned in the post of Jexus deployment asp.net mvc website guide that the customer asked us to deploy the website developed by asp.net webform to the Linux system. At that time, I chose Centos 7, then in this post, you will learn To how to install Sql server 2019 on Centos 7 server, let’s get started.

How to open a specified port in Centos 7

How to open a specified port in Centos 7

How to open a specified port in Centos 7? In the previous post, I deployed the website developed by the client using the asp.net webform technology to the Centos 7 server. When the deployment was successful, I found that I could not access it because the ports 443 and 80 were not enabled.