受欢迎的博客标签
RSS

博客

asp.net core BackgroundService(1)-用BackgroundService实现创建一个简单定时任务

一、asp.net core 简单定时任务,用BackgroundService实现 

public class TimedBackground
                    
vs c++ MFC生成release版本可运行exe文件
一般可以配置一下两项:1.项目 -> 配置属性->常规->MFC的使用 :在静态库中使用MFC。2.项目 -> 配置属性->C/C++->代码生成->运行库 :选择 多线程调试(/MT)。 
How to Change the default wwwroot to the specified directory in ASP.NET Core(iaspnetcore)
By default, the wwwroot folder in the ASP.NET Core project is treated as a web root folder. Static files can be stored in any folder under the web root and accessed with a relative path to that root.
Defining custom logging messages with LoggerMessage.Define in ASP.NET Core

https://

Log ASP.NET Core Request and Response Middleware in Asp .Net Core
In this blog I will create a middleware to log the request and response of an API
Create Nopcommerce project step by step?(iaspnetcore)
Create Nopcommerce project step by step?
Using Cookie Authentication without ASP.NET Core Identity in ASP.NET Core (iaspnetcore)
This blogpost Demo How to Using Cookie Authentication without ASP.NET Core Identity in ASP.NET Core 3.x。customer come from no sql database without ef framework。
Web crawler series:Chrome headless Puppeteer Sharp
Web crawler series:Chrome headless Puppeteer Sharp
ChineseHoliday -API to Check whether a date is a chinese holiday 中国法定节假日API
ChineseHoliday     https://github.com/gameboyLV/ChineseHoliday/tree/master   using System; using Sy
Logging in ASP.NET Core 1
https://codingblast.com/asp-net-core-logging/ Logging in ASP.NET Core 1 Logging has been a built-in feature since the