. netCore3.0 + WebApi + Vue2.0 project construction - use of and Swagger

1, What is Swagger Swagger is a normative and complete framework for generating, describing, invoking, and visualizing RESTful Web services. The overall goal is to make the client and file system update at the same speed as the server. The file's methods, parameters and models are tightly integrated into the server-side code, allowing the API ...

Posted by robgudgeon on Sat, 06 Nov 2021 09:34:48 -0700

The. NET Core TLS protocol specification was exploited by me~~~

[guide] previously, the test partners scanned through tools. The platform TLS SSL protocol supports TLS v1.1, which is not safe. The TLS SSL protocol should be at least v1.2 or above. It is thought that we have only supported v1.3, which should not be the problem of our platform. Recently, the third-party partner mentioned this high-risk sec ...

Posted by lance1208 on Thu, 04 Nov 2021 17:32:36 -0700

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 Terminal It is recommended to run the command line tool as an administrator to avoid stepping on the pit To ensure smooth operation, it is recommended to use PowerShell to execute set executionpolicy remo ...

Posted by idris on Tue, 02 Nov 2021 18:48:13 -0700

ASP.NET Core configuration cross domain (CORS)

Because real-time messages are needed in the project, ASP.NET(Core) SignalR real-time communication library is used. Because business services and communication services are independent, cross domain issues are involved. The exceptions thrown by the browser are very obvious. This is obviously cross domain related content. The error information ...

Posted by cullouch on Mon, 01 Nov 2021 08:43:12 -0700

Guanxuan.NET 6 RC (Release Candidate) 2

We are pleased to release. NET 6 RC(Release Candidate) 2. It is the second of the two "go live" candidate versions supported in the production environment. Over the past few months, the team has focused on quality improvement. There are many new features in this release, but we will fully integrate them when we are close to the end. T ...

Posted by YuriM on Sat, 30 Oct 2021 05:02:58 -0700

. Net Core modifies the default boot port

     Today, I accidentally found a change because I haven't seen the. net core project for a long time. I found that the default port for project startup is not 5000. I remember clearly that when it was version 1. X of. net core, the default port number for each startup was 5000, but not now. Take this opportunity t ...

Posted by comicrage on Thu, 28 Oct 2021 05:03:18 -0700

Log and distributed link tracing in. NET Core

Hello, everyone. I'm the laboratory researcher of this issue - Crazy Gong Liang. Today, I will briefly introduce log and link tracking in. NET Core and log collection through link through experiment and complete operation process. Next, let's go to the lab and find out! Microsoft MVP lab researcher catalogue Logs in. NET Core console out ...

Posted by Bret on Wed, 27 Oct 2021 17:07:19 -0700

Build a. NET Core search engine from scratch -- highlight query results

The search results of many search engines will highlight the matching keywords to facilitate the rapid identification of users. Of course, Lucene.NET also provides the highlighting function. 1. Realization of highlight function 1.1. Install Lucene.NET.HighLight The highlight function of Lucene.NET is implemented by Lucene.NET.HighLight pac ...

Posted by netdog on Sun, 03 Oct 2021 19:23:41 -0700

Database upgrade scheme for EFCore production environment

The reason why the method of generating SQL is recommended here is that the migration is more flexible after generating SQL scripts. It mainly has the following advantages: 1. We can delete or add scripts based on the SQL scripts generated by migration as needed 2. You can directly send the script to the database administrator for upgrade. 3 ...

Posted by rmelino on Sun, 03 Oct 2021 16:44:55 -0700

Dagger-dotnet cli uses the tool directive

1. List of Instructions Instruction Details >dotnet tool -h Description: Install or use extensions .NET Experience the tools. Usage: dotnet [options] tool [command] Options: -?, -h, --help Displays command line help. Commands: install <PACKAGE_ID> Install global or local tools. Local tools will be added to the l ...

Posted by imarockstar on Sun, 19 Sep 2021 19:35:38 -0700