Skip to content

Commit 866c255

Browse files
Merge pull request ProgrammingBlockchain#132 from HugoDoyon/master
C# is faster
2 parents fb85238 + 55c8f8d commit 866c255

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

introduction/why_c.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ The .NET framework is popular in corporate environments. We also believe this is
99
* C# is closely related to Java and C++. As such, it can be easily read by a big base of developers.
1010
* Nicolas Dorier, one of the authors of this book, created the most popular Bitcoin Framework for .NET, called [NBitcoin](https://github.com/MetacoSA/NBitcoin).
1111
* Every person I met who learned about C# will tell you it is the best language out there, even if it is not the one they are using at the moment.
12+
* Recent Benchmark place .net Core C# performance way ahead of Java in almost every area. See for yourself [C# vs Java Benchmark](https://benchmarksgame-team.pages.debian.net/benchmarksgame/faster/csharp.html)
1213

1314
The authors of this book have over 15 years combined experience with C#. It is our go-to language for any project for fun or profit.
1415

0 commit comments

Comments
 (0)