.NET Tools

Ten Must-Have Tools Every Developer Should Download Now

  • NUnit to write unit tests
  • -> 너무나도 유명한 Unit Testing framework (CSUnit이 사용하기는 더 편한듯...)

     

  • NDoc to create code documentation
  • -> 내 블로그에 예전에 소개한 util, 뽀다구나는 문서 제작할 때 좋죠~

     

  • NAnt to build your solutions
  • CodeSmith to generate code
  • FxCop to police your code
  • -> 코드 분석 툴이라는데... 아직 사용해 보진 않아서... 어떨런지..

     

  • Snippet Compiler to compile small bits of code
  • -> 작게 테스트 코드를 만들고 실행해 보고 할 때 사용하는 툴

    -> 정말 좋은 거라 생각했는데.. 오늘 함 써 보니... --'' 자동 완성에 길들여진 나를 전혀 충족시켜주지 못하네요 ㅋㅋ 비추

     

  • Two different switcher tools, the ASP.NET Version Switcher and the Visual Studio .NET Project Converter
  •  

  • Regulator to build regular expressions
  • -> 정규식 만들 때 사용하면 유용한 툴 (개인적으로 자주 참고 하는 Regexlib.com 과 연관된 툴이네요)

     

  • .NET Reflector to examine assemblies
  •  

    위 열개인데..

    써 본거라곤 세개 정도 밖에는 없네요 --''

     

    개인 적으로 맘에 드는 툴

    SnippetCompiler : 테스트 코드 만들려고 매번 빈 프로젝트를 만들곤 했는데..

     

     


    ..more


    'programming > c#' 카테고리의 다른 글

    ConnectionString 모음  (0) 2005.08.09
    [정정]SQLParameter로 null값이 온 경우 check하는 방법  (0) 2005.05.31
    C# Performance에 관련된 기사  (3) 2005.05.16

    + Recent posts