![]() |
||||||||||||||||
![]() |
CS215: Introduction to .NET & C#Spring, 2003Announcements02/14/03: This course website has been deployed! If you have questions for the instructor concerning the course or interesting links to add to the bottom of this page, email kyotov@cs.cornell.edu. DescriptionIntroduction to the .NET development framework and the C# programming language, discussing some new and/or interesting features of both.
ObjectivesIn CS215 you be expected to learn the foundations of:
Organization
OverviewThe primary goal of this course will be to introduce the .NET development framework and discuss some interesting features of the C# programming language. Some of these features are already found in existing languages while others are unique to C#. Here is an abbreviated list:
PrerequisitesThis is not going to be the next "Introduction to Programming" course. The material presented will heavily rely on previous knowledge about the Object-Oriented Programming model. This implies that you need to be familiar with another OO language like Java or C++. A good justification of this is a completed CS211 or equivalent. Assignments& GradingAs this is a S/U course, to complete it successfully you need a "pass" on all of the four assigned homeworks (one each week). They will all consist of writing some C# programs and all the write-up will be inside the sources (as comments). To successfully "pass" an assignment you need to demonstrate the required C# programs in person to the instructor during one of the office hours not later than the due date.
You can discuss all homeworks with your classmates but the sources that you demonstrate should be your own work. This not only implies that you should have written them but also that you should understand them! Homeworks will be handed out on Fridays (except for the first one) and will be due one week later. Here is the exact schedule:
If there is enough interest, a more elaborate "final" project might be an option for completing the class, provided that it covers all features in the homeworks. Also, there will be a lot of interesting optional projects for those that want more. Lecture NotesSlides from lectures are posted here! Development EnvironmentA good choice is the academic version of Visual Studio.NET, but it is not a requirement. If you choose to use it, distribution CDs will be available from the instructor. The .NET framework SDK will generally be good enough. Another option, for those further interested, is the "Shared Spource" version of .NET codenamed Rotor. This will expose you to the internals of a fairly full (source code) implementation of the framework. Links![]() |
|||||||||||||||
![]() |