CSE681 - Software Modeling and Analysis

Lecture #2 - The C# Programming Language

Revised: 03 September 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 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 Lecture #11 Lecture #12 Lecture #13 Lecture #14

Contents Syllabus

Web Resources:

UML XML, HTML Code Project Microsoft Developer's Network DevelopMentor XML Sells Brothers Windows Developer's Journal Windows Forms DotNetJunkies GotDotNet C# Corner Mono Project

Office Hours: Instructor & TAs

Content:

This lecture is an introduction to the C# programming language and WinForms-based windows programs. We will cover the basic C# language, some of its unique features, and present several examples. Following a break we will discuss creating Windows Applications using WinForms, again presenting several examples.
  1. The Syllabus describes topics to be covered, reading material for you to digest before coming to class, and due dates for the assigned projects.
  2. Projects
  3. Project #1, Project #2
  4. Project #2 Design Concepts
  5. Help for Project #2
  6. Here are a few more samples of good OCDs: Best Project #1 OCDs from earlier semesters.
  7. Help Session
  8. Visual Studio Help Session: Thursday, September 6th and Friday, September 7th, in 202 Link Hall, near the elevator, starting at 7:00pm.
  9. Presentations and Examples
  10. modules
  11. C# - Core Technologies
  12. C# versus C++
  13. C# Programmer's Reference
  14. Hello World in C#Console Application Wizard
  15. .Net Framework Library
  16. C# Syntax Examples
  17. Demo Command Line and File Handling
  18. Collectons Demo
    Simple tokenizing demonstration as part of a HashTable test.
  19. Delegate Structure
  20. Delegates Demos
    Delegates support the publish/subscribe idiom and provide major support for .Net's event model.
  21. Navigate Directory Trees
    Shows how to walk through a directory tree, using the services of the Directory and Path classes from the Framework Class Library (FCL).
  22. Navigate with Delegates
    Shows how to make the Navigate module reusable by incorporating delegates.
  23. Programming with C#
  24. Lecture #2 folder contains a page of links to presentations and code discussed in this class. The Lecture folders will occasionally hold physical files of interest as well. Usually, however, all the materials of interest to the class are in the presentations and code folders. The contents of these folders will grow as you progress through the course.