J4JLogger: a Serilog wrapper that provides source code information

catalogue introduce background Use code Additional functions short message Cache recorder Ordinary old events introduce I like it Serilog And use it in all my projects. However, out of the box, it does not have the ability to record the source code information of recorded events (for example, sUTF-8...

Posted by VanHagar on Wed, 16 Mar 2022 06:01:32 +1030

ASP.NET Core 6 framework unveiling example demonstration [22]: how to host your background service [supplement]

With the help of NET, we can host or host one or more long-running background services in the applications we create. Any operation that needs to run in the background for a long time can be defined as a standardized service and carried by the system, ASP NET core application is finally embodieUTF-8...

Posted by Volitics on Wed, 16 Mar 2022 11:37:07 +1030

[ASP.NET Core] model binding of MVC controller (macro part)

Welcome to Lao Zhou's hydrological studio. As we all know, MVC controllers can also be used to implement web APIs (they are originally a gadget). The difference is that one has a View and the other has no View (strictly speaking, we can't talk about the difference, we can only talk about the fuUTF-8...

Posted by Trizen on Fri, 18 Mar 2022 13:42:42 +1030

ASP.NET: front-end paging, background paging and database paging

This article only introduces ASP Net, involving technologies such as C #, HTML, CSS, JavaScript, jQuery and SQL server There are generally three ways of paging: front-end paging, back-end paging and database paging. This paper will explain them one by one 1. Front end paging The main paging logUTF-8...

Posted by raul_7 on Thu, 24 Mar 2022 12:55:23 +1030

Quartz.Net timing scheduling learning summary

Timing scheduling can be understood as the regular execution of a method or logic code, and Timer can also realize similar functions. Quartz is a framework for starting scheduled tasks, which can be called directly after the project is referenced. preparation: Project installation Quartz Code iUTF-8...

Posted by waverider303 on Fri, 25 Mar 2022 02:08:14 +1030

c# asp.net background controls the display data of echarts front end

Share Xiaobai's hard work. It's obviously Xiaobai, and the requirements are quite high. Although C# comes with the charts plug-in, which is very simple and has examples, it always feels that the chart is not as good as ecarts, so I want to replace it with ecarts, but I don't transfer the data vUTF-8...

Posted by tuuga on Fri, 25 Mar 2022 16:57:53 +1030

Experience using yarp as gateway

Yarp is a Microsoft open source application net implements the reverse proxy toolkit, the github library is called reverse-proxy (reverse proxy) (make complaints about Microsoft's name 233333) nuget package preview9 was called Microsoft Reverseproxy, preview10 becomes yarp Reverseproxy Put a liUTF-8...

Posted by tlavelle on Fri, 25 Mar 2022 22:55:46 +1030

Building mini web APIs using Azure Functions and SQLite

catalogue introduce database Set up our Azure Functions Create our Azure Functions Create model Create our main Function Connect to database Query data Retrieving and distributing data Send results Complete function Test Azure Functions Deploy Azure Functions Running applications in Azure conclUTF-8...

Posted by mxdan on Tue, 29 Mar 2022 22:34:53 +1030

Attribute injection based on autofac

Attribute injection based on autofac What is attribute injection Before understanding attribute injection, you should first understand DI (Dependency Injection), that is, Dependency Injection. In ASP Net core comes with an IOC container, and the program branch is also established based on this UTF-8...

Posted by stupid girl! on Sat, 02 Apr 2022 09:17:44 +1030

WebDev.WebServer40.exe transformation, self-made lightweight ASP Net website service

College play ASP Net found that VS will play a web service during Debug, it's amazing that the service works so fast and is so small compared with IIS. A few months ago, I used phonegap + jqmobi (called app framework after being acquired by inter) for mobile application development. Cloud compUTF-8...

Posted by dsartain on Tue, 05 Apr 2022 00:57:17 +0930