ニュース

本ブログでおよそ1か月前からDevOpsを使い始め、更にその前はVS CodeによるAzure Functionsへのデプロイを勉強してきました。 ここまでの知識の積み重ね、集大成として、いよいよAzure Functionsに対してDevOpsを使ってAPIのプロジェクトをデプロイしてみたいと思います。 まずはC#編となります。 一部 ...
C# finally gets the BASIC GOSUB feature through local functions, but local functions take that GOSUB-like capability up a few notches.
Azure Functions C# Event Grid Blob Trigger using Azure Developer CLI This template repository contains an Azure Functions reference sample using the Blob trigger with Event Grid source type, written ...
米国サンフランシスコで開催されている米Microsoftの開発者向けカンファレンス「Build 2016」において、ユーザーが開発したC#、Node.jsプログラムを ...
With C# 7 around, you can now declare such functions inside another the body of another function. Such functions are known as local functions. In other words, the support for local functions ...
In C# 9 lambda or anonymous methods can have a static modifier. This article talks about static anonymous functions and why they are useful, using code examples to illustrate the concepts.