String encryption and decryption technology
The following implements the encryption and decryption implementation code of strings.
2009-03-03
http call webservice operation http prequest, httpresponse example
This article mainly introduces http call webservice operation http prequest and httpresponse examples. Friends who need it can refer to it
2014-05-05
The code to implement URL rewriting technology
The code to implement URL rewriting technology...
2007-10-10
Four solutions to Json date format problem (super detailed)
This article mainly introduces four solutions to the Json date format problem. It is very good and has reference value. Friends who need it can refer to it.
2017-03-03
Detailed explanation of using JSONSchema example in .net project
This article mainly introduces a detailed explanation of the examples of using JSONSchema in the .net project. Friends in need can refer to it for reference. I hope it will be helpful. I wish you more progress and an early promotion and salary increase
2022-05-05
Simple single sign-on technology analysis
Single Sign On, also known as SSO (Single Sign On). This login mode is more commonly used in some cms or OA, with the purpose of preventing repeated logins. The implementation principle is quite simple. It can be implemented as a Cache. It is only used for simple recording here, haha...
2011-02-02
Causes and solutions for the Error in Creating the .net standard class library in Visual Studio 2017
This article mainly introduces the reasons and solutions for the .net standard library compiled by Visual Studio 2017. It has certain reference value. Interested friends can refer to it.
2017-04-04
Detailed explanation of .NET Core+Docker development microservices
This article shares with you the relevant knowledge points and contents of .NET Core+Docker for microservice development. Interested friends can refer to it.
2018-09-09
Various methods for setting page request timeout time
This article mainly introduces the various methods of setting the page request timeout. ExecutionTimeout, which has certain reference value. Interested friends can refer to it.
2016-09-09
2.0 file upload (breaking through the upload limit of 4M)
In 2.0, uploading files is very simple because of the fileupload control
2009-06-06