상세 컨텐츠

본문 제목

비주얼스튜디오 2005/2008시작

비주얼스튜디오

by 김일국 2010. 4. 22. 15:30

본문

//================================================================================================

#작업01

 

Windows Server 2003 ...... [1]

Visual Studio 2008

SQL Server 2005

Visual Studio 2005/2008 Express(Free) 버전 다운로드

http://www.microsoft.com/korea/msdn/vstudio/express/


Visual Studio 2005/2008

 - C# : Visual C# 2005 Express ...... [2]
 - ASP.NET : Visual Web Developer 2005 Express ...... [3]
 - DB : SQL Server 2005 Express 엔진 ...... [4]

관리도구: SQL Server 2005 Management Studio Express ...... [5]
http://www.microsoft.com/korea/msdn/vstudio/express/sql/download/default.aspx

 

 

데몬툴 사용하여 ISO 파일로부터 각각의 프로그램 설치


C#/&ASP.NET 책

 


c# 언어사양 ...  항상 띄워 놓고 공부

C# Language Specification

http://msdn.microsoft.com/library/kor/default.asp?url=/library/KOR/csspec/html/CSharpSpecStart.asp

닷넷코리아 {C#}->C#기초강의실 28페이지(옛날)
(http://www.dotnetkorea.com/boardview.asp?BoardName=CSharp&Num=307&ScrollAction=Page28)

 


C#은 어떻게 공부해야 하나요?

http://www.taeyo.net/lecture/list_Advice.htm


C# WebCast
 영문 : http://www.microsoft.com/events/       .../default.mspx
 한글 : http://www.microsoft.com/kore/eseminar/

 

 

*** Windows Server 2003 설치사양 확인

Windows 구성요소

네트워킹 서비스(-) ... DNS, DHS
루트인증서 업데이트
보조프로그램 및 유틸리티(-) ... 내게~,  보조프로그램(-), 통신(-)
응용프로그램 서버(-) ... 네트워크COM+, 응용프로그램서버콘솔, 인터넷정보서비스(IIS)(-), ASP.NET
전자메일서비스 ... POP3서비스, POP3서비스웹관리
Windows Media 서비스(0) ... Windows Media서비스, Windows Media서비스스냅인


{보조프로그램} ... 마우스포인터, 문서서식 2개 제외
{통신} ... 이야기방

{인터넷정보서비스(IIS)} ...
공용파일, 인터넷인쇄, 인터넷정보서비스관리자, FTP서비스, SMTP서비스(-), World Wide Web서비스(-)

[SMTP서비스] ... SMTP서비스
[World Wide Web서비스] ... all

 

 


* msdn C# 언어 사양 ...용어

메서드

 


http://www.microsoft.com/events/series/default.mspx

 

 

//================================================================================================

#작업02

 

객체지향 프로그래밍 언어 : C계열(java / C# / C++) / VB.NET

기초문법(절차지향) -> 객체지향 -> 윈폼/웹폼 -> 컨트롤 -> 서비스

 

기초문법(절차지향)

1. 출력문
2. 주석문(Comment) : //
3. 변수(Variable) : var -> int, string, char, bool, object, ...
4. 연산자(Operator) : 산술, 조건, 논리, 대입, 증감, 비트, 시프트, ...
5. 제어문(Statement) : if, switch, for, while, do, continue, break, goto
6. 배열(Array)
7. 함수(Function) -> 메서드(Method)
8. 구조체(Struct) / 열거형(Enumeration)
9. 클래스(Class) : 내장 클래스
10. 네임스페이스(Namespace)


.NET Framework Developer Center
http://msdn2.microsoft.com/en-us/library/dwhawy9k(vs.71).aspx

 

관련글 더보기

댓글 영역