1 / 22

ASP.NET

ASP.NET. เอกสารประกอบการบรรยายรายวิชา 204200 Browser-Based Application Development. วัตถุประสงค์. นักศึกษาสามารถอธิบายสถาปัตยกรรม .NET Framework และ ASP.NET นักศึกษาสามารถพัฒนาโปรแกรมประยุกต์บนบราวเซอร์โดยใช้แพลตฟอร์ม ASP.NET. หัวข้อบรรยาย. .NET Framework ASP.NET Web Form

lexi
Download Presentation

ASP.NET

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. ASP.NET เอกสารประกอบการบรรยายรายวิชา204200Browser-Based Application Development

  2. วัตถุประสงค์ • นักศึกษาสามารถอธิบายสถาปัตยกรรม .NET Framework และ ASP.NET • นักศึกษาสามารถพัฒนาโปรแกรมประยุกต์บนบราวเซอร์โดยใช้แพลตฟอร์ม ASP.NET

  3. หัวข้อบรรยาย • .NET Framework • ASP.NET • Web Form • Web Form Controls • ปฏิบัติการครั้งที่ 4

  4. .NET Framework Programming Code Components • Programming Complied to native code Operating System Execute DLL, EXE, etc. User

  5. .NET Framework Programming Code Components • Java Complied to byte code Java Virtual Machine Compiled into native code Executes Java Class/Java Applet User

  6. .NET Framework Programming Code Programming Code • Java Complied to native code Complied to byte code exe, dll, etc. DLL (in MSIL) User User

  7. .NET Framework .NET Code .NET Class library Complied to assembly common language runtime (CLR) Compiled into native code Executes DLL (in MSIL) User

  8. .NET Framework Programming Code Programming Code Complied to native code Complied to assembly exe, dll, etc. Java Class/Java Applet User User

  9. .NET Framework Programming Code Programming Code Programming Code Complied to native code Complied to assembly Complied to byte code exe, dll, etc. Java Class/Java Applet Java Class/Java Applet User User User

  10. หัวข้อบรรยาย • .NET Framework • ASP.NET • Web Form • Web Form Controls • ปฏิบัติการครั้งที่ 4

  11. ASP.NET .NET Code .NET Class library (ASP.NET) Complied to assembly common language runtime (CLR) Compiled into native code Executes DLL (in MSIL) User (Server)

  12. ASP.NET .NET Code .NET Class library (ASP.NET) Complied to assembly common language runtime (CLR) Compiled into native code Executes DLL (in MSIL) Web Browser User (Server)

  13. หัวข้อบรรยาย • .NET Framework • ASP.NET • Web Form • Web Form Controls • ปฏิบัติการครั้งที่ 4

  14. Web Form • HTML & Windows Form

  15. หัวข้อบรรยาย • .NET Framework • ASP.NET • Web Form • Web Form Controls • ปฏิบัติการครั้งที่ 4

  16. Web Form Controls

  17. ปฏิบัติการครั้งที่ 4 • สร้าง Web Form “Registration.aspx” • ทำดูซี่

  18. ปฏิบัติการครั้งที่ 4

  19. ปฏิบัติการครั้งที่ 4

  20. ปฏิบัติการครั้งที่ 4

  21. ปฏิบัติการครั้งที่ 4

  22. Conceptual Design

More Related