EF Core 查询中默认是跟踪查询。
Workflow Core 的Json笔记 1,设计项目是,由单独的项目存储那些步骤点,生成单独的dll json如下 { "Id": "HelloWorld11", "Version": 1, "Steps"[......]继续阅读
Workflow Core's Json Notes The design project stores those step points in a separate project, generating a separate dll. The JSON is as follows: {[......]继续阅读
NuGet Packages The ILogger and ILoggerFactory interfaces are located in Microsoft.Extensions.Logging.Abstractions, with their default implementation f[......] 继续阅读
https://docs.microsoft.com/zh-cn/aspnet/core/fundamentals/logging/?view=aspnetcore-2.2#nuget-packages NuGet 包 ILogger 和 ILoggerFactory 接口位于 Microsoft.[......] 继续阅读
Parallel ForEach Equivalent to the foreach loop in C# Parallel Tasks Concurrent and parallel execution, where several steps within it run simultaneous[......] 继续阅读
Parallel ForEach 相当于C# 的foreach 循环 Parallel Tasks 并发、平行运行,在其内的几个步骤,会同时运行,而不是按顺序运行。 Saga Transactions 事务,具有回滚操作 Scheduled Background Tasks 后台异步定时加载。将一个[......] 继续阅读