My links for C#:

  - [C Sharp Programming][1]
  - [Data Structures and Algorithms with Object-Oriented Design Patterns in C# ][2]
  - [Programmer's Heaven C# School Book][3]
  - [.NET Book Zero][4]
  - [C# Yellow Book][5]
  - [Threading in C#][6]
  - [C# Essentials][7] (already mentioned)

Algorithms:

  - [Data Structures and Algorithms: Annotated Reference with Examples][8]

Free books on various topics from O'Reilly:

  - [Open Books][9]


  [1]: http://en.wikibooks.org/wiki/C_Sharp_Programming
  [2]: http://www.brpreiss.com/books/opus6/
  [3]: http://www.programmersheaven.com/2/csharpbook
  [4]: http://www.charlespetzold.com/dotnet/
  [5]: http://www.csharpcourse.com/
  [6]: http://www.albahari.com/threading/
  [7]: http://www.techotopia.com/index.php/C_Sharp_Essentials
  [8]: http://dotnetslackers.com/projects/Data-Structures-And-Algorithms/
  [9]: http://oreilly.com/openbook/