ASP.NET Core 3.1 series -- several methods for Controller to receive front-end parameters in Web API

1. Foreword The previous blog introduced ASP Net core, we have realized the access operation of the front-end interface to the background API. Unfortunately, so far, the Controller in the test code only contains a Get() method without any parameters. In the actual development process, whether iUTF-8...

Posted by frenchpl on Mon, 18 Apr 2022 15:48:05 +0930

Design and Implementation of Campus Second-hand Items Trading Website Based on ASP.NET Source Code + Design Document + Instruction Document

introduction This article is based on the actual situation of the second-hand trading situation on campus, and constructs an online trading system that mainly deals with second-hand goods trading on campus, and stores, displays and manages commodity information in an orderly manner. It mainly rUTF-8...

Posted by pilau on Tue, 06 Sep 2022 01:34:01 +0930

SignalR Authentication

There are security issues with the hub allowing any client to connect, so the connection should be authenticated and only authenticated users can connect to the hub. SignalR supports authentication and authorization mechanisms, and we can also use cookies, JWT, etc. to transmit identity informaUTF-8...

Posted by yousaf931 on Wed, 28 Sep 2022 21:11:51 +0930

ASP:SqlDataSource timeout problem final solution

I opened dozens of webpages, looking for a solution to the ASP:SqlDataSource timeout problem, but I talked a little bit here and there, and none of them were complete. However, it finally managed to piece together a solution to the problem. I'm just talking briefly here. Types of timeout errorsUTF-8...

Posted by AbraCadaver on Sun, 20 Nov 2022 01:31:08 +1030