Do you posess information, or just data?
 
3NF Home Some past projects and results Services I offer Industries Served Fees and Options Articles and resources you may find interesting About Alan G. Labouseur, founder of 3NF Partner Area (requires login) Student Pages
 
Advanced Application Development
 
 
Syllabus ITS 369
 
Text Book Code Complete, Second Edition
by Steve McConnell / ISBN 0-7356-1967-0 / Published by Microsoft Press, 2004
 
Assignments Homework 1
Click on the assignment to Homework 2
view it in your browser or Homework 3
download it to your system. Homework 4
These files are in Adobe PDF format. Homework 5
 
Please submit your homework via FTP. (Works nicer in Explorer.)
 
  2006-2007 Final Project
Chapter Presentations Code Complete 2ed:
 
Resources Nunit - A unit-testing framework for .Net languages
  Test-Driven Development Overview
  SharpDevelop - a free C# IDE
  Video series: Beginners Guide to Visual Studio.Net
  Another book I like: Professional C#
  Microsoft Patterns and Practices
  -   .NET Architecture
  Microsoft C# Developer Center
  C# Corner
  Microsoft Developers Network
  Fred Brooks' famous "No Silver Bullet: Essence and Accident in Software Engineering" article
  Space Elevator
  Categories, by Aristotle
  WYGIWYS: Results-Oriented User Interfaces
 
Example Code ZIP: Skeleton Application
Note that you need only the source code and project files to transport your .Net projects around. Unzip these in a directory and open the project in Visual Studio.Net. When you build the project, the bin and obj directories will be created for you. ZIP: Simple Objects
ZIP: Employee class and Salaried subclass
ZIP: Inheritance
ZIP: Reading XML
2-D Array Demo
ZIP: Tight Loops
Fragile database access example
ZIP: Threads
ZIP: Test-Driven Development Blackjack Example
ZIP: Assertions
ZIP: Delegates