> For the complete documentation index, see [llms.txt](https://programmingblockchain.gitbook.io/programmingblockchain-japanese/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://programmingblockchain.gitbook.io/programmingblockchain-japanese/introduction/why_c.md).

# なぜ C# か？

.NET Framrworkは企業の利用環境で人気がある。同時に.NETはスタートアップや趣味プログラマーのためにも完璧なツールであると信じている。

* iOS、Android、WindowsタブレットやWindowsフォン、デスクトップ、サーバーや埋め込みデバイス等のうえで動作するコードを無料で作ることができる。 &#x20;
* コンパイラーからコアランタイムまですべてがオープンソースである。 &#x20;
* BizSparkプログラムによって、あらゆるスタートアップはMicrosoftのすべてのツールを、月150ドル分のAzureサービス含めて、無料で利用できる。 &#x20;
* Visual Studio Community 2015は、趣味プログラマーにとっても無料で使うことのできるプロ用のIDEである。 &#x20;
* C#はJavaやC++ととても関連性が強い。そのため、たくさんの開発者にとって読むのが簡単だ。 &#x20;
* この本の執筆者の1人であるNicolas Dorierが、NBitcoinと呼ばれる、.NETで動作する最も人気のあるビットコインのフレームワークを作った。 &#x20;
* 私が会ったことのあるC#を学んだ人は皆、C#が1番良い言語だと言うだろう。たとえその人が今C#を使っていないとしても。 &#x20;

この本の執筆者達は15年以上、C#の経験を積んできた。楽しさを追求するプロジェクトであれ、利益を求めるプロジェクトであれ、C#は私たちが頼りにできる言語だ。

> 私たちはMicrosoftからお金をもらって広告をしているのではない。C#好きになるのであればまだ遅くはない。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://programmingblockchain.gitbook.io/programmingblockchain-japanese/introduction/why_c.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
