かずきのBlog@hatena

すきな言語は C# + XAML の組み合わせ。Azure Functions も好き。最近は Go 言語勉強中。日本マイクロソフトで働いていますが、ここに書いていることは個人的なメモなので会社の公式見解ではありません。

2010-02-04から1日間の記事一覧

WCF入門「Hello world」

WCFのハローワールドプログラム。 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.ServiceModel; namespace WCFHelloWorld { // インターフェースでWCFで提供するサービスを定義する // ServiceContr…