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

C#에서는 다음과 같이 문자열 앞에 ‘@’을 붙일 수 있다.

(Objective C의 문자열 처리와 같이 C#에서도 ‘@’을 사용할 수 있다)

위와 같은 코드에서는 문자열 앞에 ‘@’을 붙이나 붙이지 않으나 같지만,
다음과 같이 문자열을 여러 줄에 쓸 때 ‘@’을 붙이지 않으면 컴파일 에러가 발생한다.
즉, 여러 줄인 문자열을 쓸 때 유용하다.

출력 결과는 다음과 같다.
회원님이 촬영한 console.
Ref
Tagged with:
Jan 09

http://nunit.org/

http://community.sharpdevelop.net/blogs/mattward/articles/FeatureTourUnitTesting.aspx

What Is NUnit?


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.

Tagged with:
Jan 09

http://www.icsharpcode.net/OpenSource/SD/

Tagged with:
preload preload preload