나의 .NET 작업 환경

- 소스코드 문서화 도구 1. NDoc 관련 문서는 다음과 같습니다. NDoc 관련 문서 NDoc User’s Guide NDoc WiKi - 단위 테스트 도구 1. NUnit 관련 문서는 다음과 같습니다. NUnit Documentation…

0 Comments

NDoc 관련 문서

NDoc을 처음 사용하는 개발자에게 유용한 문서입니다. .NET 개발자를 위한 NDoc 문서화 도구 소개 Download : Start_Documentation_With_NDoc.zip Advanced ASP.NET 5. NDoc을 통한 문서화 Download : advanced_aspnet_05.zip 그러나 역시 NDoc 프로젝트 사이트에서…

0 Comments

Avalon presentation

You can download ‘Home video of Avalon presentation at Flash Forward conference’ from here. It’s cool! I think that you’ll probably agree with me.

0 Comments

MCDBA 획득!!!!!!

오늘 퇴근 후에 ‘070-316 Developing and Implementing Windows-based Applications with Microsoft Visual C# .NET and Microsoft Visual Studio .NET’ 시험을 치뤘습니다. 전에 치뤘던 070-228 시험 등과 비교해 사전 정보가 부족해서…

0 Comments

Enterprise Library

Enterprise Library는 처음 사용해봤다. 기존의 Application Block을 약간 확장한 정도겠더니 했는데, 전혀 아니다. 오늘은 주로 Data 쪽만 살펴봤는데, 아예 별개의 Library라고 보는 것이 옳다. Enterprise Library만 익히는 것도 책 한권…

0 Comments

UnhandledException

Unhandled Exception을 처리하는 방법은 두가지라고 할 수 있다. 하나는 Application.ThreadException에 이벤트 처리기를 연결하는 것이고, 또 다른 것은 AppDomain.UnhandledException에 이벤트 처리기를 연결하는 것이다. UnhandledException에 대해 처음 알게 되었을 때는 만능 열쇠를…

0 Comments

Regasm Vs Regsvcs

From http://www.sadikhov.com/forum/Regasm-Vs-Regsvcs_1595.html Let’s try again The regsvcs.exe utility registers a .NET component for .NET Enterprise Services. The regasm.exe utility registers a .NET component for COM interoperability. .NET framework assemblies are…

0 Comments