| Lecture | Reading | Class materials | Other People's Materials | |
| Introduction and Visual Studio |
1 | my email Chapter 1 |
Due Fri 9/11/09 1 Pager (excel) final project |
App Dev Trends cheat sheets |
| Windows Forms Applications Design | 2 | Chapter 2 | VB Cheat Sheet Calculator1 Due Mon 9/14 p31-32 screen shot after clicking calculate depreciation in step 15 |
Visual Studio online documentation Visual Studio magazine |
| Windows Forms Applications Code |
3 | Chapter 3 ss = screen shot |
Due Friday 9/18 p52-54 a note telling me you tried this exercise Due Wed 9/23 p90-92 ss - after #2 ss - error list window #5 ss - after #8 ss - after #15 |
Videos Programming examples calculator chat program web browser |
| Numeric and String data | 4 | Chapter 4 |
Check Point final project 9/25 BookStore send me the zip template 9/18 |
Basic File I/O in VB another splash screen How To Splash Screen ejack splash example ejack ch19 source |
| Control Structures | 5 | Chapter 5 | ||
| Procedures and Event Handlers | 6 | Chapter 6 | ||
| Exceptions and Data Validation | 7 | Chapter 7 | Check Point final project |
|
| Arrays and Collections | 8 | Chapter 8 |
||
| Dates and Strings | 9 | Chapter 9 | ||
| More with Windows Forms and Controls |
10 | Chapter 10 |
Check Point final project |
|
| Creating and Using Classes | 11 | Chapter 11 | ||
| Debugging | 12 | Chapter 12 |
||
| Database Programming | 13 | Chapter 13 | Check Point final project DBExample no VB controls |
Softlookup.com 1st DB project |
| DataSources (part1) | 14 | Chapter 14 | Highlight text in richtextbox | Chapter14 notes |
| DataSources (part2) | 15 | Chapter 15 | ||
| ADO.NET data access code | 16 | Chapter 16 | ||
| Datasources with business objects | 17 | Chapter 17 | ||
| Default properties, events, operators | 18 | Chapter 18 | Due Mon 11/16 p620-621 problems 1-12 send me the zipped project folder no late work accepted |
Friday checkpoint this week 11/13 show me where you are with your final project |
| Inheritance | 19 | Chapter 19 | ||
| Interfaces and generics | 20 | Chapter 20 | ||
| Class organization | 21 | Chapter 21 | ||
| Files and datastreams | 22 | Chapter 22 | ||
| XML files | 23 | Chapter 23 | ||
| Enhancing the User Interface | 24 | Chapter 24 | Crystal Reports examples | |
| Deploying your application | 25 | Chapter 25 | ||
| Extra Topics | ||||
| Databases | ||||
| SQL Server Express | Management server express SQL Server 2005 Express SQL Cheat Sheet |
Creating connections to sql server Performing database operations directly Writing SQL statements Sample considerations AdventureWorksDB download end2end sample for sqlserver |
||
| MySQL | All about MySQL | Connecting to MySQL VB with MySQL sample |
||
| Oracle | Connectivity forum | |||
| Derby |
Apache Derby Database | Example from class JavaDB tax example |
Tutorials install sample first database embedded derbe derbe server |
|