Preview ASP NET Execution Model ASP NET Features

  • Slides: 26
Download presentation

Preview § § § § ASP. NET Execution Model ASP. NET Features Code Behind

Preview § § § § ASP. NET Execution Model ASP. NET Features Code Behind ASP. NET with VS. NET ASP. NET 기본 컨트롤들 ASP. NET Button Control 이 주의 실습 이 강의 자료의 모든 그림은 taeyo’s ASP &. NET (http: //www. taeyo. pe. kr/)가 그 출 처임을 밝힙니다. Artificial Intelligence Laboratory

ASP. NET Execution Model(1/3) Figure 1 -1 ASP. NET : First Execution Artificial Intelligence

ASP. NET Execution Model(1/3) Figure 1 -1 ASP. NET : First Execution Artificial Intelligence Laboratory

ASP. NET Execution Model(2/3) Figure 1 -2 Second Execution : Use Assembly Cache Artificial

ASP. NET Execution Model(2/3) Figure 1 -2 Second Execution : Use Assembly Cache Artificial Intelligence Laboratory

ASP. NET Execution Model(3/3) Figure 1 -3 Output Cache Artificial Intelligence Laboratory

ASP. NET Execution Model(3/3) Figure 1 -3 Output Cache Artificial Intelligence Laboratory

ASP. NET Features(1/3) ASP. NET Server Side Language Support VBScript, Jscript Full Visual Basic,

ASP. NET Features(1/3) ASP. NET Server Side Language Support VBScript, Jscript Full Visual Basic, Not VBScript. And C#, C++ Development Model Concepts Traditional, Top-down Model Control / Event Based Model Database Connection ADO. NET Configuration IIS Metabase XML (Web. config) ASP , ASP. NET 에서 동일 Client 사용언어 Java. Script, Jscript 사용 가능 Figure 1 -4 ASP VS ASP. NET Artificial Intelligence Laboratory

ASP. NET Features(2/3) Page. aspx Post-back Figure 1 -5 Form의 동작방식 Artificial Intelligence Laboratory

ASP. NET Features(2/3) Page. aspx Post-back Figure 1 -5 Form의 동작방식 Artificial Intelligence Laboratory

ASP. NET Features(3/3) § ASP. NET에서 제공하는 새로운 기술들 - Web Forms Server Controls

ASP. NET Features(3/3) § ASP. NET에서 제공하는 새로운 기술들 - Web Forms Server Controls Web Services Compiled Language support / Caching “On-the-fly” Deployments State management Improvements Artificial Intelligence Laboratory

Code Behind(1/3) Figure 1 -6 HTML 페이지와 ASP. NET 코드 페이지 Artificial Intelligence Laboratory

Code Behind(1/3) Figure 1 -6 HTML 페이지와 ASP. NET 코드 페이지 Artificial Intelligence Laboratory

Code Behind(2/3) Figure 1 -7 예제 start. cs Figure 1 -8 예제 start. html

Code Behind(2/3) Figure 1 -7 예제 start. cs Figure 1 -8 예제 start. html Artificial Intelligence Laboratory

Code Behind(3/3) Figure 1 -9 ASP. NET page의 구성과 실행모습 Artificial Intelligence Laboratory

Code Behind(3/3) Figure 1 -9 ASP. NET page의 구성과 실행모습 Artificial Intelligence Laboratory

ASP. NET with VS 2005 (1) Step 1 : 새로 만들기 Artificial Intelligence Laboratory

ASP. NET with VS 2005 (1) Step 1 : 새로 만들기 Artificial Intelligence Laboratory

ASP. NET with VS 2005 (2) Step 2 : 새 웹 사이트 생성 Artificial

ASP. NET with VS 2005 (2) Step 2 : 새 웹 사이트 생성 Artificial Intelligence Laboratory

ASP. NET with VS 2005 (3) Step 3 : ASPX 코드 에디터 화면 Artificial

ASP. NET with VS 2005 (3) Step 3 : ASPX 코드 에디터 화면 Artificial Intelligence Laboratory

ASP. NET with VS 2005 (4) Step 4 : ASPX 디자이너 보기 Artificial Intelligence

ASP. NET with VS 2005 (4) Step 4 : ASPX 디자이너 보기 Artificial Intelligence Laboratory

ASP. NET with VS 2005 (5) Step 5 : ASPX 디자이너 화면 Artificial Intelligence

ASP. NET with VS 2005 (5) Step 5 : ASPX 디자이너 화면 Artificial Intelligence Laboratory

ASP. NET with VS 2005 (6) Step 6 : 디자이너에서 Web Form 추가 Artificial

ASP. NET with VS 2005 (6) Step 6 : 디자이너에서 Web Form 추가 Artificial Intelligence Laboratory

ASP. NET with VS 2005 (6 -1) Step 6 -1 : Form 의 스타일

ASP. NET with VS 2005 (6 -1) Step 6 -1 : Form 의 스타일 지정 Artificial Intelligence Laboratory

ASP. NET with VS 2005 (7) Step 7 : 버튼 이벤트 추가 Artificial Intelligence

ASP. NET with VS 2005 (7) Step 7 : 버튼 이벤트 추가 Artificial Intelligence Laboratory

ASP. NET with VS 2005 (8) Step 8 : C# (Code File) 에디터 Artificial

ASP. NET with VS 2005 (8) Step 8 : C# (Code File) 에디터 Artificial Intelligence Laboratory

ASP. NET with VS 2005 (9) Step 9 : 전체 코드 Artificial Intelligence Laboratory

ASP. NET with VS 2005 (9) Step 9 : 전체 코드 Artificial Intelligence Laboratory

ASP. NET with VS 2005 (10) Step 10 : 빌드 / 디버그를 통한 실행

ASP. NET with VS 2005 (10) Step 10 : 빌드 / 디버그를 통한 실행 Artificial Intelligence Laboratory

ASP. NET Button Control Figure 1 -10 Button 속성 (모양/동작) Figure 1 -11 Button

ASP. NET Button Control Figure 1 -10 Button 속성 (모양/동작) Figure 1 -11 Button 속성 (작업) Artificial Intelligence Laboratory