CSE691 - Comparative Platfroms

Lecture #3 - Asp.Net

Revised: 05 June 2007
Home Courses Code Handouts CoreTech Books Articles Math Research Masters Projects SWDev WebDev News OtherLinks SiteDesign Graduates AllPages Office Hours Notices Contents

CSE681-SWMAA CSE686-IP CSE687-OOD CSE691-CP CSE775-DO CSE776-DP CSE778-AWP CSE784-SWS

Lecture #01 Lecture #02 Lecture #03 Lecture #04 Lecture #05
Lecture #06 Lecture #07 Lecture #08 Lecture #09 Lecture #10

Lab #01 Lab #02 Lab #03 Lab #04 Lab #05 Lab #06 Lab #07 Lab #08

Contents Syllabus

Web Resources:

Color Lab Color Codes HTML tags Everything HTML XML, HTML, Scripting Win32, COM, MFC webdeveloper.earthweb devx... W3Schools Web Developer's Virtual Library World-Wide Web Consortium WebReference devCentral

Office Hours:

Instructor & TAs

Content:

This lecture is an introduction to the Asp.Net Platfrom. Today we discuss Asp.Net structure, functionality, and provide some example web applications.
  1. Syllabus describes topics to be covered, reading material for you to digest before coming to class, and due dates for the assigned projects.
  2. Comparison of HTML, ASP, and ASP.NET
    calc1.htm, calc2.htm, calc2.asp, calc3.aspx -- Code for these examples in Lecture3 folder
  3. ASP.Net, Part I
  4. C# Processing in web pages
    Page Reflection demo, Partitioning Demo, Basic Asp.Net Example -- Page Reflection, Partition, and Basic code
  5. Debugging Demo code
  6. Page Transfer vs. Redirect -- Page Transfer code
  7. ASP.Net, Part II
  8. Master Pages and Site Map Control Demo -- Master Pages code
  9. User Defined Control Demo -- User Defined Control code
  10. Click-once deployment