You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: introduction/why_c.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ The .NET framework is popular in corporate environments. We also believe this is
9
9
* C# is closely related to Java and C++. As such, it can be easily read by a big base of developers.
10
10
* Nicolas Dorier, one of the authors of this book, created the most popular Bitcoin Framework for .NET, called [NBitcoin](https://github.com/MetacoSA/NBitcoin).
11
11
* 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)
12
13
13
14
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.
0 commit comments