C# Expert OOP - Lecture 4: Tasks & Threading, Reference vs. Value Types, Stack, Heap, GC, Pointers
SECourses
#ObjectOrientedProgramming #CSharp #Software #Engineering #Programming #Course Hello everyone. My name is Furkan Gözükara, and I am a Computer Engineer Ph.D. Assistant Professor at the Software Engineering department.
In this course, starting from ground to the advanced level Object Oriented Programming concept and the C# programming language will be taught.
Object Oriented Programming Full Course with C# Playlist : https://www.youtube.com/playlist?list=PL_pbwdIyffsnH3XJb66FDIHh1yHwWC26I
GitHub repository of the Object Oriented Programming with C# course : https://github.com/FurkanGozukara/CSE215-2020-object-oriented-programming-with-cSharp
Discord channel link of the course : https://discord.gg/6Mrb8MwteQ How to use Discord : https://youtu.be/AEwPtYiLvsQ
This course requires you to have fundamental knowledge about programming in C#. If you do not have, you can watch our Introduction to Programming with C# course playlist : https://www.youtube.com/playlist?list=PL_pbwdIyffskoSXySh0MdiayPJsBZ7m2o
In Lecture 4 the following topics are covered:
- Why do we need separate threads / tasks to keep the UI responsive
- How to get task running thread ID
- How to use Debug.WriteLine for debugging purposes
- How to start a new task with Task.Factory.StartNew
- How to execute a method after the task is completed with Task ContinueWith
- How to take CPU intensive task / workload into a different thread than main thread and keep the User Interface (UI) responsive
- What is stack and heap
- What are placed in stack or in heap? Why?
- What does garbage collector do?
- What are value type, reference type, instruction type and pointer types?
- How to use performance profiler to see when garbage collector clears the memory
If you want to start learning programming or develop your other Software Engineering related skills you can watch our below full courses:
[1] Introduction to Programming Full Course with C# playlist : https://www.youtube.com/playlist?list=PL_pbwdIyffskoSXySh0MdiayPJsBZ7m2o
[2] Object Oriented Programming Full Course with C# playlist : https://www.youtube.com/playlist?list=PL_pbwdIyffsnH3XJb66FDIHh1yHwWC26I
[3] Artificial Intelligence (AI) and Machine Learning (ML) Full Course with C# Examples playlist: https://www.youtube.com/playlist?list=PL_pbwdIyffskVschrADCL6KEnL_nqDtgD
[4] Software Engineering Full Course playlist : https://www.youtube.com/playlist?list=PL_pbwdIyffslgxMVyXhnHiSn_EWTvx1G-
[5] Security of Information Systems Full Course playlist : https://www.youtube.com/playlist?list=PL_pbwdIyffslM_o92NwkaUzD7C6Fekx26
[6] (Turkish) Bilgisayar Becerileri Tam Ders playlist : https://www.youtube.com/playlist?list=PL_pbwdIyffsmyE2e909ea1MXLcMb8MenG
notice : automatic subtitle timing success ... https://www.youtube.com/watch?v=9OO438j8jCs
585876856 Bytes