Home ] Syllabus ] [ Resources ] Tools ] Assignments ] Announcement ] Code ]

Course Materials

For instructor's eye only:

 

Week 1:

Reading: Web Developers: The Jedi Knights of the IT World

E-Business and Web Technology**

Web Matrix Set Introduction

*HTML PowerPoint slides** (ppt)  or HTML e-Course  (page)

Week 2

ASP.NET Introduction** (new)

ASP.NET Execution Model (Flash) **

RadioButton Sample

http://etech.eweek.com/slideshow/index.php?directory=webmistakes Web site design mistakes

 

Week 3

State Management and Form Handling**  PowerPoint slides

Sample Code

 

Week 4, 5, 6

ADO.NET Using DataReader** 

NorthWind Access Database

NorthWind SQL Database

Download NorthWind and pubs Sample Databases for SQL Server

How to handle Null value in database**

After Midterm

==

 

OOP Slides       OOP Code

Web services

===

Additional Interesting Resources

===

Shopping and User Profile

**Guest Lecture on new features of ASP.NET 2.0 by Dr. Ranjan Sen from Microsoft

(slides)  -- Fall 2005

 

Security

===

 

Data Source=.\SQLEXPRESS;AttachDbFilename=C:\ASPNET\mis412\App_Data\Northwind.mdf;Integrated Security=True;User Instance=True
If you have not yet created the SQL Server database, exit the Web Site Administration tool, use the aspnet_regsql command-line utility to create and configure the database, and then return to this tool to set the provider.

C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727>aspnet_regsql.exe

 

AJAX and Atlas

   

 

Web Development with Visual Web Developer 2005 Express Edition and SQL Server 2005 Express Edition, Part 1

 

NorthWind and Pubs Database for SQL Server and SQL Server Express

SQL Server Book Online

SQL Server 2000 Resource Kit

Designing Data Tier Components and Passing Data Through Tiers

 

Sample code for Database Access in single file format:

Move your move over each code link and then choose Save Target as to save the file locally.  When you save it, rename the file type from .data to .aspx

 

Oct. 21

Data Set and Data Grid and Data-aware Control

Sample programs: 

  1. DataGrid&DataSet basic sample code

Oct. 28

You are strongly recommended to attend the following event on Oct. 28 if possible:

 http://msevents.microsoft.com/cui/EventDetail.aspx?culture=en-US&EventID=1032258363

 Due to the participation of the event, there will be no office hour on that Oct. 28, the evening class is still on, and there will be no class on Nov. 4.  

Nov. 4

No class.  Working on your assignment.

Future Online lectures:

 

Additional Seminar can be found at Online ASP.NET Seminars: http://www.microsoft.com/Seminar/MMCFeed/MMCDisplay.asp?Lang=en&Product=103362

Microsoft DevDays 2004 Streaming Sessions (Watch the Web Developer Track sessions - All 4 sessions together)

Nov. 11

Nov. 18

 

Dec. 2

        XML and E-Business

 

Dec. 9

Web services

 

Fixing Web Service Error: “The request failed with HTTP status 401: Unauthorized.”

 

Final coverage ends here:

 

==

 

 

 

 

 

 

 

Fixing IIS Setup

If you install Visual Studio .NET or .NET Framework SDK before IIS installation you need to run the following command at DOS Command window assuming you are using CDs for installation and your CD Reader is at drive  "e". 

e:\dotNetFramework\dotnetfx.exe /t:c:\temp /c:"msiexec.exe /fvecms c:\temp\netfx.msi"
 

Examples