C#
Notes
- Dynamic in C#, there are some notes about what it is, why we need it, how it works internally and when we should use it. At the end, also compare with the reflection and other similar types in C#.
Resources
Books
- C# 5.0 Unleashed
- C# In Depth
- 《CLR via C#》, good for begineers.
- Writing High-Performance .NET Code, a book introduces a bunch of tips for the performance when developing the large scale .NET service.