MCDBA 두번째 시험

오늘은 70-278 시험을 보는 날이었다. 회사 일이 한가해서 마음의 여유를 가질 수 있길 바랬지만, 고객사 한 곳 때문에 마음의 여유는 사라져 버렸다. 오후 6시 반이 되었지만, 여전히 고객사와의 통화는 계속…

0 Comments

C# 연산자 오버로딩

C#에서 연산자 오버로딩을 할 수 있더군요. 자세한 내용은 MSDN에서 operator로 검색하시면 알 수 있습니다. 또는 http://msdn.microsoft.com/library/default.asp?url=/library/en-us/csref/html/vcwlkoperatoroverloadingtutorial.asp 에 가시면 여러가지 c# 튜토리얼이 있는데, 그 중 하나가 operator overloading에 관한 글입니다. —…

0 Comments

When you impelement method ‘equals’,

When you unit-test your ‘equal’ method, you should all of following conditions. The equals method implements an equivalence relation: 1. It is reflexive: for any reference value x, x.equals(x) should…

0 Comments

Digital Camera

드디어 양스도 디카 족에 합류했군. 내 카메라는 캐논 G2지. 같은 캐논족이 된 것을 환영해.  사진 사이트 하나만 추천하자면, 레이소다 를 꼽겠어. 가장 유명한 사이트 중에 하나야. Finally you become one…

0 Comments

[펌] 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