C# into the Future
Offered By: NDC Conferences via YouTube
Course Description
Overview
Explore the latest developments and future prospects of C# in this comprehensive conference talk. Delve into major language features, including nullable reference types introduced in C# 8.0, which enhance code contracts for null presence. Discover the upcoming "record types" planned for C# 9.0, designed to simplify data expression with improved value semantics. Gain insights into the long-term vision for C#, covering topics such as nominal creation, initializers, interfaces, generic methods, and extensions. Learn how these advancements address common programming challenges and streamline code development. Engage with the speaker's expertise to understand the evolving landscape of C# and its impact on software engineering practices.
Syllabus
Introduction
Nullable Reference Types
The Problem with Null
Nullable References
Enable Nullable
Wreckers
Nominal Creation
Initializers
Record
Record abbreviations
More questions
Interfaces
Generic Methods
Implementation
Roll
Extensions
Questions
Taught by
NDC Conferences
Related Courses
Health Informatics: Data and Interoperability StandardsGeorgia Institute of Technology via edX Fractal Architecture
NDC Conferences via YouTube Strangling the Monolith - Applied Patterns & Practices from the Trenches
NDC Conferences via YouTube Refactoring Is Not Just Clickbait
NDC Conferences via YouTube Amazing Algorithms for Solving Problems in Software
NDC Conferences via YouTube