아래 세 개의 MSDN 링크 정도만 있어도 참 편한 것 같다.
C#에 관한 왠만한 프로그래밍 책 보다 괜찮은 것 같다.
C# 뿐만 아니라 .NET 기반의 언어들에서 쓰는 class 라이브러리 정리
C#의 주요 Featrue들을 잘 정리해서 설명
C#의 여러 가지 Threading에 관한 것을 잘 정리한 웹 북 형식의 사이트로 정말 잘 정리 되어있다.
C#에서는 다음과 같이 문자열 앞에 ‘@’을 붙일 수 있다.

http://community.sharpdevelop.net/blogs/mattward/articles/FeatureTourUnitTesting.aspx
NUnit is a unit-testing framework for all .Net languages. Initially ported from JUnit, the current production release, version 2.2, is the fourth major release of this xUnit based unit testing tool for Microsoft .NET. It is written entirely in C# and has been completely redesigned to take advantage of many .NET language features, for example custom attributes and other reflection related capabilities. NUnit brings xUnit to all .NET languages.