2020-01-01から1ヶ月間の記事一覧

Functional Programming w/ C# LINQ

C# 8 switch 式の威力はすごい。EntityFramework Core 用の Upsert が実質 3 行 *1 で記述できてしまった *2 。 public static void Upsert<T>(this DbSet target, IEnumerable<T> source) where T : class, IDbMappable => source .GroupJoin(target , l => l.Get</t></t>…

Training in Commercial Pilotage with FTD - Scanning

都内某所で Flight Simulator による F/O 訓練。B737-800 で 2.0H。 Acceleration / Deceleration 本日の訓練内容は Acceleration / Deceleration (増減速)。前回と同じ K 教官。前回 Take Off からの Climb & Level Off がうまくいったため、今回もある程度…