CCOG for CIS 234N archive revision 201704
You are viewing an old version of the CCOG. View current version »
- Effective Term:
- Fall 2017
- Course Number:
- CIS 234N
- Course Title:
- C# Programming
- Credit Hours:
- 4
- Lecture Hours:
- 30
- Lecture/Lab Hours:
- 0
- Lab Hours:
- 30
Course Description
Intended Outcomes for the course
Upon successful completion of this course, students will be able to:
· Design, document, code and test small C# console and GUI applications.
· Design, document, code and unit test class libraries as part of a larger project.
· Use an object browser and .NET documentation to examine C# and the .NET framework namespace contents.
· Use the Visual Studio IDE to create and debug application and class library solutions and projects.
· Interpret UML class diagrams to create C# classes and applications
Course Activities and Design
This course will be presented by means of lecture/discussion sessions, open lab sessions, guest speakers, and/or audio visual presentations. Students will utilize essential tools to obtain course skills and to complete assigned projects.
Outcome Assessment Strategies
Students will be expected to successfully complete a group of C# projects.
The projects will include the following:
- Windows application using windows controls and events
- Web application (ASP.NET)
- ADO.NET database application
- Building and using classes, events, methods, properties
- File I/O