neo.zhu
neo.zhu
比如上海-重庆,开车路线。
**Bug描述** Bug的详细描述内容 **重现步骤** 1. xxx 2. yyy 3. zzz **软件信息** - 操作系统: [e.g. win10-x64] - FastGithub: [e.g. v2.0.0]
my code. ```` // create report instance Report report = new Report(); // load the existing report report.Load($@"{inFolder}\report.frx"); // register the data list report.RegisterData(data,"JSON"); // prepare the report report.Prepare(); ````...
 2021-08-29 11:53:58.077 +00:00 [INF] Polling for runnable workflows s:WorkflowCore.Services.BackgroundTasks.RunnablePoller> [11:53:58 INF] Polling for runnable workflows 2021-08-29 11:53:58.080 +00:00 [INF] Polling for unprocessed events [11:53:58 INF] Polling for unprocessed events
 now, I need to pass comments information into approval options how to implement it
[](https://www.youtube.com/watch?v=Hp6cjdfgMT8) https://github.com/neozhu/CleanArchitectureCodeGenerator Easily create following application features code {nameofPlural}/Commands/AddEdit/AddEdit{name}Command.cs {nameofPlural}/Commands/AddEdit/AddEdit{name}CommandValidator.cs {nameofPlural}/Commands/Create/Create{name}Command.cs {nameofPlural}/Commands/Create/Create{name}CommandValidator.cs {nameofPlural}/Commands/Delete/Delete{name}Command.cs {nameofPlural}/Commands/Delete/Delete{name}CommandValidator.cs {nameofPlural}/Commands/Update/Update{name}Command.cs {nameofPlural}/Commands/Update/Update{name}CommandValidator.cs {nameofPlural}/Commands/Import/Import{name}Command.cs {nameofPlural}/Commands/Import/Import{name}CommandValidator.cs {nameofPlural}/DTOs/{name}Dto.cs {nameofPlural}/EventHandlers/{name}CreatedEventHandler.cs {nameofPlural}/EventHandlers/{name}UpdatedEventHandler.cs {nameofPlural}/EventHandlers/{name}DeletedEventHandler.cs {nameofPlural}/Queries/Export/Export{nameofPlural}Query.cs {nameofPlural}/Queries/GetAll/GetAll{nameofPlural}Query.cs {nameofPlural}/Queries/Pagination/{nameofPlural}PaginationQuery.cs ## It is still in...
services.AddFluentEmail(mailSettings.From) .AddRazorRenderer() // this configuration is working .AddSmtpSender(new System.Net.Mail.SmtpClient() { Host = mailSettings.Host, Port = mailSettings.Port, EnableSsl = mailSettings.UseSsl, Credentials = new System.Net.NetworkCredential(mailSettings.UserName, mailSettings.Password) }); // this configuration with Mailkit...
https://github.com/neozhu/RazorPageCleanArchitecture 感兴趣可以朋友可以看一下 一款轻量级的业务系统开发架构
虽然升级到了.net core.但框架结构没有做大的重构,应该是从老版本升级过来的
我也做了一个类似基础开发框架 https://github.com/neozhu/smartadmin.core.urf 功能没那么多,但很简单,小项目做做还是很快的