. Net Core to develop serial communication under cross platform Linux

Developing serial communication under Linux with. Net Core Functional requirements: send unlocking command to the lock control board. Tip: after writing the article, the directory can be generated automatically. For how to generate it, please refer to the help document on the right You need to install the corresponding on your Linux ...

Posted by Easter Bunny on Thu, 27 Jan 2022 21:07:08 +0100

Use Hot Chocolate and NET 6 to build GraphQL application -- realizing the basic function of Query

Python wechat ordering applet course video https://edu.csdn.net/course/detail/36074 Python actual combat quantitative transaction financial management system https://edu.csdn.net/course/detail/35475 Series navigation Use Hot Chocolate and NET 6 to build GraphQL application article index demand In this article, we will take a simple examp ...

Posted by bigdaddykraven on Wed, 26 Jan 2022 23:56:04 +0100

. NET SourceGenerators automatically generates implementation classes according to the HTTP API interface

catalogue abstract Metadata analysis Implementation using Source generators Using Source generators to implement assembly analysis usage method SourceCode && Nuget package summary abstract Source generators follow net5 was launched and launched in net6 is widely used. It can create new code based on existing code and add it to compile ...

Posted by SpanKie on Wed, 26 Jan 2022 21:06:04 +0100

[ASP.NET Core] use the most familiar Session authentication scheme

If you have written about ASP or PHP before, I believe you are familiar with Session based authentication (in fact, it is handled in combination with cookies on the browser side). This verification method is relatively early and the operation is not complicated. a. The user opens (or automatically jumps to) the login page, enters your name and ...

Posted by VBAssassin on Wed, 26 Jan 2022 17:24:05 +0100

Necessary for the development of medium and large projects in. NET -- http request call (Post and Get)

Related downloads: DeveloperSharp.dll componentDeveloperSharp.dll component   http request invocation is a function often used in development. It will be used when calling the Web Api and other formal interfaces of its own project; In addition, it will also be used when calling some third-party function interfaces, because these third-party fun ...

Posted by mastermike707 on Wed, 26 Jan 2022 01:21:38 +0100

IoC mode (dependency, dependency inversion, dependency injection, control inversion)

1. Dependence Dependency means connection. If it is used somewhere, it means dependency. A system cannot completely avoid dependency. If your class or module doesn't use it in the project, Congratulations, you can eliminate it or exclude it from the project, because there is no place to rely on it. Here is a simple example: /// <summary&gt ...

Posted by sportryd on Tue, 25 Jan 2022 13:37:34 +0100

Write it down once NET analysis of a drug warehouse management system stuck

1: Background1. Tell a storyAt the beginning of this month, a friend came to me on wx and said that after a period of time, there would be only requests but no responses. The screenshot is as follows:From my friend's description, it seems that the program is stuck by something. It's relatively easy to solve this problem. Next, I'll analyze it ...

Posted by dub on Sun, 23 Jan 2022 05:27:10 +0100

. net core bottom entry learning notes

. net core bottom entry learning notes (8) This is the main record Asynchronous operation in. net preface Asynchronous operation means that after an operation is executed, it does not wait for the end of the operation, but you can receive an additional notification after the end of the operation. 1, Blocking operations and eve ...

Posted by WesPear on Fri, 21 Jan 2022 18:39:38 +0100

. NET learning notes - about NET Core [. netcore project structure and use of Log4Net and NLog]

1, A NET Core project structure 1.Properties: some configurations required for project startup: including port number and IP address 2.wwwroot: js/css/js package 3.MVC ---- model control ①. Controller: Controller - responsible for business logic calculation ②. Presentation layer: used to display various results and interact with users ③. Mod ...

Posted by aneuryzma on Thu, 20 Jan 2022 09:15:31 +0100

Memo -- printing product label based on rdlc Report

Zhiming - January 13, 2022 21:40:39 0. Background description The product express box and packing box need to be pasted with a box label, indicating the following information of the product Product inspection information Product company information Product SKU set applet mall QR code link Final test Demo effect 1. Barcode generatio ...

Posted by trent2800 on Wed, 19 Jan 2022 21:17:20 +0100