|
|
Course Materials
For instructor's eye only:
Week 1: Reading: Web Developers: The Jedi Knights of the IT World E-Business and Web Technology** *HTML PowerPoint slides** (ppt) or HTML e-Course (page) Week 2 ASP.NET Introduction** (new) ASP.NET Execution Model (Flash) ** http://etech.eweek.com/slideshow/index.php?directory=webmistakes Web site design mistakes
Week 3 State Management and Form Handling** PowerPoint slides
Week 4, 5, 6 Download NorthWind and pubs Sample Databases for SQL Server How to handle Null value in database** After Midterm
==
=== 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 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 OnlineSQL Server 2000 Resource KitDesigning 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:
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
Dec. 9
Fixing Web Service Error: “The request failed with HTTP status 401: Unauthorized.”
Final coverage ends here:
==
Fixing IIS SetupIf 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 |