Modern C#
5 lessons in the C# course.
Full C# course · Search this topic · Programming
- ExceptionsThrow and catch exceptions for unexpected failures.
- LINQ BasicsQuery collections with Where, Select, and FirstOrDefault.
- Async IntroUse async and await for non-blocking I/O-style work.
- NullabilityUse nullable reference types to catch null mistakes early.
- NamespacesOrganize types with namespaces and using directives.