Recent Posts
Recent Comments
Link
관리 메뉴

NaggingMachine

Useful .NET add-ins (유용한 .NET Add-in 들) 본문

TechnoBabbler

Useful .NET add-ins (유용한 .NET Add-in 들)

naggingmachine 2007. 1. 18. 11:11

First of all, there is the PackInstaller, and you can download it from http://www.codeplex.com/PackInstaller. PackInstaller has several useful add-ins and is free!

- Refactoring
: Resharper(http://www.jetbrains.com/resharper/)
: Ref++(http://www.refpp.com/)

- Obfuscation
: SmartAssembly(http://www.smartassembly.com/product/index.aspx)

- Component
: Sky Software (http://www.ssware.com), mainly focused on Shell components
: DeveloperExpress (http://devexpress.com/Index.xml)

- TDD (Test Driven Development)
: TestDriven.NET(http://www.testdriven.net/)

- Product Analysis
: NDepend(http://www.ndepend.com/)

These are all compatible with Visual Studio 2005


일단 공개용으로 제공하는 PackInstaller라는 프로그램이 있습니다. 여러가지 필요한 애드인을 모아놓은 것입니다.

http://www.codeplex.com/PackInstaller

그리고 VisualAssist가 대표적으로 유용한 툴이며, 기본적으로 VS에서도 리팩토링 툴을 제공하지만, 그 외에 Resharper(http://www.jetbrains.com/resharper/)와 CPP전용 Ref++(http://www.refpp.com/) 이 있습니다. ^^

.NET Obfuscation 툴로는 SmartAssembly(http://www.smartassembly.com/product/index.aspx) 가 있습니다.

개발시에 사용할 수 있는 컴포넌트에는 Sky Software(http://www.ssware.com/)와 DevloperExpress(http://devexpress.com/Index.xml)가 있습니다. 물론 그 외에도 많구요~

또한 TDD 관련해서 툴이 있는 TestDriven.NET(http://www.testdriven.net/)이라는 제품이 있으며, 제품의 전반적인 성능을 분석해주는 툴로는 NDepend(http://www.ndepend.com/)가 있습니다.

또한 코드 템플릿이라고 불리는 Code Snippet도 반복적이고 흔히 사용되는 코드를 작성하는데 유용합니다. http://msdn2.microsoft.com/en-us/vstudio/aa718338.aspx 이와 관련해서 제가 ZDnet에 작성한 기사도 참고해보실 수 있습니다.
http://www.zdnet.co.kr/microsite/powerguide/techguide/solveit/0,39033240,39140614,00.htm