Safety First - Low-Level C# Without the Unsafe Keyword
Offered By: NDC Conferences via YouTube
Course Description
Overview
Explore low-level C# programming techniques without relying on the unsafe keyword in this conference talk from NDC Sydney 2024. Discover how Wesley Cabus converted the classic game DooM from C to C#, tackling challenges like handling unusual file types, alternative memory allocation methods, and complex data structures passed as void* pointers. Learn how modern C# can be used to implement low-level programming concepts while maintaining safety and avoiding common pitfalls. Gain insights into translating C code to C# and leveraging C#'s built-in safeguards to write robust, efficient code without compromising on safety.
Syllabus
Safety first! Low-level C# without the unsafe keyword - Wesley Cabus - NDC Sydney 2024
Taught by
NDC Conferences
Related Courses
Intro to Computer ScienceUniversity of Virginia via Udacity Design of Computer Programs
Stanford University via Udacity Analytic Combinatorics, Part I
Princeton University via Coursera Algorithms, Part I
Princeton University via Coursera Algorithms, Part II
Princeton University via Coursera