Computer common sense c#. Basic use of AssemblyLoadContext in. Net core 3.1

Computer common sense c#. Basic use of AssemblyLoadContext in. Net core 3.1 C#. Basic use of AssemblyLoadContext in. Net core 3.1 preface Previously used   AppDomain   Wrote a dynamic load and release program case , basically realized the idea of "rabbit dead dog cooking" without leaving any trace. However, in the latest. ...

Posted by thewomb on Fri, 12 Nov 2021 18:03:46 +0100

Introduction to Java 17 new features (LTS)

>Like and see again, unlimited power. Hello world:) wechat search Program ape Alan 」. > > this paper Github.com/niumoo/JavaNotes and Unread code blog Has been included, there are many knowledge points and series of articles. Java 17 was officially released on September 14, 2021. Java 17 is a long-term support (LTS) version. This ...

Posted by stueee on Mon, 08 Nov 2021 18:31:42 +0100

Teach you to learn Dapr - 3. Use Dapr to run the first. Net program

be careful:The command line tool mentioned in this article is one of Windows Terminal/PowerShell/cmd. It is recommended to use Windows TerminalIt is recommended to run the command line tool as an administrator to avoid stepping on the pitTo ensure smooth operation, it is recommended to use PowerShell to execute set executionpolicy remotesigned ...

Posted by dark dude on Wed, 03 Nov 2021 04:49:31 +0100

Understanding ASP.NET Core - file server

Note: This article is part of the understanding ASP.NET Core series. Please check the top blog or Click here to view the full-text catalog Provide static files Static files are stored in the Web Root directory (Web Root) by default, and the path is the wwwroot folder under the project root directory (Content Root), that is, {Content Root}/wwwr ...

Posted by pojr on Tue, 02 Nov 2021 01:43:36 +0100

Use IHttpClientFactory to make HTTP requests in ASP.NET Core

IHttpClientFactory can be registered and used to configure and create HttpClient instances in applications. The advantages of IHttpClientFactory are as follows: Provides a central location for naming and configuring logical HttpClient instances. For example, a client named GitHub can be registered and configured to access GitHub. You can regis ...

Posted by radman08 on Fri, 22 Oct 2021 18:42:27 +0200