Scenario: After deploying the .netcore program, it can run after using dotnet xx.dll, but it will be automatically disconnected after closing the shell or after the interval time. At this time, the
Tag: Netcore
C # Netcore HTTP request package
public class NewHttpClient2
{
public enum BodyFormat
{
Formed, Json
}
public BodyFormat BodyType;
public string Method;
public Uri Uri;
public Encoding ContentEncoding;
public Di
Using the background task tools in the .Netcore Webapi project HANGFIRE
Install Hangfire Install Hangfire.Core, Hangfire.SqlServer, Hangfire.AspNetCore through nuget in the webapi project. The latest version so far is 1.7. 6.
can create a new database, or use