[펌] udl 파일이 무엇인가요?

출처 : 지식iN > 컴퓨터, 통신 > 프로그래밍 > SQL 질문: udl 파일이 무엇인가요? so230 / 2004-10-20 16:27 데이터 베이스 에서 나오는말 같은데...udl 파일이 정확히 어떤 파일인지 모르겠습니다.. 더블클릭해서 파일을…

0 Comments

NDoc Code Documentation Generator for .NET

I’ve read the intoduction of NDOC, which generates XML documentation from .NET source code. Of course, VS.NET 2003 provides the similar functionality. However, NDOC is more powerful documentation-generator. You can…

0 Comments

DotNet Monster

When I was googling, I found one useful .Net development community. People are very active. There are a lot of posts and comments concerning various topics about .Net technology. Besides,…

0 Comments

NUnit에서 .config 파일 사용하기

이전에도 이와 관련된 글을 올렸었습니다. NUnit을 사용하는 환경에서 .Config 파일을 사용하는 응용프로그램이나 라이브러리를 제작한다면 반드시 알아두어야 하는 사항입니다. 아래 글을 오늘 Unit Test에 관한 글을 뒤지다가 찾았습니다. 저도 아래와 같은…

0 Comments

Logging Modules

I’ve been searching for the various logging or exception management components in DotNet. Until now, I’ve found three useful application blocks, or components. See following list. Microsoft Application Block -…

0 Comments

Unit Testing and Test-First Development

I found a document “Unit Testing and Test-First Development” written by Eric Gunnerson. Recently I’ve started Test Driven Develoment. I could get a useful information from this document. You are…

0 Comments

Log 관련 모듈 소개

어플리케이션을 작성하다 보면, 예외 처리와 로그가 전체 소스 코드의 상당 부분을 차지하게 됩니다. 그동안은 제가 작성한 새 모듈로 이러한 문제를 처리했었는데, 최근에는 외부에서 제공되는 모듈을 쓰기 시작했습니다. 제가 검토한 것은…

0 Comments