Home General Staff Contact Partners Alumni Research Areas Projects Papers Books Reports Awards Teaching Lectures Exams B.Theses M.Theses PhD Theses Go Abroad Misc Talks Library Gallery Links Search Webmaster |
Special Topics: Parallel and Asynchronous Programming with .NET
Lecturer
Dr. Dietrich Birngruber Contents
Managed code does not need to be slow. In this lecture, you will learn how to use the .NET framework
to write programs that can run multiple tasks concurrently and asynchronously. You will explore the
concepts and benefits of parallel and asynchronous programming, such as using multicore processors,
improved performance and responsiveness, and handling exceptions. By the end of this lecture,
you will be able to write efficient and scalable code that can leverage the power of parallelism
and asynchronism in C#. RequirementsThe course requires some basic knowledge of C# as conveyed in the course Software Development in C# (Mössenböck) Dates
HandoutsThe slides can be downloaded from the Kusss page of this course. ProjectThe marks for this course will be obtained from a project which the students have to write in C#/.NET. |