Home General Staff Contact Partners Alumni Research Areas Projects Papers Books Reports Awards Teaching Lectures Exams B.Projects M.Theses PhD Theses Go Abroad Misc Talks Library Gallery Links Search Webmaster |
Special Topics in Software Engineering:
Software Development with C#
OverviewC# is a mixture of Java, C++ and Visual Basic. It combines Java's type safety (type checking, garbage collection) with the power and flexibility of C++ (e.g. operator overloading, low-level operations). In addition to that it has some new features for component-based programming (properties and events), a kind of function pointers (delegates), reference parameters, stack objects and many other useful things. It also includes features of functional programming languages (e.g. lambda expressions) as well as SQL-like queries on memory data structures or XML (LINQ). As a companion to this course we recommend to attend also the course Special Topics: The .NET Technology in which the .NET architecture and the APIs for Windows, Web and Database programming in C# are explained. Contents
HandoutsStudents attending this course can download the handouts as PDF documents from the KUSSS web page of this course. Dates
Exam and ProjectThere will be a written exam on Friday, May 18, 2018, 13:00-14:00 in HS 2. In order to pass the course you also have to implement a small C# project. The topic of this project can be freely chosen by you. The only requirement is that the project has at least 250 lines of code. The project has to be presented on your own notebook at the SSW institute (either to Prof. Mössenböck or to DI Weninger). You can combine the project of this course with the one of the .NET course. The submission deadline of both courses is on the same day and the same time. You can submit both projects either at the C# course (Mössenböck/Weninger) or at the .NET course (Schabus/Leopoldseder).
Literature
Online Resources and Software Downloads
|